| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, 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 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
The type of event. The type is case-sensitive.
Implementation public function get type():Stringvp:uint [read-write]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, 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-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00 Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/video/IVPEvent.html