Method summary for the SharedObject object
Method
SharedObject.clear
SharedObject.close
SharedObject.flush
SharedObject.get
SharedObject.getProperty
SharedObject.getPropertyNames
SharedObject.lock
SharedObject.purge
SharedObject.send
SharedObject.setProperty
SharedObject.size
SharedObject.unlock
Property summary for the SharedObject object
Property
SharedObject.name
SharedObject.resyncDepth
SharedObject.version
Event summary for the SharedObject object
Property
SharedObject.handlerName
SharedObject.onStatus
SharedObject.onSync
SharedObject.clear
Availability
Flash Communication Server MX.
Usage
SharedObject.clear()
Description
Deletes all properties of a persistent shared object.
Unsubscribes from a shared object.
Causes the server to save the current state of a shared object.
Returns a reference to a shared object.
Gets the value of a shared object property.
Returns an array of all the current valid properties in the shared object.
Locks the shared object instance. Prevents any changes to this object by
clients until the SharedObject.unlock method is called.
Causes the server to remove all deleted properties that are older than the
specified version.
Sends a message to the client subscribing to this shared object.
Sets a new value for a shared object property.
Returns the number of valid properties in a shared object.
Unlocks a shared object instance that was locked with
SharedObject.lock.
Description
The name of a shared object.
The depth that indicates when the deleted values of a shared object
should be permanently deleted.
The current version number of a shared object.
Description
A placeholder for a property name that specifies a function object that is
invoked when a shared object receives a broadcast message whose
method name matches the property name.
Reports errors, warnings, and status messages for a shared object.
Invoked when a shared object changes.
Server-Side Communication ActionScript
43
Need help?
Do you have a question about the FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY and is the answer not in the manual?