Flash actionscript 3.0: Shared Object in AS3

Shared Object in AS3

Posted by Sankar.G | Posted in | Posted on 12:11 AM

The SharedObject class is used to read and store limited amounts of data on a user's computer or on a server. Shared objects offer real-time data sharing between multiple client SWF files and objects that are persistent on the local computer or remote server. Local shared objects are similar to browser cookies and remote shared objects are similar to real-time data transfer devices

Example Code is in Below link

shareobject.fla

Comments (1)

One of the great advantages about Shared Objects (or "Flash Cookies") over browser cookies is that they're not deleted by cleaning the internet temporary files (or browsers cache).

They're stored deep in the user's directory for example "C:\Documents and Settings\User\Program Data\Macromedia\Flash Player\#SharedObjects" so, in order to remove them, you have to do it manually.