| Package | com.apdevblog.ui.video.controls |
| Class | public class BtnPlayPause |
| Inheritance | BtnPlayPause flash.display.Sprite |
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
See also
| Method | Defined By | ||
|---|---|---|---|
creates play/pause button and initializes it. | BtnPlayPause | ||
updateState(state:String):void
updates video's playback state (visually). | BtnPlayPause | ||
| BtnPlayPause | () | Constructor |
public function BtnPlayPause(style:ApdevVideoPlayerDefaultStyle)creates play/pause button and initializes it.
Parametersstyle:ApdevVideoPlayerDefaultStyle |
| updateState | () | method |
public function updateState(state:String):voidupdates video's playback state (visually).
Parameters
state:String — the new ApdevVideoState
|