Package | com.adobe.mediacore.events |
Class | public class MediaPlayerViewEvent |
Inheritance | MediaPlayerViewEvent ![]() |
Method | Defined By | ||
---|---|---|---|
MediaPlayerViewEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Default constructor. | MediaPlayerViewEvent | ||
clone():Event [override]
| MediaPlayerViewEvent |
Constant | Defined 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 |
MediaPlayerViewEvent | () | Constructor |
public function MediaPlayerViewEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Default constructor.
Parameterstype: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.
|
clone | () | method |
override public function clone():Event
Returns
Event |
VIEW_CLICKED | Constant |
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.