User Guide

System.capabilities.hasStreamingVideo 827
System.capabilities.hasStreamingVideo
Availability
Flash Player 6 r65.
Usage
System.capabilities.hasStreamingVideo:Boolean
Description
Read-only property: a Boolean value that is true if the player can play streaming video; false
otherwise. The server string is
SV.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasStreamingVideo);