| Package | frocessing.utils |
| Class | public dynamic class FStringLoader |
| Inheritance | FStringLoader Object |
| Implements | IObjectLoader |
| Property | Defined By | ||
|---|---|---|---|
| status : int [read-only]
load status. | FStringLoader | ||
| success : Boolean [read-only]
load completed. | FStringLoader | ||
| Method | Defined By | ||
|---|---|---|---|
FStringLoader(url:String, loader:URLLoader = null, callback:Function = null) | FStringLoader | ||
toString():String | FStringLoader | ||
valueOf():String | FStringLoader | ||
| status | property |
status:int [read-only] load status. 0:loading, 1:complete, -1:error
public function get status():int| success | property |
success:Boolean [read-only] load completed.
public function get success():Boolean| FStringLoader | () | Constructor |
public function FStringLoader(url:String, loader:URLLoader = null, callback:Function = null)url:String | |
loader:URLLoader (default = null) | |
callback:Function (default = null) |
| toString | () | method |
public function toString():StringReturnsString |
| valueOf | () | method |
public function valueOf():StringReturnsString |