Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Best way to save and load MovieClips in As3?

New Here ,
Feb 26, 2015 Feb 26, 2015

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

TOPICS
ActionScript
425
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 27, 2015 Feb 27, 2015

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.

Translate
LEGEND ,
Feb 27, 2015 Feb 27, 2015

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 27, 2015 Feb 27, 2015
LATEST

Thank you Ned, in short you mean serialize and reconstruct the movieclip. and would recommend using filestream?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines