i want to write an online application with adobe flash CS6 and Actionscript-3, which is like an online puzzle, but i need to save position of every moving object, for example user moves an object to a new position and i want to save that object state and next time that user loads the page, this object will stay at last state that user placed into I've tried everything in my mind and still no clue! thanks
Asked
Active
Viewed 42 times
0
-
2**SharedObject** is the simplest way to load/save data to/from the local storage in AS3 application. The similar question I posted an answer to: http://stackoverflow.com/a/43690170/4687633 – Organis May 02 '17 at 19:10
-
1another solution in addition to above comment, is to providing a password generation (like old games) which save anything as a short text query and a parser for translating passwords to usable data's – payam_sbr May 04 '17 at 00:54
-
Look at this question and it's answers: http://stackoverflow.com/a/30131304/1457439 – BadFeelingAboutThis May 04 '17 at 18:37