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
- _scroller : ScrollPane
- The scroll pane
- cuePointsLabel : Label
- Text labels
- nameLabel : Label
- positionLabel : Label
- _list : CuePointList
- The visible list of cue points
- _data : Array
- The cue point data.
Instance methods
- init : Void
- initOnFrame1 : Void
- Initialize after the child objects have initialized.
- addNewCuePoint : Void
- deleteCuePoint : Void
- Delete the last cue point in the list.
- updateRow (row:Number, name:String, seconds:Number) : Void
- Update the data array and push the data to the xch object
- updateCuePointDisplay : Void
- consolidateData (names:Array, times:Array) : Void
- separateData : Array
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.
two elements: first is name, second is time in seconds.
nameLabel
positionLabel
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