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.
Содержание Flash Lite 2
Страница 1: ...Flash Lite 2 x ActionScript Language Reference...
Страница 22: ...22 Contents...
Страница 244: ...244 ActionScript language elements...
Страница 760: ...760 ActionScript classes...