views:

787

answers:

1

Is there any workaround to allow actionscript3 write to file system without adobe air?

The reason is because, in order to use adobe air, each of the web visitors will need to install add-on air run-time and that is tedious. Most of the users will have flash plug-in and not Adobe Air.

+2  A: 

This is possible in Flash 10.

Take a look at the FileReference class, specifically the save method.

There are certain limitations imposed for security's sake, of course. The write can only be initiated by user interaction (e.g. a button click), and it will always pop up the host OS's File Save dialog box prompting the user to choose a location (or cancel).

Cameron
may i know does flash10 capable of output file using simpleflv library?
cometta
in other word, is there any similar library like SimpleFlvWriter that allow write to flv file on flash 10 using "save" functioned you mentioned? (without need to use air) ?
cometta
by the way, i read the save api, it mentioned Runtime Versions: Flash Player 10, AIR 1.5 . it need to use air right?
cometta
Cameron