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

Actionscript 2.0 save data offline without mysql ?

New Here ,
Apr 23, 2014 Apr 23, 2014

How to save multiple variable data without mysql ?

Can it use localstorage like HTML5 or it must use something like notepad ?

If it must using notepad, please give me the code + how to change the location for that notepad

Thank you before

TOPICS
ActionScript
403
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
LEGEND ,
Apr 23, 2014 Apr 23, 2014

Flash AS2 has no ability to save files, locally or remotely.   You can use the SharedObject class to store limited amounts of data locally.  Search Google using "AS2 SharedObject tutorial" to get explanations and code for using it.

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 ,
Apr 23, 2014 Apr 23, 2014
LATEST

OK, I will do it, thank you

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