I haven’t worked with Shared Objects much, with the exception of adding a few lines of code into one of my projects. So I thought it would be a great time to read up on Shared Objects and get to know them better.
Shared Objects are nice. They are a way that Flash Player stores data on your computer. Great for save games, and what-not for Flash applications. The below application is a really basic system that used the most common methods of Shared Objects and that is what I’ll be showing you today. The most common methods of the class will be gone over about how they are used in the app, and how you can use them in your own code.
