User Guide
824 Chapter 2: ActionScript Language Reference
System.capabilities.hasScreenBroadcast
Availability
Flash Player 6 r79.
Usage
System.capabilities.hasScreenBroadcast:Boolean
Description
Read-only property: a Boolean value that is true if the player supports the development of screen
broadcast applications to be run through the Flash Communication Server;
false otherwise. The
server string is
SB.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasScreenBroadcast);