CuePointEditor

Kind of class:class
Inherits from:MovieClip
Classpath:mx.controls.streamingmedia.config.CuePointEditor
File last modified:Tuesday, 18 December 2007, 15:44:38

Summary


Constructor
Instance properties
Instance methods

Constructor

CuePointEditor

function CuePointEditor (
)

Instance properties

_data

private _data:Array
(read)

The cue point data. An array of arrays. The second array has
two elements: first is name, second is time in seconds.

_list

private _list:CuePointList
(read)

The visible list of cue points

_scroller

private _scroller:ScrollPane
(read)

The scroll pane

cuePointsLabel

private cuePointsLabel:Label
(read)

Text labels

nameLabel

private nameLabel:Label
(read)

positionLabel

private positionLabel:Label
(read)

Instance methods

addNewCuePoint

function addNewCuePoint (
) : Void

consolidateData

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

deleteCuePoint

function deleteCuePoint (
) : Void

Delete the last cue point in the list.

init

private function init (
) : Void

initOnFrame1

private function initOnFrame1 (
) : Void

Initialize after the child objects have initialized.

separateData

private function separateData (
) : Array

updateCuePointDisplay

function updateCuePointDisplay (
) : Void

updateRow

function updateRow (
row:Number, name:String, seconds:Number) : Void

Update the data array and push the data to the xch object