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 the Flash Media Server; false otherwise. The server string is SB.

Availability: ActionScript 1.0; Flash Player 6,0,79,0

Example

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

trace(System.capabilities.hasScreenBroadcast);