A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: SO... Objects

  1. #1

    SO... Objects

    Does anyone know if Shared Objects have the ability to store objects. Like...

    game1 = SharedObject.getLocal("RPG1");

    game1.data.a.option1 = "SomeName";
    game1.data.a.option2 = "OtherThing";


    Would that work?? Or would I have to do something like this.

    game1.data.option1A = "SomeName";
    game1.data.option2A = "OtherThing";

    Thanks in advance for any feedback.
    ~Bill
    So many Ideas

    So little Time

  2. #2
    Senior Member
    Join Date
    Apr 2002
    Posts
    2,849
    I would think it should work...have you tried it?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center