ObjectCuePointListener
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Author: | Andrew Guldman |
| Classpath: | mx.controls.streamingmedia.behaviors.ObjectCuePointListener |
| 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
Class methods
- initializeListener (holder:ICuePointHolder, listener)
- Create a listener on the specified cue point holder.
- isListener (o) : Boolean
Constructor
ObjectCuePointListener
function ObjectCuePointListener (
)
Constructor.
Class methods
initializeListener
Create a listener on the specified cue point holder.
Parameters:
holder :
The holder of cue points
listener:
Specifies the listener object: either an arbitrary
object (optionally a movie clip), the relative path to an object
(a string), or the name of a class.
object (optionally a movie clip), the relative path to an object
(a string), or the name of a class.
isListener
static private function isListener (
o) : Boolean
Parameters:
o:
See if the parameter is listening for cue point events.
Returns:
- True if the parameter is listening; false if not.