SlideCuePointListener
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Author: | Andrew Guldman |
| Classpath: | mx.controls.streamingmedia.behaviors.SlideCuePointListener |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
This class is a listener for cuePoint events that will move the playhead
of the specified clip to a named frame with the same name as the cuePoint.
of the specified clip to a named frame with the same name as the cuePoint.
Summary
Constructor
- SlideCuePointListener (aTarget:Slide)
- Constructor.
Instance properties
Class methods
- initializeListener (holder:ICuePointHolder)
- Create a listener on the specified cue point holder.
Instance methods
- handleEvent (ev:Object) : Void
- Listen for cuePoint events and move the playhead to the frame
Constructor
SlideCuePointListener
Constructor.
Parameters:
aTarget :
The clip which has the named frames corresponding to the
cuePoint names.
cuePoint names.
shouldStop:
If true, then gotoAndStop will be called; otherwise
gotoAndPlay will.
gotoAndPlay will.
Instance properties
_targetSlide
Class methods
initializeListener
Create a listener on the specified cue point holder.
Parameters:
holder :
The holder of cue points
aTarget:
The intended target of the listener
Instance methods
handleEvent
function handleEvent (
ev:Object) : Void
Listen for cuePoint events and move the playhead to the frame
with the same name as the cuePoint.
with the same name as the cuePoint.