| Package | com.esri.aws.awx.events |
| Class | public class WidgetLoaderEvent |
| Inheritance | WidgetLoaderEvent flash.events.Event |
See also
| Property | Defined by | ||
|---|---|---|---|
| bytesLoaded : int
The number of bytes of data that have been loaded into the player.
| WidgetLoaderEvent | ||
| bytesTotal : int
The total size in bytes of the file being loaded into the player.
| WidgetLoaderEvent | ||
| widget : IWidget | WidgetLoaderEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
WidgetLoaderEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new WidgetLoaderEvent.
| WidgetLoaderEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| WIDGET_LOADED : String = "widgetLoaded" [static]
| WidgetLoaderEvent | ||
| WIDGET_LOADING : String = "widgetLoading" [static]
| WidgetLoaderEvent | ||
| bytesLoaded | property |
public var bytesLoaded:intThe number of bytes of data that have been loaded into the player.
| bytesTotal | property |
public var bytesTotal:intThe total size in bytes of the file being loaded into the player.
| widget | property |
public var widget:IWidget
| WidgetLoaderEvent | () | constructor |
public function WidgetLoaderEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new WidgetLoaderEvent.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| WIDGET_LOADED | constant |
public static const WIDGET_LOADED:String = "widgetLoaded"
| WIDGET_LOADING | constant |
public static const WIDGET_LOADING:String = "widgetLoading"