application.server
Read-only; the platform and version of the server.
Flash Communication Server 1
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.
}