Macromedia flash media server 2-client-side actionscript language reference for flash media server 2 ユーザーズマニュアル

ページ / 156
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 
 is 
different from the one used 
when the shared object was 
created.
SharedObject.Flush.Failed
Error
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
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 
 is 
different from the one passed 
to 
 
when the shared object was 
created.