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
).
Содержание FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT...
Страница 1: ...Server Side ActionScript Language Reference...
Страница 4: ...4 Contents...
Страница 228: ...228 Server Side ActionScript Language Reference...
Страница 234: ...234 Server Side Information Objects...