Reputation: 5476
I'm currently developing a project manager in AS3 and I want to save them into files. I found this tutorial (http://www.purplesquirrels.com.au/?p=1297) to create and read my own file types, but its using AIR.
I want to put some instances inside it too, because I need to know how the objects are positioning in my Main MovieClip.
Is it possible to do in AS3/Flash CS5?
Thanks!
EDIT: I found XML type. Can I write instances into XML files?
Upvotes: 0
Views: 209
Reputation: 7465
Yes this is possible. The shared object provided by flash allows you to store data on the user's pc. Have a look at this: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.html
Upvotes: 1