Packageorg.si.utils
Classpublic class AbstructLoader
InheritanceAbstructLoader Inheritance flash.events.EventDispatcher
Subclasses MDXData, PDXData

Loader basic class.



Protected Properties
 PropertyDefined By
  _bytesLoaded : Number
loaded bytes
AbstructLoader
  _bytesTotal : Number
total bytes
AbstructLoader
  _childLoaders : Array
child loaders
AbstructLoader
  _eventPriority : int
event priority
AbstructLoader
  _isLoadCompleted : Boolean
flag complete loading
AbstructLoader
  _loader : URLLoader
loader
AbstructLoader
Public Methods
 MethodDefined By
  
AbstructLoader(priority:int = 0)
Constructor
AbstructLoader
  
add child loader
AbstructLoader
  
load(url:URLRequest):void
load
AbstructLoader
Protected Methods
 MethodDefined By
  
onComplete():void
overriding function when completes loading
AbstructLoader
Property Detail
_bytesLoadedproperty
protected var _bytesLoaded:Number

loaded bytes

_bytesTotalproperty 
protected var _bytesTotal:Number

total bytes

_childLoadersproperty 
protected var _childLoaders:Array

child loaders

_eventPriorityproperty 
protected var _eventPriority:int

event priority

_isLoadCompletedproperty 
protected var _isLoadCompleted:Boolean

flag complete loading

_loaderproperty 
protected var _loader:URLLoader

loader

Constructor Detail
AbstructLoader()Constructor
public function AbstructLoader(priority:int = 0)

Constructor

Parameters
priority:int (default = 0)
Method Detail
addChild()method
public function addChild(child:AbstructLoader):void

add child loader

Parameters

child:AbstructLoader

load()method 
public function load(url:URLRequest):void

load

Parameters

url:URLRequest

onComplete()method 
protected function onComplete():void

overriding function when completes loading