| Package | org.puremvc.as3.utilities.loadup.assetloader.model.loaders |
| Class | public class AssetLoadBySoundLoader |
| Implements | IAssetLoader |
| Property | Defined by | ||
|---|---|---|---|
| dataFormat : String
Present only to satisfy IAssetLoader interface.
| AssetLoadBySoundLoader | ||
| loaderContext : * | AssetLoadBySoundLoader | ||
| urlRequest : URLRequest | AssetLoadBySoundLoader | ||
| Method | Defined by | ||
|---|---|---|---|
|
AssetLoadBySoundLoader(respondTo:AssetProxy)
| AssetLoadBySoundLoader | ||
|
load(url:String):void
| AssetLoadBySoundLoader | ||
| Method | Defined by | ||
|---|---|---|---|
|
addListeners(dis:IEventDispatcher):void
From experience, the SecurityErrorEvent is included,
even though the Sound API does not specify it as an applicable Event.
| AssetLoadBySoundLoader | ||
|
completeHandler(ev:Event):void
| AssetLoadBySoundLoader | ||
|
ioErrorHandler(ev:Event):void
| AssetLoadBySoundLoader | ||
|
progressHandler(ev:ProgressEvent):void
| AssetLoadBySoundLoader | ||
|
removeListeners(dis:IEventDispatcher):void
| AssetLoadBySoundLoader | ||
|
securityErrorHandler(ev:Event):void
| AssetLoadBySoundLoader | ||
| Constant | Defined by | ||
|---|---|---|---|
| LOADER_FORMAT_NOT_APPLICABLE_MSG : String = "AssetLoadBySoundLoader, get/set dataFormat(), not applicable." | AssetLoadBySoundLoader | ||
| dataFormat | property |
dataFormat:String [read-write]Present only to satisfy IAssetLoader interface.
Implementation public function get dataFormat():String
public function set dataFormat(value:String):void
| loaderContext | property |
loaderContext:* [read-write]Implementation
public function get loaderContext():*
public function set loaderContext(value:*):void
| urlRequest | property |
urlRequest:URLRequest [read-write]Implementation
public function get urlRequest():URLRequest
public function set urlRequest(value:URLRequest):void
| AssetLoadBySoundLoader | () | constructor |
| addListeners | () | method |
protected function addListeners(dis:IEventDispatcher):voidFrom experience, the SecurityErrorEvent is included, even though the Sound API does not specify it as an applicable Event.
Parametersdis:IEventDispatcher |
| completeHandler | () | method |
protected function completeHandler(ev:Event):voidParameters
ev:Event |
| ioErrorHandler | () | method |
protected function ioErrorHandler(ev:Event):voidParameters
ev:Event |
| load | () | method |
public function load(url:String):voidParameters
url:String |
| progressHandler | () | method |
protected function progressHandler(ev:ProgressEvent):voidParameters
ev:ProgressEvent |
| removeListeners | () | method |
protected function removeListeners(dis:IEventDispatcher):voidParameters
dis:IEventDispatcher |
| securityErrorHandler | () | method |
protected function securityErrorHandler(ev:Event):voidParameters
ev:Event |
| LOADER_FORMAT_NOT_APPLICABLE_MSG | constant |
protected const LOADER_FORMAT_NOT_APPLICABLE_MSG:String = "AssetLoadBySoundLoader, get/set dataFormat(), not applicable."