Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

shared object storing properties

New Here ,
Jul 20, 2013 Jul 20, 2013

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
333
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 20, 2013 Jul 20, 2013
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines