EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE - Hasscreenbroadcast (Capabilities.hasscreenbroadcast Property); Hasscreenplayback (Capabilities.hasscreenplayback Property); Hassharedobjects (Capabilities.hassharedobjects Property)

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE
780 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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.

Table of Contents

Related product manuals