Packagecom.brightcove.api.events
Classpublic class ExperienceEvent
InheritanceExperienceEvent Inheritance flash.events.Event

Events to be broadcast when content is loaded into the player.



Public Methods
 MethodDefined By
  
ExperienceEvent(type:String)
Constructor.
ExperienceEvent
  
clone():Event
[override] Returns a copy of the event instance.
ExperienceEvent
Public Constants
 ConstantDefined By
  ADDED_TO_STAGE : String = addedToStage
[static] The ExperienceEvent.ADDED_TO_STAGE constant defines the value of the type property of the event object for a addedToStage event.
ExperienceEvent
  ENTER_FULLSCREEN : String = enterFullScreen
[static] The ExperienceEvent.ENTER_FULLSCREEN constant defines the value of the type property of the event object for a enterFullScreen event.
ExperienceEvent
  EXIT_FULLSCREEN : String = exitFullScreen
[static] The ExperienceEvent.EXIT_FULLSCREEN constant defines the value of the type property of the event object for a exitFullScreen event.
ExperienceEvent
  MODULES_LOADED : String = modulesLoaded
[static] The ExperienceEvent.MODULES_LOADED constant defines the value of the type property of the event object for a modulesLoaded event.
ExperienceEvent
  TEMPLATE_LOADED : String = templateLoaded
[static] The ExperienceEvent.TEMPLATE_LOADED constant defines the value of the type property of the event object for a templateLoaded event.
ExperienceEvent
  TEMPLATE_READY : String = templateReady
[static] The ExperienceEvent.TEMPLATE_READY constant defines the value of the type property of the event object for a templateReady event.
ExperienceEvent
  USER_MESSAGE : String = userMessage
[static] The ExperienceEvent.USER_MESSAGE constant defines the value of the type property of the event object for a userMessage event.
ExperienceEvent
Constructor Detail
ExperienceEvent()Constructor
public function ExperienceEvent(type:String)

Constructor.

Parameters
type:String — event name.
Method Detail
clone()method
override public function clone():Event

Returns a copy of the event instance.

Returns
Event — A copy of the event.
Constant Detail
ADDED_TO_STAGEConstant
public static const ADDED_TO_STAGE:String = addedToStage

The ExperienceEvent.ADDED_TO_STAGE constant defines the value of the type property of the event object for a addedToStage event.

ENTER_FULLSCREENConstant 
public static const ENTER_FULLSCREEN:String = enterFullScreen

The ExperienceEvent.ENTER_FULLSCREEN constant defines the value of the type property of the event object for a enterFullScreen event.

EXIT_FULLSCREENConstant 
public static const EXIT_FULLSCREEN:String = exitFullScreen

The ExperienceEvent.EXIT_FULLSCREEN constant defines the value of the type property of the event object for a exitFullScreen event.

MODULES_LOADEDConstant 
public static const MODULES_LOADED:String = modulesLoaded

The ExperienceEvent.MODULES_LOADED constant defines the value of the type property of the event object for a modulesLoaded event.

TEMPLATE_LOADEDConstant 
public static const TEMPLATE_LOADED:String = templateLoaded

The ExperienceEvent.TEMPLATE_LOADED constant defines the value of the type property of the event object for a templateLoaded event.

TEMPLATE_READYConstant 
public static const TEMPLATE_READY:String = templateReady

The ExperienceEvent.TEMPLATE_READY constant defines the value of the type property of the event object for a templateReady event.

USER_MESSAGEConstant 
public static const USER_MESSAGE:String = userMessage

The ExperienceEvent.USER_MESSAGE constant defines the value of the type property of the event object for a userMessage event.