| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
The GraphicLoaderLocatorEvent class represents the event object passed
to the event listener for
GraphicLoaderLocator events.
public function GraphicLoaderLocatorEvent(type:String, name:String, gl:GraphicLoader)
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Creates a new GraphicLoaderLocatorEvent object.
Parameters
| type:String — Name of the event type
|
| |
| name:String — Registration key
|
| |
| gl:GraphicLoader — Graphic loader object
|
public function getGraphicLib():GraphicLoader
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Returns the graphic loader object carried by this event.
Returns
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 static const onRegisterGraphicLoaderEVENT:String = "onRegisterGraphicLoader"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Defines the value of the type property of the event
object for a onRegisterGraphicLoader event.
The properties of the event object have the following values:
| Property | Value |
type |
Dispatched event type |
| Method | Value |
getName()
| The registration key |
getGraphicLib()
| The Graphic loader object |
public static const onUnregisterGraphicLoaderEVENT:String = "onUnregisterGraphicLoader"
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Defines the value of the type property of the event
object for a onUnregisterGraphicLoader event.
The properties of the event object have the following values:
| Property | Value |
type |
Dispatched event type |
| Method | Value |
getName()
| The registration key |
getGraphicLib()
| The Graphic loader object |
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