Class mx.controls.streamingmedia.PauseButton

MovieClip
   +--mx.controls.streamingmedia.PauseButton

Description

Processing code for a click on the Pause button.

Field Index

_controller, enabled, pauseButton
Inherited from 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

Method Index

new PauseButton()

attachButton(), click(), init()
Inherited from 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()

Constructor Detail

PauseButton

public function PauseButton()
Constructor

Field Detail

pauseButton

private pauseButton:Button

_controller

private _controller:MediaController

enabled

public enabled:Boolean

Method Detail

init

private function init():Void
Initialize the clip.

attachButton

private function attachButton():Void
Attach the Button object. This code is copied from UIObject.createClassObject. It cannot be called directly on UIObject because PauseButton does not extend UIObject and the object that contains function gets the clip attached to it.

click

public function click(ev:
Object):Void