Usage
application.hostname
Description
Property (read-only); contains the host name of the server for default virtual hosts and the
virtual host name for non-default virtual hosts.
Example
The following example traces the name of the host running the current application:
trace(application.hostname)
Application.name
Availability
Flash Communication Server MX 1.0.
Usage
application.name
Description
Property (read-only); contains the name of the Flash Media Server application instance.
Example
The following example checks the
property against a specific string before it executes
name
some code:
if (application.name == "videomail/work"){
// Insert code here.
}
Application.onAppStart
Availability
Flash Communication Server MX 1.0.
Usage
application.onAppStart = function (){}
Parameters
None.
Application class
27
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?