Skip to main content
Known Participant
April 23, 2014
Question

Actionscript 2.0 save data offline without mysql ?

  • April 23, 2014
  • 1 reply
  • 429 views

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

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
April 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.

JiQAuthor
Known Participant
April 23, 2014

OK, I will do it, thank you