MovieClip +--mx.controls.streamingmedia.PlayBarThumb
The draggable thumb of the play bar that lets the user see and adjust the current play head position.
_dragging
, _enabled
, _pauseId
, _playBar
, _wasPlaying
, enabled
_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 PlayBarThumb()
private _playBar:PlayBar
private _enabled:Boolean
private _wasPlaying:Boolean
private _pauseId:Number
private _dragging:Boolean
public enabled:Boolean
public function handlePress():Void
Process a mouse click on the clip. Start dragging the thumb on the play bar.
public function onUnload():Void
Emergency backup. Never kill this clip and leave dragging mode on.
public function handleRelease():Void
The user released the mouse. Stop dragging my clip around.