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
- pauseButton : Button
- _controller : MediaController
- enabled : Boolean
Instance methods
- init : Void
- Initialize the clip.
- attachButton : Void
- Attach the Button object.
- click (ev:Object) : Void
Constructor
PauseButton
function PauseButton (
)
Constructor
Instance properties
_controller
enabled
enabled:Boolean
(read,write)
pauseButton
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.
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.