User Guide

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]