flash.display.LoaderInfo

type
class
extends
flash.events.EventDispatcher
available in
flash

Static Methods

getLoaderInfoByDefinition(object : Dynamic) : LoaderInfo

Instance Variables hide inherited show inherited

actionScriptVersion(default,null) : ActionScriptVersion

applicationDomain(default,null) : flash.system.ApplicationDomain

bytes(default,null) : flash.utils.ByteArray

bytesLoaded(default,null) : UInt

bytesTotal(default,null) : UInt

childAllowsParent(default,null) : Bool

content(default,null) : DisplayObject

contentType(default,null) : String

frameRate(default,null) : Float

height(default,null) : Int

isURLInaccessible(default,null) : Bool

metadata
:require
flash10_1

loader(default,null) : Loader

loaderURL(default,null) : String

parameters(default,null) : Dynamic<String>

parentAllowsChild(default,null) : Bool

sameDomain(default,null) : Bool

sharedEvents(default,null) : flash.events.EventDispatcher

swfVersion(default,null) : UInt

uncaughtErrorEvents(default,null) : flash.events.UncaughtErrorEvents

metadata
:require
flash10_1

url(default,null) : String

width(default,null) : Int

Instance Methods hide inherited show inherited

addEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool, ?priority : Int, ?useWeakReference : Bool) : Void

dispatchEvent(event : Event) : Bool

hasEventListener(type : String) : Bool

removeEventListener(type : String, listener : Dynamic -> Void, ?useCapture : Bool) : Void

toString() : String

willTrigger(type : String) : Bool