Packagecom.cmiscm.net.frame
Classpublic class LoaderFrame
InheritanceLoaderFrame Inheritance flash.events.EventDispatcher



Protected Properties
 PropertyDefined By
  _isLoad : Boolean = false
LoaderFrame
  _total : Number = 0
LoaderFrame
Public Methods
 MethodDefined By
  
LoaderFrame
Protected Methods
 MethodDefined By
  
checkTotal():void
LoaderFrame
  
onError(evt:IOErrorEvent):void
LoaderFrame
  
onProgress(evt:ProgressEvent):void
LoaderFrame
  
onSecurityError(evt:SecurityErrorEvent):void
LoaderFrame
  
setError($msg:String):void
LoaderFrame
Public Constants
 ConstantDefined 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
Property Detail
_isLoadproperty
protected var _isLoad:Boolean = false

_totalproperty 
protected var _total:Number = 0

Constructor Detail
LoaderFrame()Constructor
public function LoaderFrame()



Method Detail
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

Constant Detail
COMPLETE_ERRORConstant
public static const COMPLETE_ERROR:String = complete_error

LOAD_ERRORConstant 
public static const LOAD_ERROR:String = load_error

NO_FILEConstant 
public static const NO_FILE:String = no_file

PARSING_FAILConstant 
public static const PARSING_FAIL:String = parsing_fail

SECURITY_ERRORConstant 
public static const SECURITY_ERROR:String = security_error

TOTAL_ZEROConstant 
public static const TOTAL_ZERO:String = total_zero