I’m setting up a system that will pull data from an XML doc, allow users to edit the attributes of items with a clcik, and then save it into a shared object on the computer (this will only be running on one machine).
There will also be a basic RESET function that at any time will load the data back in from the original XML and overwrite their SharedObject data.
But I’m having trouble figuring out how this SharedObject works. Once I’ve loaded my XML into an XML object in my movie, how do I then copy that data into the SharedObject?
Any help is greatly appreciated!