Packagebasic
Classpublic class LoadingScreenImageLoader
InheritanceLoadingScreenImageLoader Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
  center : Boolean = true
LoadingScreenImageLoader
Public Methods
 MethodDefined By
  
LoadingScreenImageLoader
  
LoadingScreenImageLoader
  
loadImage(rid:String, callback:Function = null, failedCallback:Function = null):void
LoadingScreenImageLoader
Property Detail
centerproperty
public var center:Boolean = true

Constructor Detail
LoadingScreenImageLoader()Constructor
public function LoadingScreenImageLoader()



Method Detail
cancelIfLoading()method
public function cancelIfLoading():void

loadImage()method 
public function loadImage(rid:String, callback:Function = null, failedCallback:Function = null):void

Parameters

rid:String
 
callback:Function (default = null)
 
failedCallback:Function (default = null)