Skip to main content
Participant
July 20, 2013
Question

shared object storing properties

  • July 20, 2013
  • 1 reply
  • 349 views

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?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 20, 2013

setProperty is used with flash media server (see remote sharedobject) to save data and update the data to other users.