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
property against a string before executing the code
server
in the
statement:
if
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 (
), or failure (
).
true
false
44
Server-Side ActionScript Language Reference
Need help?
Do you have a question about the FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE and is the answer not in the manual?