EasyManua.ls Logo

MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE - Hasstreamingvideo (Capabilities.hasstreamingvideo Property); Hasstylus (Capabilities.hasstylus Property); Hasvideoencoder (Capabilities.hasvideoencoder 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) 313
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasStreamingAudio);
hasStreamingVideo (capabilities.hasStreamingVideo
property)
public static hasStreamingVideo : Boolean [read-only]
A Boolean value that is true if the player can play streaming video; false otherwise. The
server string is
SV.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasStreamingVideo);
hasStylus (capabilities.hasStylus property)
public static hasStylus : Boolean [read-only]
Indicates if the mobile device supports stylus-related events.
This property returns
true if the platform for the mobile device does not support stylus-
related events. Otherwise, this property returns
false.
The stylus does not support the onMouseMove event. This capabilities flag allows the Flash
content to check if the platform for a mobile device supports this event.
Availability: ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasStylus);
hasVideoEncoder (capabilities.hasVideoEncoder
property)
public static hasVideoEncoder : Boolean [read-only]

Table of Contents

Related product manuals