Server-Side Communication ActionScript > Application.name |
![]() ![]() ![]() |
Application.name
Availability
Flash Communication Server MX.
Usage
application.name
Description
Property (read-only); contains the name of the Flash Communication Server application instance.
Example
The following example checks the name
property against a specific string before it executes some code:
if (application.name == "videomail/work"){ // insert code here }
![]() ![]() ![]() |