Main Page | Packages | Class Tree | Index | Help

mx.controls.streamingmedia

class CuePoint

Object
  |
  +--mx.controls.streamingmedia.CuePoint


class CuePoint
extends Object

CuePoints are points where an event will be fired during the playback of streaming media.


Author:
Andrew Guldman


Field Summary

public
display: MediaDisplay
The display with which this cue point is associated

public
name: String
The name of the cue point

public
playback: MediaPlayback
The playback component with which this cue point is associated

public
time: Number
The time in seconds at which the cue point is fired

Fields inherited from class Object

__proto__, constructor, prototype

Constructor

public
CuePoint ( aName: String, aTime: Number)
Public constructor.

Method Summary

public
toString ( ): String


Methods inherited from class Object

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



Field Documentation

display

public var display: MediaDisplay
The display with which this cue point is associated

name

public var name: String
The name of the cue point

playback

public var playback: MediaPlayback
The playback component with which this cue point is associated

time

public var time: Number
The time in seconds at which the cue point is fired


Constructor Documentation

CuePoint

public function CuePoint(aName: String,
 aTime: Number)
Public constructor.


Method Documentation

toString

public function toString(): String
Overrides:


The documentation was generated from the following file:


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