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

Server-side actionscript language reference
Table of Contents

Advertisement

Proxied shared objects
Code
Meaning
A server change of the shared object was accepted.
success
A server change of the shared object was rejected. The value on the remote
reject
instance was not changed.
A property was changed by another subscriber.
change
A property was deleted. This notification can occur when a server deletes a shared
delete
object or if another subscriber deletes a property.
All the properties of a shared object are deleted. This can happen when the
clear
server's shared object is out of sync with the master shared object or when the
persistent shared object migrates from one instance to another. This event is
typically followed by a
properties.
The name of a property that has changed or been deleted.
name
The old value of the property. This is valid only for the reject, change, and delete
oldValue
codes.
The
SharedObject.onSync
synchronized with the server. The list object may be empty if there is no change in the
shared object.
Returns
Nothing.
Description
Event handler; invoked when a shared object changes. Use the
function that handles changes made to a shared object by subscribers.
For proxied shared objects, define the function to get the status of changes made by the server
and other subscribers.
You cannot define the
class in server-side ActionScript.
message to restore all the server's shared object
change
handler is invoked when a shared object has been successfully
handler on the
onSync
onSync
property of the SharedObject
prototype
SharedObject class
handler to define a
133

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