我想使用 Flex 4 SDK 保存 XML 文件
var fr:FileReference=new FileReference();
fr.save( newXmlRow, 'D:/Sample.xml' );
错误显示:
1061 "Call to possibly Undefined method save through a reference with static type flash.net:FileReference"
我想使用 Flex 4 SDK 保存 XML 文件
var fr:FileReference=new FileReference();
fr.save( newXmlRow, 'D:/Sample.xml' );
错误显示:
1061 "Call to possibly Undefined method save through a reference with static type flash.net:FileReference"