I don't seem to be doing something correct.

I am trying to set a Flash equivalent of a "cookie" then check for it.

In my 1st movie:

myNameStatus = ("normal");
myTutorialStatusSO = SharedObject.getLocal("tutorialStatus" );
myTutorialStatusSO.data.thingIsave = myNameStatus;
myTutorialStatusSO.flush();

In my 2nd movie (trying to read it now)

//retrieve the shared objects...
myTutorialStatusSO = SharedObject.getLocal("tutorialStatus");

//give the results a name we can use...
my01_01_01MapStatus = myTutorialStatusSO.data.thingIsave;

My expectation is that my01_01_01MapStatus would equal "normal".
Instead when I view the variables I seem to have nothing...

Thanks in advance,
Dan Sherman
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to