Flash Media Server Developer Documentation

application.server

application.server

Read-only; the platform and version of the server.

Availability

Flash Communication Server 1

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.
}