User Guide

capabilities (System.capabilities) 311
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasQWERTYKeyboard);
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.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasScreenBroadcast);
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 Flash Media Server;
false otherwise. The server
string is
SP.
Note: For Flash Lite 2.0, the value returned is always
false.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasScreenPlayback);
hasSharedObjects (capabilities.hasSharedObjects
property)
public static hasSharedObjects : Boolean [read-only]
Returns true if the Flash Lite content playing back in an application can access the Flash Lite
version of shared objects.