Package | net.sourceforge.fxpotpourri.logging.misc |
Interface | public interface IURLLoader extends flash.events.IEventDispatcher |
Implementors | URLLoaderImpl |
Property | Defined by | ||
---|---|---|---|
data : * [read-only]
| IURLLoader | ||
dataFormat : String | IURLLoader |
Method | Defined by | ||
---|---|---|---|
load(request:URLRequest):void
| IURLLoader |
data | property |
data:*
[read-only]Implementation
public function get data():*
dataFormat | property |
dataFormat:String
[read-write]Implementation
public function get dataFormat():String
public function set dataFormat(value:String):void
load | () | method |
public function load(request:URLRequest):void
Parameters
request:URLRequest |