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.
The following example traces the value of this read-only property:
trace(System.capabilities.hasStreamingVideo);