calmchess333,
> hi I have an array stored in a remote shared object
except
> i don't know how to get the array out of the remote
shared
> object and use it. How do i get the array and use it?
If once the remote shared object is retrieved, your
SharedObject
instance will have a data property. That data property will
contain as many
properties of its own that have been saved. For example, if
your array is
referenced as myArray, you can get to it by accessing ...
mySharedObject.data.myArray
David Stiller
Adobe Community Expert
Dev blog,
http://www.quip.net/blog/
"Luck is the residue of good design."