Best way to save and load MovieClips in As3?
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!!
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.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.