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

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasQWERTYKeyboard);
hasScreenBroadcast
(capabilities.hasScreenBroadcast property)
public static hasScreenBroadcast :
A Boolean value that is
applications to be run through Flash Media Server;
Note: For Flash Lite 2.0, the value returned is always
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 :
A Boolean value that is
applications that are being run through Flash Media Server;
string is
.
SP
Note: For Flash Lite 2.0, the value returned is always
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 :
Returns
if the Flash Lite content playing back in an application can access the Flash Lite
true
version of shared objects.
Boolean
if the player supports the development of screen broadcast
true
Boolean
if the player supports the playback of screen broadcast
true
Boolean
[read-only]
otherwise. The server string is
false
.
false
[read-only]
otherwise. The server
false
.
false
[read-only]
capabilities (System.capabilities)
.
SB
311

Advertisement

Table of Contents
loading

Table of Contents