Base class for OVP Parsers.
protected var _busy:Booleanprotected var _rawData:Stringprotected var _timeoutTimer:TimerisBusy:Boolean [read-only]
Boolean parameter indicating whether the class is already busy loading a file. Since the
load is asynchronous, the class will not allow a new load() request until
the prior request has ended.
Implementation public function get isBusy():BooleanrawData:String [read-only]
The raw data string returned by the request. This value will still
be populated even if the data is not well-formed, to assist with debugging.
Implementation public function get rawData():Stringxml:XML [read-only]
The response data as an XML object.
Implementation public function get xml():XMLpublic function ParserBase() public function load(src:String):Boolean
Loads a file and initiates the parsing process.
Parameters
Returns | Boolean — true if the load is initiated otherwise false if the class is busy
|
See also
Event Object Type: org.openvideoplayer.events.OvpEvent
Dispatched when an error condition has occurred. The event provides an error number and a verbose description
of each error.
See also
Event Object Type: org.openvideoplayer.events.OvpEvent
Dispatched when the response has been successfully loaded.
See also
Fri Jan 21 2011, 02:10 PM -08:00