Packagecom.apdevblog.events.video
Classpublic class VideoControlsEvent
InheritanceVideoControlsEvent Inheritance flash.events.Event

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9

VideoControl specific Event.



Public Properties
 PropertyDefined By
  data : *
event's data.
VideoControlsEvent
Public Methods
 MethodDefined By
  
VideoControlsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, data:* = null)
create new VideoControlsEvent.
VideoControlsEvent
  
clone():Event
[override]
VideoControlsEvent
  
toString():String
[override]
VideoControlsEvent
Public Constants
 ConstantDefined 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
Property Detail
dataproperty
data:*

event's data.


Implementation
    public function get data():*
    public function set data(value:any):void
Constructor Detail
VideoControlsEvent()Constructor
public function VideoControlsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, data:* = null)

create new VideoControlsEvent.

Parameters
type: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
Method Detail
clone()method
override public function clone():Event

Returns
Event
toString()method 
override public function toString():String

Returns
String
Constant Detail
ENTER_FULLSCREENConstant
public static const ENTER_FULLSCREEN:String = enterFullscreen

SCRUBConstant 
public static const SCRUB:String = scrub

SEEKConstant 
public static const SEEK:String = seek

SET_VOLUMEConstant 
public static const SET_VOLUME:String = setVolume

STATE_UPDATEConstant 
public static const STATE_UPDATE:String = stateUpdate

TOGGLE_FULLSCREENConstant 
public static const TOGGLE_FULLSCREEN:String = toggleFullscreen

TOGGLE_PLAY_PAUSEConstant 
public static const TOGGLE_PLAY_PAUSE:String = togglePlayPause

TOGGLE_SOUNDConstant 
public static const TOGGLE_SOUND:String = toggleSound