Custom Helper class that loads XML, text data on the web.
showBusyCursor:Boolean [read-write]
Flag to specify whether to show busy cursor.
Implementation
public function get showBusyCursor():Boolean
public function set showBusyCursor(value:Boolean):void
public function HTTPLoader()
Constructor.
public function close():void
Closes connection and destorys object.
public function load(url:URLRequest, encoding:String = "UTF-8"):void
loads XML or text data on the web.
Parameters
| url:URLRequest — URLRequest object to use.
|
| |
| encoding:String (default = "UTF-8") — Encoding type such as UTF-8.
|
Event object type: org.openzet.events.RPCEvent
Dispatched when data loading is complete.
Event object type: org.openzet.events.RPCEvent
Dispatched when an error occurs while loading data.
Event object type: org.openzet.events.RPCEvent
Dispatched when an object is initialized and ready to use.
Event object type: flash.events.ProgressEvent
Dispatched when data loading is in progress.