Packagecom.bourre.media.video
Classpublic class CuePointEvent
InheritanceCuePointEvent Inheritance VideoDisplayEvent Inheritance LoaderEvent Inheritance BasicEvent Inheritance flash.events.Event

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The CuePointEvent class represents the event object passed to the event listener when VideoDisplay receive video cue points.

See also

VideoDisplay


Public Properties
 PropertyDefined by
 InheritedonBufferEmptyEVENT : String = ""
[static]
VideoDisplayEvent
 InheritedonBufferFullEVENT : String = ""
[static]
VideoDisplayEvent
 InheritedonCuePointEVENT : String = ""
[static]
VideoDisplayEvent
 InheritedonEndVideoEVENT : String = ""
[static] WORK ONLY WITH METADATA send when video has finish
VideoDisplayEvent
 InheritedonErrorEVENT : String = ""
[static]
VideoDisplayEvent
 InheritedonMetaDataEVENT : String = ""
[static]
VideoDisplayEvent
 InheritedonPlayHeadTimeChangeEVENT : String = ""
[static]
VideoDisplayEvent
 InheritedonResizeEVENT : String = ""
[static]
VideoDisplayEvent
 InheritedonStartStreamEVENT : String = ""
[static]
VideoDisplayEvent
 InheritedonStopStreamEVENT : String = ""
[static] Send when video is stop manually or finish itself
VideoDisplayEvent
 Inheritedtarget : Object
The source object of this event
BasicEvent
 Inheritedtype : String
The type of this event
BasicEvent
Protected Properties
 PropertyDefined by
 Inherited_oTarget : Object
The source object of this event, redefined to provide write access
BasicEvent
 Inherited_sType : String
The type of the event, redefined to provide write access
BasicEvent
Public Methods
 MethodDefined by
  
CuePointEvent(type:String, video:VideoDisplay, cuePointInfo:Object)
Creates new CuePointEvent instance.
CuePointEvent
 Inherited
clone():Event
Clone the event
BasicEvent
  
getCuePointInfo():Object
Returns the cue points object carried by this event.
CuePointEvent
 Inherited
getDuration():Number
Returns duration of video carried by this event.
VideoDisplayEvent
 Inherited
getErrorMessage():String
Returns the error message carried by this event.
LoaderEvent
 Inherited
Returns the loader object carried by this event.
LoaderEvent
 Inherited
Returns video metada carried by this event.
VideoDisplayEvent
 Inherited
getName():String
Returns the loader named carried by this event.
LoaderEvent
  
getNameInfo():String
CuePointEvent
 Inherited
getPerCent():Number
Returns the loading progression value of object carried by this event.
LoaderEvent
 Inherited
getPlayheadTime():Number
Returns playhead position of video carried by this event.
VideoDisplayEvent
 Inherited
getTarget():Object
Returns the current source of this event object.
BasicEvent
  
getTimeInfo():String
CuePointEvent
 Inherited
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
 Inherited
Returns the VideoDisplay object carried by this event.
VideoDisplayEvent
 Inherited
setErrorMessage(errorMessage:String = ""):void
Sets the error message to be carried by this event.
LoaderEvent
 Inherited
setTarget(oTarget:Object):void
Defines the new source object of this event.
BasicEvent
 Inherited
setType(en:String):void
Defines the new event type for this event object.
BasicEvent
  
toString():String
Returns the string representation of this instance.
CuePointEvent
Public Constants
 ConstantDefined by
 InheritedonLoadErrorEVENT : String = "onLoadError"
[static] Defines the value of the type property of the event object for a onLoadError event.
LoaderEvent
 InheritedonLoadInitEVENT : String = "onLoadInit"
[static] Defines the value of the type property of the event object for a onLoadInit event.
LoaderEvent
 InheritedonLoadProgressEVENT : String = "onLoadProgress"
[static] Defines the value of the type property of the event object for a onLoadProgress event.
LoaderEvent
 InheritedonLoadStartEVENT : String = "onLoadStart"
[static] Defines the value of the type property of the event object for a onLoadStart event.
LoaderEvent
 InheritedonLoadTimeOutEVENT : String = "onLoadTimeOut"
[static] Defines the value of the type property of the event object for a onLoadTimeOut event.
LoaderEvent
Constructor detail
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.

Parameters
type:String — Name of the event type
 
video:VideoDisplay — VideoDisplay object carried by this event
 
cuePointInfo:Object
Method detail
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.

Returns
Object — 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

Returns
String
getTimeInfo()method 
public function getTimeInfo():String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
String
getTypeInfo()method 
public function getTypeInfo():String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns
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.

Returns
String — the string representation of this instance