User Guide
44 Server-Side ActionScript Language Reference
Application.server
Availability
Flash Communication Server MX 1.0.
Usage
application.server
Description
Property (read-only); contains the platform and the server-version information.
Example
The following example checks the server property against a string before executing the code
in the
if statement:
if (application.server == "Flash Media Server-Windows/1.0"){
// Insert code here.
}
Application.shutdown()
Availability
Flash Media Server 2.
Usage
application.shutdown()
Parameters
None.
Returns
A Boolean value indicating success (true), or failure (false).