User Guide

SharedObject class 117
Property summary for the SharedObject class
Event handler summary for the SharedObject class
Constructor for the SharedObject class
For information on creating shared objects that do not require Flash Media Server, see
SharedObject.getLocal(). For all other shared objects, see SharedObject.getRemote().
SharedObject.clear()
Availability
Flash Player 7.
Flash Media Server (not required).
Usage
my_so.clear()
SharedObject.send() Broadcasts a message to all clients connected to the remote
shared object, including the client that sent the message.
SharedObject.setFps() Specifies the number of times per second that a client’s
changes to a shared object are sent to the server.
Property (read-only) Description
SharedObject.data The collection of attributes assigned to the data property of
the object; these attributes can be shared and/or stored.
Method Description
SharedObject.onStatus Invoked every time an error, warning, or informational note is
posted for a shared object.
SharedObject.onSync Initially invoked when the client and server shared object are
synchronized after a successful call to
SharedObject.connect(), and later invoked whenever any
client changes the attributes of the
data property of the remote
shared object.
Method Description