Client-Side Information Objects > SharedObject information objects

 

SharedObject information objects

The following events notify you when certain SharedObject activities occur.

Code property

Level property

Meaning

SharedObject.BadPersistence

Error

The persistence parameter passed to SharedObject.getRemote is different from the one used when the shared object was created.

SharedObject.Flush.Failed

Error

A SharedObject.flush command that returned "pending" has failed (the user did not allot additional disk space for the shared object when the Flash Player displayed the Local Storage Settings dialog box).

SharedObject.Flush.Success

Status

A SharedObject.flush command that returned "pending" has been successfully completed (the user allotted additional disk space for the shared object).

SharedObject.UriMismatch

Error

The URI parameter passed to SharedObject.connect is different from the one passed to SharedObject.getRemote when the shared object was created.