mx.controls.streamingmedia.AbstractPlayer
AbstractPlayer contains common code used by the player classes. It relies on function defined in the IPlayer interface being implemented in concrete subclasses.
_playing
playing
new AbstractPlayer()
public function AbstractPlayer()
private _playing:Boolean
public playing:Boolean [Read Only]
public function isPlaying():Boolean
ReturnTrue if the media is playing; false if not.
public function setPlaying(flag:Boolean):Void