Main Page | Packages | Class Tree | Index | Help

mx.controls.streamingmedia

class PlayBarThumb

Object
  |
  +--MovieClip
        |
        +--mx.controls.streamingmedia.PlayBarThumb


class PlayBarThumb
extends MovieClip

The draggable thumb of the play bar that lets the user see and adjust the current play head position.


Author:
Andrew Guldman


Fields inherited from class 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

Fields inherited from class Object

__proto__, constructor, prototype

Property Summary

public
enabled: Boolean (read, write)


Constructor

public
PlayBarThumb ( )
The original controllerPolicy setting

Method Summary

public
handlePress ( ): Void
Process a mouse click on the clip.

public
handleRelease ( ): Void
The user released the mouse.

public
handleReleaseOutside ( ): Void
The user released the mouse outside the clip.

public
isScrubbing ( ): Boolean
Is the thumb being dragged?

public
onUnload ( ): Void
Emergency backup.

Methods inherited from class 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

Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Property Documentation

enabled

public enabled: Boolean (read, write)

Constructor Documentation

PlayBarThumb

public function PlayBarThumb()
The original controllerPolicy setting


Method Documentation

handlePress

public function handlePress(): Void
Process a mouse click on the clip.

Start dragging the thumb on the play bar.

handleRelease

public function handleRelease(): Void
The user released the mouse.

Stop dragging my clip around.

handleReleaseOutside

public function handleReleaseOutside(): Void
The user released the mouse outside the clip.

Stop dragging my clip around.

isScrubbing

public function isScrubbing(): Boolean
Is the thumb being dragged?

onUnload

public function onUnload(): Void
Emergency backup.

Never kill this clip and leave dragging mode on.

Overrides:


The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc