MovieClip +--mx.controls.streamingmedia.config.CuePoint
_frameTextField
, _hoursTextField
, _minutesTextField
, _msTextField
, _nameTextField
, _row
, _secondsTextField
, delimiterTextField
, MS_FPS
, name
, priorFps
, row
, seconds
_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
new CuePoint()
static private MS_FPS:Number
public name:String
public row:Number
public seconds:Number
private _row:Number
private _nameTextField:TextField
private _hoursTextField:TextField
private _minutesTextField:TextField
private _secondsTextField:TextField
private _msTextField:TextField
private _frameTextField:TextField
private delimiterTextField:TextField
private priorFps:Number
public function updateData():Void
Push the data presented by this control up to the central repository.
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.