Packagese.videoplaza.kit.api.events
Classpublic class VpCommandEventType



Public Constants
 ConstantDefined 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
Constant detail
BEGIN_BUFFERconstant
public static const BEGIN_BUFFER:String = "vpBeginBuffer"
DISABLE_CONTROLSconstant 
public static const DISABLE_CONTROLS:String = "vpDisableControls"

Commands the video player to disable controls to prevent unwanted user interaction.

ENABLE_CONTROLSconstant 
public static const ENABLE_CONTROLS:String = "vpEnableControls"

Commands the video player to enable/re-enable the controls.

MOVE_PLAYERconstant 
public static const MOVE_PLAYER:String = "vpMovePlayer"

The video player should reposition itself according to the coordinates in event.data

PAUSEconstant 
public static const PAUSE:String = "vpPause"

Commands the video player to pause the current item.

PLAYconstant 
public static const PLAY:String = "vpPlay"

Commands the video player to play/resume the current item.

RESIZE_CONTENTconstant 
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_PLAYERconstant 
public static const RESIZE_PLAYER:String = "vpResizePlayer"

The video player should resize itself according to the dimensions in event.data

STARTconstant 
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.