ActionScript 2.0 Language Reference |
|
|
|
| ActionScript classes > capabilities (System.capabilities) > hasScreenPlayback (capabilities.hasScreenPlayback property) | |||
public static hasScreenPlayback : Boolean [read-only]
A Boolean value that is true if the player supports the playback of screen broadcast applications that are being run through the Flash Media Server; false otherwise. The server string is SP.
Availability: ActionScript 1.0; Flash Player 6,0,79,0
The following example traces the value of this read-only property:
trace(System.capabilities.hasScreenPlayback);
|
|
|
|