Base class for services that utilize URLLoader
to communicate with remote APIs / Services.
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.