03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

hasStreamingAudio (capabilities.hasStreamingAudio<br />

property)<br />

public static hasStreamingAudio : Boolean [read-only]<br />

A Boolean value that is true if the player can play streaming audio; false otherwise. The<br />

server string is SA.<br />

Example<br />

The following example traces the value of this read-only property:<br />

trace(System.capabilities.hasStreamingAudio);<br />

hasStreamingVideo (capabilities.hasStreamingVideo<br />

property)<br />

public static hasStreamingVideo : Boolean [read-only]<br />

A Boolean value that indicates whether the player can play streaming video.<br />

Note: The hasStreamingVideo property is always false in Flash Lite 2.0 <strong>and</strong> Flash Lite 2.1,<br />

indicating that streaming FLV is not supported.<br />

Example<br />

The following example traces the value of this read-only property:<br />

trace(System.capabilities.hasStreamingVideo);<br />

hasStylus (capabilities.hasStylus property)<br />

public static hasStylus : Boolean [read-only]<br />

Indicates if the mobile device supports stylus-related events.<br />

This property returns true if the platform for the mobile device does not support stylusrelated<br />

events. Otherwise, this property returns false.<br />

The stylus does not support the onMouseMove event. This capabilities flag allows the Flash<br />

content to check if the platform for a mobile device supports this event.<br />

Example<br />

The following example traces the value of this read-only property:<br />

capabilities (System.capabilities) 291

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!