Class mx.controls.streamingmedia.config.CuePoint

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

Field Index

_frameTextField, _hoursTextField, _minutesTextField, _msTextField, _nameTextField, _row, _secondsTextField, delimiterTextField, MS_FPS, name, priorFps, row, seconds
Inherited from 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

Method Index

new CuePoint()

init(), setUsingMs(), showFrame(), showMs(), toString(), updateData(), updateDisplay(), wasUsingMs()
Inherited from 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()

Constructor Detail

CuePoint

public function CuePoint()

Field Detail

MS_FPS

static private MS_FPS:Number

name

public name:String

row

public row:Number

seconds

public seconds:Number

_row

private _row:Number

_nameTextField

private _nameTextField:TextField

_hoursTextField

private _hoursTextField:TextField

_minutesTextField

private _minutesTextField:TextField

_secondsTextField

private _secondsTextField:TextField

_msTextField

private _msTextField:TextField

_frameTextField

private _frameTextField:TextField

delimiterTextField

private delimiterTextField:TextField

priorFps

private priorFps:Number

Method Detail

toString

public function toString():
String

init

private function init():Void

updateData

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

updateDisplay

public function updateDisplay():Void

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.

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.

wasUsingMs

private function wasUsingMs():
Boolean

setUsingMs

private function setUsingMs():Void