| Package | com.bourre.media.video |
| Class | public class CuePointEvent |
| Inheritance | CuePointEvent VideoDisplayEvent LoaderEvent BasicEvent flash.events.Event |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
See also
| Method | Defined by | ||
|---|---|---|---|
|
CuePointEvent(type:String, video:VideoDisplay, cuePointInfo:Object)
Creates new
CuePointEvent instance. | CuePointEvent | ||
![]() |
clone():Event
Clone the event
| BasicEvent | |
|
getCuePointInfo():Object
Returns the cue points object carried by this event.
| CuePointEvent | ||
![]() |
getDuration():Number
Returns duration of video carried by this event.
| VideoDisplayEvent | |
![]() |
getErrorMessage():String
Returns the error message carried by this event.
| LoaderEvent | |
![]() |
Returns the loader object carried by this event.
| LoaderEvent | |
![]() |
Returns video metada carried by this event.
| VideoDisplayEvent | |
![]() |
getName():String
Returns the loader named carried by this event.
| LoaderEvent | |
|
getNameInfo():String
| CuePointEvent | ||
![]() |
getPerCent():Number
Returns the loading progression value of object carried by
this event.
| LoaderEvent | |
![]() |
getPlayheadTime():Number
Returns playhead position of video carried by this event.
| VideoDisplayEvent | |
![]() |
getTarget():Object
Returns the current source of this event object.
| BasicEvent | |
|
getTimeInfo():String
| CuePointEvent | ||
![]() |
getType():String
Returns the type of this event, which generally correspond
to the name of the called function on the listener.
| BasicEvent | |
|
getTypeInfo():String
| CuePointEvent | ||
![]() |
Returns the VideoDisplay object carried by this event.
| VideoDisplayEvent | |
![]() |
setErrorMessage(errorMessage:String = ""):void
Sets the error message to be carried by this event.
| LoaderEvent | |
![]() |
setTarget(oTarget:Object):void
Defines the new source object of this event.
| BasicEvent | |
![]() |
setType(en:String):void
Defines the new event type for this event object.
| BasicEvent | |
|
toString():String
Returns the string representation of this instance.
| CuePointEvent | ||
| CuePointEvent | () | constructor |
public function CuePointEvent(type:String, video:VideoDisplay, cuePointInfo:Object)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates new CuePointEvent instance.
type:String — Name of the event type
|
|
video:VideoDisplay — VideoDisplay object carried by this event
|
|
cuePointInfo:Object |
| getCuePointInfo | () | method |
public function getCuePointInfo():Object
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the cue points object carried by this event.
ReturnsObject — The cue points object carried by this event.
|
| getNameInfo | () | method |
public function getNameInfo():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
String |
| getTimeInfo | () | method |
public function getTimeInfo():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
String |
| getTypeInfo | () | method |
public function getTypeInfo():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
String |
| toString | () | method |
public override function toString():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the string representation of this instance.
ReturnsString — the string representation of this instance
|