public var bytesLoaded:uint = 0
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The number of bytes loaded so far.
public var bytesTotal:uint = 0
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The total number of bytes (if avaailable).
public var endian:String = bigEndian
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Indicates the byte order for the data.
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 = 0
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.7.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Indicates the status of the request.
response:BinaryData
[read-only]
Implementation public function get response():BinaryData
public function URLStream()
public function close():void
public function complete(callback:Function):URLStream
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):URLStream
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 protected function flash_complete(event:Event):void
Parameters
protected function flash_onIoError(event:IOErrorEvent):void
Parameters
protected function flash_progress(ev:ProgressEvent):void
Parameters
public function load(urlRequest:URLRequest):void
Parameters
public function progress(callback:Function):URLStream
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):URLStream
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
Returns
Mon Sep 5 2016, 07:19 AM -07:00