Class mx.controls.streamingmedia.config.CuePointEditor

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

Field Index

_data, _list, _scroller, cuePointsLabel, nameLabel, positionLabel
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 CuePointEditor()

addNewCuePoint(), consolidateData(), deleteCuePoint(), init(), initOnFrame1(), separateData(), updateCuePointDisplay(), updateRow()
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

CuePointEditor

public function CuePointEditor()

Field Detail

_scroller

private _scroller:ScrollPane

cuePointsLabel

private cuePointsLabel:Label

nameLabel

private nameLabel:Label

positionLabel

private positionLabel:Label

_list

private _list:CuePointList

_data

private _data:Array

Method Detail

init

private function init():Void

initOnFrame1

private function initOnFrame1():Void
Initialize after the child objects have initialized.

addNewCuePoint

public function addNewCuePoint():Void

deleteCuePoint

public function deleteCuePoint():Void
Delete the last cue point in the list.

updateRow

public function updateRow(row:
Number, name:String, seconds:Number):Void
Update the data array and push the data to the xch object

updateCuePointDisplay

public function updateCuePointDisplay():Void

consolidateData

private function consolidateData(names:
Array, times:Array):Void

separateData

private function separateData():
Array