Packagecom.almirun.common.net
Classpublic class SmartUrlLoader
InheritanceSmartUrlLoader Inheritance flash.net.URLLoader
SubclassesLoremIpsumUrlLoader

A simple addition to URLLoader that remembers the URL it last loaded. This allows an easy (but probably memory-inefficient) way of using multiple URLLoader instances to load lots of data without getting the returns mixed up.



Public Properties
 PropertyDefined by
  request : URLRequest
[read-only]
SmartUrlLoader
Protected Properties
 PropertyDefined by
  _request : URLRequest
SmartUrlLoader
Public Methods
 MethodDefined by
  
SmartUrlLoader(req:URLRequest = null)
SmartUrlLoader
  
load(req:URLRequest):void
SmartUrlLoader
Property detail
_requestproperty
protected var _request:URLRequest
requestproperty 
request:URLRequest  [read-only]Implementation
    public function get request():URLRequest
Constructor detail
SmartUrlLoader()constructor
public function SmartUrlLoader(req:URLRequest = null)Parameters
req:URLRequest (default = null)
Method detail
load()method
public override function load(req:URLRequest):voidParameters
req:URLRequest