Package | com.apdevblog.events.video |
Class | public class VideoControlsEvent |
Inheritance | VideoControlsEvent flash.events.Event |
Language Version : | ActionScript 3.0 |
Runtime Versions : | AIR 1.0, Flash Player 9 |
Property | Defined By | ||
---|---|---|---|
data : *
event's data. | VideoControlsEvent |
Method | Defined By | ||
---|---|---|---|
VideoControlsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, data:* = null)
create new VideoControlsEvent. | VideoControlsEvent | ||
clone():Event [override]
| VideoControlsEvent | ||
toString():String [override]
| VideoControlsEvent |
Constant | Defined By | ||
---|---|---|---|
ENTER_FULLSCREEN : String = enterFullscreen [static] | VideoControlsEvent | ||
SCRUB : String = scrub [static] | VideoControlsEvent | ||
SEEK : String = seek [static] | VideoControlsEvent | ||
SET_VOLUME : String = setVolume [static] | VideoControlsEvent | ||
STATE_UPDATE : String = stateUpdate [static] | VideoControlsEvent | ||
TOGGLE_FULLSCREEN : String = toggleFullscreen [static] | VideoControlsEvent | ||
TOGGLE_PLAY_PAUSE : String = togglePlayPause [static] | VideoControlsEvent | ||
TOGGLE_SOUND : String = toggleSound [static] | VideoControlsEvent |
data | property |
data:*
event's data.
public function get data():*
public function set data(value:any):void
VideoControlsEvent | () | Constructor |
public function VideoControlsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, data:* = null)
create new VideoControlsEvent.
Parameterstype:String — event type
| |
bubbles:Boolean (default = false ) — does event bubble
| |
cancelable:Boolean (default = false ) — can event be canceled
| |
data:* (default = null ) — data fired w/ the event
|
clone | () | method |
override public function clone():Event
Returns
Event |
toString | () | method |
override public function toString():String
Returns
String |
ENTER_FULLSCREEN | Constant |
public static const ENTER_FULLSCREEN:String = enterFullscreen
SCRUB | Constant |
public static const SCRUB:String = scrub
SEEK | Constant |
public static const SEEK:String = seek
SET_VOLUME | Constant |
public static const SET_VOLUME:String = setVolume
STATE_UPDATE | Constant |
public static const STATE_UPDATE:String = stateUpdate
TOGGLE_FULLSCREEN | Constant |
public static const TOGGLE_FULLSCREEN:String = toggleFullscreen
TOGGLE_PLAY_PAUSE | Constant |
public static const TOGGLE_PLAY_PAUSE:String = togglePlayPause
TOGGLE_SOUND | Constant |
public static const TOGGLE_SOUND:String = toggleSound