| Package | org.flowplayer.model |
| Class | public class ClipEventSupport |
| Inheritance | ClipEventSupport ClipEventDispatcher org.flowplayer.model.EventDispatcher |
| Subclasses | Playlist |
| Property | Defined by | ||
|---|---|---|---|
| childClips : Array [read-only]
| ClipEventSupport | ||
| clips : Array [read-only]
| ClipEventSupport | ||
| Method | Defined by | ||
|---|---|---|---|
|
ClipEventSupport(commonClip:Clip, clips:Array = null)
| ClipEventSupport | ||
![]() |
dispatch(eventType:ClipEventType, info:Object = null, info2:Object = null, info3:Object = null):void
| ClipEventDispatcher | |
![]() |
dispatchBeforeEvent(event:AbstractEvent):Boolean
| ClipEventDispatcher | |
![]() |
dispatchError(error:ClipError, info:Object = null):void
| ClipEventDispatcher | |
![]() |
dispatchEvent(event:ClipEvent):void
| ClipEventDispatcher | |
![]() |
onAll(listener:Function, clipFilter:Function = null):void
| ClipEventDispatcher | |
![]() |
onBeforeAll(listener:Function, clipFilter:Function = null):void
| ClipEventDispatcher | |
![]() |
onBeforeBegin(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onBeforeFinish(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onBeforePause(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onBeforeResume(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onBeforeSeek(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onBeforeStop(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onBegin(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onBufferEmpty(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onBufferFull(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onBufferStop(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onClipAdd(listener:Function, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onConnect(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onConnectionEvent(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onCuepoint(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onError(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onFinish(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onLastSecond(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onMetaData(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onNetStreamEvent(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onPause(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onPlaylistReplace(listener:Function, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onResume(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onSeek(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onStart(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
Adds a listener for the start event.
| ClipEventDispatcher | |
![]() |
onStop(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
![]() |
onUpdate(listener:Function, clipFilter:Function = null, addToFront:Boolean = false):void
| ClipEventDispatcher | |
|
removeListener(event:EventType, listener:Function, beforePhase:Boolean = false):void
| ClipEventSupport | ||
|
typeFilter(type:ClipType):Function
[static]
| ClipEventSupport | ||
| allClips | property |
allClips:Array [read-only]Implementation
flow_internal function get allClips():Array
| childClips | property |
childClips:Array [read-only]Implementation
public function get childClips():Array
| clips | property |
clips:Array [read-only]Implementation
public function get clips():Array
| ClipEventSupport | () | constructor |
public function ClipEventSupport(commonClip:Clip, clips:Array = null)Parameters
commonClip:Clip |
|
clips:Array (default = null) |
| removeListener | () | method |
public override function removeListener(event:EventType, listener:Function, beforePhase:Boolean = false):voidParameters
event:EventType |
|
listener:Function |
|
beforePhase:Boolean (default = false) |
| setClips | () | method |
flow_internal function setClips(clips:Array):voidParameters
clips:Array |
| setListener | () | method |
flow_internal override function setListener(event:EventType, listener:Function, clipFilter:Function = null, beforePhase:Boolean = false, addToFront:Boolean = false):voidParameters
event:EventType |
|
listener:Function |
|
clipFilter:Function (default = null) |
|
beforePhase:Boolean (default = false) |
|
addToFront:Boolean (default = false) |
| typeFilter | () | method |
public static function typeFilter(type:ClipType):FunctionParameters
type:ClipType |
Function |