In this tutorial, let us see how to use Shared Objects in Actionscript 3.0
Download Source Files
var myso:SharedObject;
myso = SharedObject.getLocal("myApp");
myso.data.val = "Data to be Stored";
delete myso.data.val;
myso.close();
Labels: ActionScript 3, Flash
Hi is there a way to create Hello,
I have a Flash movie that that I want to play once on page hit, but not again when a user refresh. Is there a way to make it play once per user visit to the website?
Any help would be great appreciated.
Thanks
T-
By FORBIDDEN, at March 24, 2009 10:42 AM
hi..
please help me how to create code when user click his name from a list name that has stored in shared object to another scene that belong to his (name) data.
Thank you
By mama, at May 26, 2009 8:56 PM