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

Server-side actionscript language reference
Table of Contents

Advertisement

Method summary for the Client class
Method
Client.call()
Client.getBandwidthLimit()
Client.getStats()
Client.readAccess
Client.__resolve
Client.setBandwidthLimit()
Property summary for the Client class
Property
Client.agent
Client.ip
Client.protocol
Client.readAccess
Client.referrer
Client.secure
Client.uri
Client.virtualKey
Client.writeAccess
Description
Executes a method on the Flash client asynchronously and
returns the value from the Flash client to the server.
Returns the maximum bandwidth the client or the server can
attempt to use for this connection.
Returns statistics for the client.
Sends a "ping" message to the client. If the client responds,
the method returns
true
Provides values for undefined properties.
Sets the maximum bandwidth for the connection.
Description
Read-only; the version and platform of the Flash client.
Read-only; the IP address of the Flash client.
Read-only; the protocol used by the client to connect to the
server.
A list of access levels to which the client has read access.
Read-only; the URL of the SWF file or server where this
connection originated.
Read-only; a Boolean value indicating whether an Internet
connection is secure (
Read-only; the URI specified by the client to connect to this
application instance.
The user agent type of the client (which is typically the Flash
Player version), but may be set to any legal key value.
A list of access levels to which the client has write access.
; otherwise it returns
) or not (
).
true
false
.
false
Client class
49

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