Copy link to clipboard
Copied
Hello I'm trying to figure out the best way to save multiple Movieclips when the app closes, and load them back when the app opens???? PLZ!!
You cannot physically add content to an swf file such that you return and find what you created still exists. You have to store the information relative to such new content in some external storage medium (cookie, database, xml file, etc) and then use that information to rebuild that content when you reopen the file.
Copy link to clipboard
Copied
You cannot physically add content to an swf file such that you return and find what you created still exists. You have to store the information relative to such new content in some external storage medium (cookie, database, xml file, etc) and then use that information to rebuild that content when you reopen the file.
Copy link to clipboard
Copied
Thank you Ned, in short you mean serialize and reconstruct the movieclip. and would recommend using filestream?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now