Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The URLLoader class is a base class for the specific flavors of loaders such as binary,
text or variables
public var onComplete:Function
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Callback for complete event.
public var onError:Function
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Callback for error event.
public var onProgress:Function
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Callback for progress event.
public var onStatus:Function
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Callback for status event.
public var requestStatus:int
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The status of the request.
public function URLLoader()
protected function cleanupCallbacks():void
public function complete(callback:Function):URLLoader
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Convenience function for complete event to allow chaining.
Parameters
Returns public function error(callback:Function):URLLoader
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Convenience function for error event to allow chaining.
Parameters
Returns public function progress(callback:Function):URLLoader
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Convenience function for progress event to allow chaining.
Parameters
Returns public function status(callback:Function):URLLoader
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Convenience function for status event to allow chaining.
Parameters
ReturnsEvent Object Type: org.apache.flex.events.Event
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Dispatched if an error occurs in the server communication.
Event Object Type: org.apache.flex.events.Event
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Dispatched when the request is complete.
Event Object Type: org.apache.flex.events.Event
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Dispatched when an httpStatus code is received from the server.
Mon Sep 5 2016, 07:19 AM -07:00