can we write a file to appication directory in FLEX?
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.
精彩评论