PDA

View Full Version : Complex SharedObject Problem


Grofit
05-20-2008, 12:56 PM
Hey,

Wasnt sure if i should put this in here or in the FMS forum, but anyway i thought i would lob it in here as its AS3 im using...

Anyway ive got a shared object that is laid out:

mySharedObject.data.user1.id
mySharedObject.data.user1.name

Not amazingly complex i know, but it will get ALOT more complex further down the line, and this is just an example...

So how do i go about updating the id/name property, as the setProperty function has to be called on the mySharedObject.setProperty(), as it will contain a list of users i may want to update a different one other than user1..

any help would be great!