I have this flash game that I've been working on that works out of the browser, and I'm looking to get it to save it's progress.
I've seen multiple flash games that have accomplished this, and It appears as though they've done this client-side, and I'd like to do the same.
My game consists of 1 mxml
file and a number of .as
files and I compile it from the command line using flex sdk.
What do I have to do to be able to save save my game's data?