Property
Application.config
Application.hostname
Application.name
Application.server
Event handler summary for the Application class
Event handler
Application.onAppStart
Application.onAppStop
Application.onConnect
Application.onConnectAccept
Application.onConnectReject
Application.onDisconnect
Application.onStatus
Application.acceptConnection()
Availability
Flash Communication Server MX 1.0.
Usage
application.acceptConnection(clientObj)
Parameters
A Client object; a client to accept.
clientObj
Returns
Nothing.
Description
Lets you access properties of the
in the Application.xml configuration file.
Read-only; the host name of the server for default virtual
hosts, and virtual host name for non-default virtual hosts.
Read-only; the name of an application instance.
Read-only; the platform and version of the server.
Description
Invoked when the application is loaded by the server.
Invoked when the application is unloaded by the server.
Invoked when a client connects to the application.
Invoked when a client successfully connects to the
application; for use with media components only.
Invoked when a client fails to connect to the application;
for use with communication components only.
Invoked when a client disconnects from the application.
Invoked when a script generates an error.
tag
ApplicationObject
Application class
17
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?