Flash Lite 2.x and 3.0 ActionScript Language Reference

hasScreenBroadcast (capabilities.hasScreenBroadcast property)

public static hasScreenBroadcast : Boolean [read-only]

A Boolean value that is true if the player supports the development of screen broadcast applications to be run through Flash Media Server; false otherwise. The server string is SB.

Note: For Flash Lite 2.0, the value returned is always false.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.hasScreenBroadcast);