开发者

can we write a file to appication directory in FLEX?

开发者 https://www.devze.com 2022-12-14 19:02 出处:网络
how to write a file to File.applicationDirectory in flex. i am ge开发者_如何学编程tting securityfilewrite resource error.You can\'t use File.applicationDirectory in pure flex , it is ment to be used o

how to write a file to File.applicationDirectory in flex. i am ge开发者_如何学编程tting security filewrite resource error.


You can't use File.applicationDirectory in pure flex , it is ment to be used only in air applications. in flex you can use Filereference.save() which opens a dialog box where user can select the folder to save the file in.

0

精彩评论

暂无评论...
验证码 换一张
取 消