Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.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.
type:String
[read-only]
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.0 |
The type of event. The type is case-sensitive.
Implementation
public function get type():String
vp:uint
[read-write]
Language Version : | ActionScript 3.0 |
Player Version : | Flash Player 9.0.28.0 |
The index of the VideoPlayer object involved in this event.
Implementation
public function get vp():uint
public function set vp(value:uint):void
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Tue Mar 18 2008, 12:59 PM GMT-07:00