Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
The IVPEvent interface is implemented by video events
that apply to a specific VideoPlayer object within the
FLVPlayback component. When multiple VideoPlayer objects
are used within the FLVPlayback component, each one is assigned
a different index, and these indices are used with
the
visibleVideoPlayerIndex
property, the
activeVideoPlayerIndex
property, and the
getVideoPlayer()
method. When an event is triggered that
is specific to a single VideoPlayer object, the event
class implements the IVPEvent interface and the
vp
property is equal to the index of the VideoPlayer object
involved in the event.