Question
shared object storing properties
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?
