Package | com.apdevblog.ui.video.controls |
Class | public class BtnSound |
Inheritance | BtnSound flash.display.Sprite |
Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 9 |
See also
Method | Defined By | ||
---|---|---|---|
creates fullscreen button and initializes it. | BtnSound | ||
updateState(vol:Number):void
updates volume state (visually). | BtnSound |
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched when the user changes volume of video. | BtnSound |
BtnSound | () | Constructor |
public function BtnSound(style:ApdevVideoPlayerDefaultStyle)
creates fullscreen button and initializes it.
Parametersstyle:ApdevVideoPlayerDefaultStyle |
updateState | () | method |
public function updateState(vol:Number):void
updates volume state (visually).
Parameters
vol:Number — video's current volume
|
setVolume | Event |
com.apdevblog.events.video.VideoControlsEvent
com.apdevblog.events.video.VideoControlsEvent
Dispatched when the user changes volume of video.