Flash Lite 2.x and 3.0 ActionScript Language Reference

hasStreamingVideo (capabilities.hasStreamingVideo property)

public static hasStreamingVideo : Boolean [read-only]

A Boolean value that indicates whether the player can play streaming video.

Note: The hasStreamingVideo property is always false in Flash Lite 2.0 and Flash Lite 2.1, indicating that streaming FLV is not supported.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.hasStreamingVideo);