MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference page 118

Server-side actionscript language reference
Table of Contents

Advertisement

When you get a reference to a proxied shared object, any changes made to the object are sent
to the instance that owns the object. The success or failure of any changes are sent using the
SharedObject.onSync
The
SharedObject.lock()
proxied shared objects.
For more information on shared objects, see "About streams and shared objects",
"Shared object flow", and "Shared object files" in
Method summary for the SharedObject class
Method
SharedObject.clear()
SharedObject.close()
SharedObject.commit()
SharedObject.flush()
SharedObject.get()
SharedObject.getProperty()
SharedObject.getPropertyNames()
SharedObject.lock()
SharedObject.mark()
SharedObject.purge()
SharedObject.send()
SharedObject.setProperty()
SharedObject.size()
SharedObject.unlock()
118
Server-Side ActionScript Language Reference
event handler, if it is defined.
and
SharedObject.unlock()
Description
Deletes all the properties of a persistent shared object.
Unsubscribes from a shared object.
Static; stores either a specific persistent shared object
instance or all persistent shared object instances that are
marked dirty.
Saves the current state of a persistent shared object.
Static; creates a shared object or returns a reference to an
existing 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
method is called.
Delivers all change events to a subscribing client as a
single message.
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()
methods cannot lock or unlock
Developing Media Applications
SharedObject.unlock()
.
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash media server 2

Table of Contents