VideoDisplayEvent
| Kind of class: | class |
|---|---|
| Inherits from: | LibEvent < BasicEvent |
| Known subclasses: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.medias.video.VideoDisplayEvent |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
VideoDisplayEvent
function VideoDisplayEvent (
e:EventType,
oLib:VideoDisplay)
Instance methods
getDuration
function getDuration (
) : Number
getFormattedPlayheadTime
function getFormattedPlayheadTime (
) : String
getLib
function getLib (
) : VideoDisplay
getPlayheadTime
function getPlayheadTime (
) : Number
getView
function getView (
) : MovieClip
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: