Packagecom.adobe.webapis
Classpublic class URLLoaderBase
InheritanceURLLoaderBase Inheritance ServiceBase Inheritance flash.events.EventDispatcher

Base class for services that utilize URLLoader to communicate with remote APIs / Services.



Protected Methods
 MethodDefined by
  
URLLoaderBase
Events
 EventSummaryDefined by
   Dispatched if a call to the server results in a fatal error that terminates the download.URLLoaderBase
   Dispatched when data is received as the download operation progresses.URLLoaderBase
   A securityError event occurs if a call attempts to load data from a server outside the security sandbox.URLLoaderBase
Method detail
getURLLoader()method
protected function getURLLoader():DynamicURLLoader

Returns
DynamicURLLoader
Event detail
ioErrorevent 
Event object type: flash.events.IOErrorEvent

Dispatched if a call to the server results in a fatal error that terminates the download.

progressevent  
Event object type: flash.events.ProgressEvent

Dispatched when data is received as the download operation progresses.

securityErrorevent  
Event object type: flash.events.SecurityErrorEvent

A securityError event occurs if a call attempts to load data from a server outside the security sandbox.