0
Actionscript 2.0 save data offline without mysql ?
New Here
,
/t5/animate-discussions/actionscript-2-0-save-data-offline-without-mysql/td-p/6046405
Apr 23, 2014
Apr 23, 2014
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/animate-discussions/actionscript-2-0-save-data-offline-without-mysql/m-p/6046406#M209070
Apr 23, 2014
Apr 23, 2014
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
JiQ
AUTHOR
New Here
,
LATEST
/t5/animate-discussions/actionscript-2-0-save-data-offline-without-mysql/m-p/6046407#M209071
Apr 23, 2014
Apr 23, 2014
Copy link to clipboard
Copied
OK, I will do it, thank you
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

