AbstractPlayer
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Known subclasses: | |
| Author: | Andrew Guldman |
| Classpath: | mx.controls.streamingmedia.AbstractPlayer |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
AbstractPlayer contains common code used by the player classes.
It relies on function defined in the IPlayer interface being
implemented in concrete subclasses.
It relies on function defined in the IPlayer interface being
implemented in concrete subclasses.
Summary
Constructor
Instance methods
- isPlaying : Boolean
- setPlaying (flag:Boolean) : Void
Constructor
AbstractPlayer
function AbstractPlayer (
)
Instance properties
_playing
private _playing:Boolean
(read)
playing
playing:Boolean
(read)
Instance methods
isPlaying
function isPlaying (
) : Boolean
Returns:
- True if the media is playing; false if not.
setPlaying
function setPlaying (
flag:Boolean) : Void