I have an AS3 project that takes user inputs (basically like a multiple choice test) and saves the these inputs in an array. I need to save the array to a text file so it can be reloaded when the app is reloaded. When the user returns to the application they can pick up where they let off.
I really just need to know what options I have for saving an array inside an swf to an xml file or text file in the same directory. Is this even possible.
Any ideas or concepts would be greatly appreciated.
thanks,
Laurence