PauseButton

Kind of class:class
Inherits from:MovieClip
Author:Andrew Guldman
Classpath:mx.controls.streamingmedia.PauseButton
File last modified:Tuesday, 18 December 2007, 15:44:38
Processing code for a click on the Pause button.

Summary


Constructor
Instance properties
Instance methods

Constructor

PauseButton

function PauseButton (
)

Constructor

Instance properties

_controller

private _controller:MediaController
(read)

enabled

enabled:Boolean
(read,write)

pauseButton

private pauseButton:Button
(read)

Instance methods

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

function click (
ev:Object) : Void

init

private function init (
) : Void

Initialize the clip.