Main Page | Packages | Class Tree | Index | Help

mx.controls.streamingmedia.behaviors

class ObjectCuePointListener

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


class ObjectCuePointListener
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
ObjectCuePointListener ( )
Constructor.

Method Summary

public static
initializeListener ( holder: ICuePointHolder, listener )
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

ObjectCuePointListener

public function ObjectCuePointListener()
Constructor.


Method Documentation

initializeListener

public static function initializeListener(holder: ICuePointHolder,
 listener)
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.

The documentation was generated from the following file:


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