Base class for services that utilize URLLoader
to communicate with remote APIs / Services.
Protected Methods
| Method | Defined by |
| |
| URLLoaderBase |
Events
| Event | Summary | Defined 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 |
protected function getURLLoader():DynamicURLLoader
Returns
Event object type: flash.events.IOErrorEvent
Dispatched if a call to the server results in a fatal
error that terminates the download.
Event object type: flash.events.ProgressEvent
Dispatched when data is
received as the download operation progresses.
Event object type: flash.events.SecurityErrorEvent
A securityError event occurs if a call attempts to
load data from a server outside the security sandbox.
Copyright © 2004-2006 Adobe Macromedia LLC Software and its licensors. All rights reserved.
Fri May 19 2006, 9:38 AM GMT-07:00