User Guide
FLVPlayback class 549
See also
FLVPlayback.findCuePoint()
FLVPlayback.activeVideoPlayerIndex
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
my_FLVPlybk.activeVideoPlayerIndex
Description
Property; a number that specifies which video player instance is affected by other APIs. Use
this property to manage multiple FLV file streams. The default value is 0.
This property does not make the video player visible; use the
visibleVideoPlayerIndex
property to do that.
A new video player is created the first time
activeVideoPlayerIndex is set to a number.
When the new video player is created, its properties are set to the value of the default video
player (
activeVideoPlayerIndex == 0) except for contentPath, totalTime, and isLive,
which are always set to the default values (empty string, 0, and
false, respectively), and
autoPlay, which is always false (the default is true only for the default video player, 0). The
cuePoints property has no effect, as it would have no effect on a subsequent load into the
default video player.