Method summary for the Application object
Method
Application.acceptConnection
Application.clearSharedObjects Clears all shared objects associated with the current instance.
Application.clearStreams
Application.disconnect
Application.registerClass
Application.registerProxy
Application.rejectConnection
Property summary for the Application object
Property (read-only)
Application.clients
Application.name
Application.server
Event handler summary for the Application object
Event handler
Application.onAppStart
Application.onAppStop
Application.onConnect
Application.onDisconnect
Application.onStatus
Application.acceptConnection
Availability
Flash Communication Server MX.
Usage
application.acceptConnection(clientObj)
Parameters
A client to accept.
clientObj
Returns
Nothing.
10
Description
Accepts a connection to an application from a client.
Clears all stream objects associated with the current instance.
Disconnects a client from the server.
Registers or unregisters a constructor that is called during object
deserialization.
Registers a NetConnection or Client object to fulfill a method request.
Rejects a connection to an application.
Description
An object containing a list of all clients currently connected to the application.
The name of an application instance.
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 disconnects from the application.
Invoked when a script generates an error.
Need help?
Do you have a question about the FLASH COMMUNICATION SERVER MX-SERVER-SIDE COMMUNICATION ACTIONSCRIPT DICTIONARY and is the answer not in the manual?
Questions and answers