I want to save XML data into a XML file. So I can load it on the next startup.
A:
Since you have tagged it under FLEX.You can use the ActionScript API for file io handling.
Rajat
2009-12-30 17:14:46
A:
In AIR, you'll use the File and FileStream APIs to save files. See more usage info here.
These aren't available to Flash Player. You would probably use a server side solution or local shared objects ("Flash cookies").
Michael Brewer-Davis
2009-12-30 18:17:09