Packagevegas.net
Classpublic class XMLLoader
InheritanceXMLLoader Inheritance flash.net.URLLoader

This loader load an external XML file.



Public Methods
 MethodDefined By
  
XMLLoader(request:URLRequest = null)
Creates a new XMLLoader instance.
XMLLoader
Protected Methods
 MethodDefined By
  
complete(e:Event):void
Invoked when the loader process is complete to parse the datas.
XMLLoader
Constructor Detail
XMLLoader()Constructor
public function XMLLoader(request:URLRequest = null)

Creates a new XMLLoader instance.

Parameters
request:URLRequest (default = null) — The URLRequest of the file to load.
Method Detail
complete()method
protected function complete(e:Event):void

Invoked when the loader process is complete to parse the datas.

Parameters

e:Event