Server-Side Communication ActionScript > Application.server |
Application.server
Availability
Flash Communication Server MX.
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 inside the if statement:
if (application.server == "Flash Communication Server-Windows/1.0"){
// insert code here
}