Main Page | Packages | Class Tree | Index | Help

mx.controls.streamingmedia.behaviors

class SlideCuePointListener

Object
  |
  +--mx.controls.streamingmedia.behaviors.SlideCuePointListener


class SlideCuePointListener
extends Object

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.


Author:
Andrew Guldman


Fields inherited from class Object

__proto__, constructor, prototype

Constructor

public
SlideCuePointListener ( aTarget: Slide)
Constructor.

Method Summary

public
handleEvent ( ev: Object ): Void
Listen for cuePoint events and move the playhead to the frame with the same name as the cuePoint.

public static
initializeListener ( holder: ICuePointHolder, aTarget: Slide )
Create a listener on the specified cue point holder.

Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Constructor Documentation

SlideCuePointListener

public function SlideCuePointListener(aTarget: Slide)
Constructor.

Parameters:
aTarget
The clip which has the named frames corresponding to the cuePoint names.

Method Documentation

handleEvent

public function handleEvent(ev: Object): Void
Listen for cuePoint events and move the playhead to the frame with the same name as the cuePoint.

initializeListener

public static function initializeListener(holder: ICuePointHolder,
 aTarget: Slide)
Create a listener on the specified cue point holder.

Parameters:
holder
The holder of cue points
aTarget
The intended target of the listener

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc