| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
The VideoDisplayLocatorEvent class represents the event object passed
to the event listener for VideoDisplayLocator events.
public static var onRegisterVideoDisplayEVENT:String = "onRegisterVideoDisplay"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Defines the value of the type property of the event
object for a onRegisterVideoDisplay event.
The properties of the event object have the following values:
| Property | Value |
type |
Dispatched event type |
| Method | Value |
getName()
| The registration key |
getVideoDisplay()
| The VideoDisplay object |
public static var onUnregisterVideoDisplayEVENT:String = "onUnregisterVideoDisplay"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Defines the value of the type property of the event
object for a onUnregisterVideoDisplay event.
The properties of the event object have the following values:
| Property | Value |
type |
Dispatched event type |
| Method | Value |
getName()
| The registration key |
public function VideoDisplayLocatorEvent(type:String, name:String, videoDisplay:VideoDisplay)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates new VideoDisplayLocatorEvent instance.
Parameters
| type:String — Name of the event type
|
| |
| name:String — Registration key
|
| |
| videoDisplay:VideoDisplay — VideoDisplay object
|
public function getName():String
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the registration key carried by this event.
Returns
| String — The registration key carried by this event.
|
public function getVideoDisplay():VideoDisplay
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the VideoDisplay object carried by this event.
Returns
| VideoDisplay —
The VideoDisplay object carried by this event.
|
LowRA API documentation 2008- 2009
Licensed under the MOZILLA PUBLIC LICENSE, Version 1.1
mer. févr. 25 2009, 9:22 AM GMT+01:00