Packagecom.adobe.mediacore.events
Classpublic class MediaPlayerViewEvent
InheritanceMediaPlayerViewEvent Inheritance flash.events.Event

Event dispatched vy MediaPlayerView to notify the associated player when was clicked.



Public Methods
 MethodDefined By
  
MediaPlayerViewEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Default constructor.
MediaPlayerViewEvent
  
clone():Event
[override]
MediaPlayerViewEvent
Public Constants
 ConstantDefined By
  VIEW_CLICKED : String = viewClicked
[static] Event dispatched when the media player view needs to notify the media player that the view was clicked.
MediaPlayerViewEvent
Constructor Detail
MediaPlayerViewEvent()Constructor
public function MediaPlayerViewEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Default constructor.

Parameters
type:String — Event type.
 
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
VIEW_CLICKEDConstant
public static const VIEW_CLICKED:String = viewClicked

Event dispatched when the media player view needs to notify the media player that the view was clicked.