Packageorg.puremvc.as3.utilities.loadup.assetloader.model.loaders
Classpublic class AssetLoadBySoundLoader
ImplementsIAssetLoader



Public Properties
 PropertyDefined by
  dataFormat : String
Present only to satisfy IAssetLoader interface.
AssetLoadBySoundLoader
  loaderContext : *
AssetLoadBySoundLoader
  urlRequest : URLRequest
AssetLoadBySoundLoader
Public Methods
 MethodDefined by
  
AssetLoadBySoundLoader
  
load(url:String):void
AssetLoadBySoundLoader
Protected Methods
 MethodDefined 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
Protected Constants
 ConstantDefined by
  LOADER_FORMAT_NOT_APPLICABLE_MSG : String = "AssetLoadBySoundLoader, get/set dataFormat(), not applicable."
AssetLoadBySoundLoader
Property detail
dataFormatproperty
dataFormat:String  [read-write]

Present only to satisfy IAssetLoader interface.

Implementation
    public function get dataFormat():String
    public function set dataFormat(value:String):void
loaderContextproperty 
loaderContext:*  [read-write]Implementation
    public function get loaderContext():*
    public function set loaderContext(value:*):void
urlRequestproperty 
urlRequest:URLRequest  [read-write]Implementation
    public function get urlRequest():URLRequest
    public function set urlRequest(value:URLRequest):void
Constructor detail
AssetLoadBySoundLoader()constructor
public function AssetLoadBySoundLoader(respondTo:AssetProxy)Parameters
respondTo:AssetProxy
Method detail
addListeners()method
protected function addListeners(dis:IEventDispatcher):void

From experience, the SecurityErrorEvent is included, even though the Sound API does not specify it as an applicable Event.

Parameters
dis: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
Constant detail
LOADER_FORMAT_NOT_APPLICABLE_MSGconstant
protected const LOADER_FORMAT_NOT_APPLICABLE_MSG:String = "AssetLoadBySoundLoader, get/set dataFormat(), not applicable."