Main Page | Packages | Class Tree | Index | Help

mx.controls.streamingmedia.config

class CuePoint

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


class CuePoint
extends MovieClip



Field Summary

public
name: String
Temporary variables used during initialization

public
row: Number


public
seconds: Number


Fields inherited from class MovieClip

_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursor

Fields inherited from class Object

__proto__, constructor, prototype

Constructor

public
CuePoint ( )


Method Summary

public
showFrame ( ): Void
Show the cue point position in frames.

public
showMs ( ): Void
Show the cue point position in ms.

public
toString ( ): String


public
updateData ( ): Void
Push the data presented by this control up to the central repository.

public
updateDisplay ( ): Void


Methods inherited from class MovieClip

attachAudio, attachMovie, beginFill, beginGradientFill, clear, createEmptyMovieClip, createTextField, curveTo, duplicateMovieClip, endFill, getBounds, getBytesLoaded, getBytesTotal, getDepth, getInstanceAtDepth, getNextHighestDepth, getSWFVersion, getTextSnapshot, getURL, globalToLocal, gotoAndPlay, gotoAndStop, hitTest, lineStyle, lineTo, loadMovie, loadVariables, localToGlobal, moveTo, nextFrame, onData, onDragOut, onDragOver, onEnterFrame, onKeyDown, onKeyUp, onKillFocus, onLoad, onMouseDown, onMouseMove, onMouseUp, onPress, onRelease, onReleaseOutside, onRollOut, onRollOver, onSetFocus, onUnload, play, prevFrame, removeMovieClip, setMask, startDrag, stop, stopDrag, swapDepths, unloadMovie, valueOf

Methods inherited from class Object

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



Field Documentation

name

public var name: String
Temporary variables used during initialization

row

public var row: Number

seconds

public var seconds: Number

Constructor Documentation

CuePoint

public function CuePoint()

Method Documentation

showFrame

public function showFrame(): Void
Show the cue point position in frames.

If it was previously displayed in ms, then we need to convert the value from ms to frames. Otherwise, we need to convert to a new fps value.

showMs

public function showMs(): Void
Show the cue point position in ms.

If it was previously displayed in frames, then we need to convert the value. Otherwise, do nothing.

toString

public function toString(): String
Overrides:

updateData

public function updateData(): Void
Push the data presented by this control up to the central repository.

updateDisplay

public function updateDisplay(): Void

The documentation was generated from the following file:


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