(Beta)
Package | fl.video |
Interface | public interface IVPEvent |
Implementors | AutoLayoutEvent, MetadataEvent, VideoEvent, VideoProgressEvent |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
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.
Public Properties
Property | Defined By | ||
---|---|---|---|
type : String [read-only]
The type of event. | IVPEvent | ||
vp : uint
The index of the VideoPlayer object involved in this event. | IVPEvent |
Wed Nov 21 2018, 06:34 AM -08:00