MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Reference page 27

Server-side actionscript language reference
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

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?

This manual is also suitable for:

Flash media server 2

Table of Contents