tags:

views:

66

answers:

2

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
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