Package | com.cmiscm.net.frame |
Class | public class LoaderFrame |
Inheritance | LoaderFrame ![]() |
Property | Defined By | ||
---|---|---|---|
_isLoad : Boolean = false | LoaderFrame | ||
_total : Number = 0 | LoaderFrame |
Method | Defined By | ||
---|---|---|---|
LoaderFrame |
Method | Defined By | ||
---|---|---|---|
checkTotal():void | LoaderFrame | ||
onError(evt:IOErrorEvent):void | LoaderFrame | ||
onProgress(evt:ProgressEvent):void | LoaderFrame | ||
onSecurityError(evt:SecurityErrorEvent):void | LoaderFrame | ||
setError($msg:String):void | LoaderFrame |
Constant | Defined By | ||
---|---|---|---|
COMPLETE_ERROR : String = complete_error [static] | LoaderFrame | ||
LOAD_ERROR : String = load_error [static] | LoaderFrame | ||
NO_FILE : String = no_file [static] | LoaderFrame | ||
PARSING_FAIL : String = parsing_fail [static] | LoaderFrame | ||
SECURITY_ERROR : String = security_error [static] | LoaderFrame | ||
TOTAL_ZERO : String = total_zero [static] | LoaderFrame |
_isLoad | property |
protected var _isLoad:Boolean = false
_total | property |
protected var _total:Number = 0
LoaderFrame | () | Constructor |
public function LoaderFrame()
checkTotal | () | method |
protected function checkTotal():void
onError | () | method |
protected function onError(evt:IOErrorEvent):void
Parameters
evt:IOErrorEvent |
onProgress | () | method |
protected function onProgress(evt:ProgressEvent):void
Parameters
evt:ProgressEvent |
onSecurityError | () | method |
protected function onSecurityError(evt:SecurityErrorEvent):void
Parameters
evt:SecurityErrorEvent |
setError | () | method |
protected function setError($msg:String):void
Parameters
$msg:String |
COMPLETE_ERROR | Constant |
public static const COMPLETE_ERROR:String = complete_error
LOAD_ERROR | Constant |
public static const LOAD_ERROR:String = load_error
NO_FILE | Constant |
public static const NO_FILE:String = no_file
PARSING_FAIL | Constant |
public static const PARSING_FAIL:String = parsing_fail
SECURITY_ERROR | Constant |
public static const SECURITY_ERROR:String = security_error
TOTAL_ZERO | Constant |
public static const TOTAL_ZERO:String = total_zero