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 Flash Media Server; false otherwise. The server string is SP.
Note: For Flash Lite 2.0, the value returned is always false.
The following example traces the value of this read-only property:
trace(System.capabilities.hasScreenPlayback);