Thread: Flash+cookies
View Single Post
  #1 (permalink)  
Old Oct 30th, 2003, 19:35
icthecat icthecat is offline
New Member
Join Date: Oct 2003
Location: Brazil
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Flash+cookies

I has found this on this forum:

_root.shareObj = SharedObject.getLocal("shareObj");
if (_root.shareObj.data.check == "here") {
gotoAndStop(43);
} else {
_root.shareObj.data.check = "here";
_root.shareObj.data.flush();
}

and thatīs work....

but, how to eliminate this cookie???

on my case i need eliminate after close the browser window.

P.s. Sorry about my english!!!