| Constant | Defined by | ||
|---|---|---|---|
| BEGIN_BUFFER : String = "vpBeginBuffer" [static]
| VpCommandEventType | ||
| DISABLE_CONTROLS : String = "vpDisableControls" [static]
Commands the video player to disable controls to prevent unwanted user interaction.
| VpCommandEventType | ||
| ENABLE_CONTROLS : String = "vpEnableControls" [static]
Commands the video player to enable/re-enable the controls.
| VpCommandEventType | ||
| MOVE_PLAYER : String = "vpMovePlayer" [static]
The video player should reposition itself according to the coordinates in
event.data
| VpCommandEventType | ||
| PAUSE : String = "vpPause" [static]
Commands the video player to pause the current item.
| VpCommandEventType | ||
| PLAY : String = "vpPlay" [static]
Commands the video player to play/resume the current item.
| VpCommandEventType | ||
| RESIZE_CONTENT : String = "vpResizeContent" [static]
The video player should resize its (video) content area only - not the adplayer area - according to the dimensions in
event.data
| VpCommandEventType | ||
| RESIZE_PLAYER : String = "vpResizePlayer" [static]
The video player should resize itself according to the dimensions in
event.data
| VpCommandEventType | ||
| START : String = "vpStart" [static]
Dispatched after the AdPlayer has played pre-item ads (if any).
| VpCommandEventType | ||
| BEGIN_BUFFER | constant |
public static const BEGIN_BUFFER:String = "vpBeginBuffer"
| DISABLE_CONTROLS | constant |
public static const DISABLE_CONTROLS:String = "vpDisableControls"Commands the video player to disable controls to prevent unwanted user interaction.
| ENABLE_CONTROLS | constant |
public static const ENABLE_CONTROLS:String = "vpEnableControls"Commands the video player to enable/re-enable the controls.
| MOVE_PLAYER | constant |
public static const MOVE_PLAYER:String = "vpMovePlayer"The video player should reposition itself according to the coordinates in event.data
| PAUSE | constant |
public static const PAUSE:String = "vpPause"Commands the video player to pause the current item.
| PLAY | constant |
public static const PLAY:String = "vpPlay"Commands the video player to play/resume the current item.
| RESIZE_CONTENT | constant |
public static const RESIZE_CONTENT:String = "vpResizeContent"The video player should resize its (video) content area only - not the adplayer area - according to the dimensions in event.data
| RESIZE_PLAYER | constant |
public static const RESIZE_PLAYER:String = "vpResizePlayer"The video player should resize itself according to the dimensions in event.data
| START | constant |
public static const START:String = "vpStart"Dispatched after the AdPlayer has played pre-item ads (if any). The video player should start the item upon recieving this event.