User Guide
SharedObject class 119
Property summary for the SharedObject class
Event summary for the SharedObject class
SharedObject.autoCommit
Availability
Flash Media Server 2.
Usage
mySO.autoCommit
Description
Property; a Boolean value indicating whether the server periodically stores all persistent shared
objects (
true) or not (false). If autoCommit is false, the application must call
SharedObject.commit() to save the shared object; otherwise, the data is lost.
Property Description
SharedObject.autoCommit A Boolean value indicating whether the server
periodically commits all persistent shared objects to be
stored (
true) or not (false).
SharedObject.isDirty A Boolean value indicating whether the persistent
SharedObject has been modified since the last time it was
stored (
true) or not (false).
SharedObject.name
The name of a shared object.
SharedObject.resyncDepth
The depth that indicates when the deleted values of a
shared object should be permanently deleted.
SharedObject.version
The current version number of a shared object.
Event Description
SharedObject.handlerName
A placeholder for an event handler; the handler is invoked
when a shared object receives a broadcast message with
the same name.
SharedObject.onStatus
Reports errors, warnings, and status messages for a
shared object.
SharedObject.onSync
Invoked when a shared object changes.