If I’m attempting to create a file that takes information a user inputs using input fields, save them, and then load them again later after the file has been opened and an option selected, what sort of things would I need to most research? I know there’s something called sharedObject I need to research. What else? I’ve been searching Google, but I’m not finding anything covering this particular aspect. Games do it, yes? So an application could do it as well, without using Flex, yes?
Share
You need to brush up on your google-fu. I came up with 169K results on how to do what you’re asking here. Here are some tutorials:
http://www.emanueleferonato.com/2008/12/28/understanding-as3-shared-objects/
http://drawlogic.com/2008/01/10/howto-sharedobjects-for-local-storage-as3/
http://www.flashdaweb.com/2008/01/tutorial-actionscript-3-using-shared-objects-to-show-the-time-of-page-browsing/
Googled “using shared objects in AS3”
Here is an excerpt from one of the sites showing how easy this is: