0
shared object storing properties
New Here
,
/t5/animate-discussions/shared-object-storing-properties/td-p/5252639
Jul 20, 2013
Jul 20, 2013
Copy link to clipboard
Copied
It seems Shared objects of two ways to store value inside it. so.data property and setProperty() method. so.data.name = "AS3"; so.setProperrty("name", "AS3") I'm a little confused
What is the difference?
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/shared-object-storing-properties/m-p/5252640#M137373
Jul 20, 2013
Jul 20, 2013
Copy link to clipboard
Copied
setProperty is used with flash media server (see remote sharedobject) to save data and update the data to other users.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more