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
Содержание FLASH MEDIA SERVER 2-CLIENT-SIDE ACTIONSCRIPT LANGUAGE REFERENCE FOR FLASH MEDIA SERVER...
Страница 1: ...Client Side ActionScript Language Reference for Flash Media Server 2...
Страница 4: ...4 Contents...
Страница 148: ...148 Client Side ActionScript Language Reference...