User Guide

156 Client-Side Information Objects
SharedObject information objects
The following messages 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()
method that returned
"pending" has failed (the user
did not allot additional disk
space for the shared object
when Flash Player displayed
the Local Storage dialog
box).
SharedObject.Flush.Success Status A
SharedObject.flush()
method 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.