staticgetLoaderInfoByDefinition(object:Dynamic):LoaderInfo
read onlyactionScriptVersion:ActionScriptVersion
read onlyapplicationDomain:ApplicationDomain
read onlybytes:ByteArray
read onlybytesLoaded:Int
read onlybytesTotal:Int
read onlychildAllowsParent:Bool
@:require(flash11_4)childSandboxBridge:Dynamic
read onlycontent:DisplayObject
read onlycontentType:String
read onlyframeRate:Float
read onlyheight:Int
@:require(flash10_1)read onlyisURLInaccessible:Bool
read onlyloader:Loader
read onlyloaderURL:String
read onlyparameters:Dynamic<String>
read onlyparentAllowsChild:Bool
@:require(flash11_4)parentSandboxBridge:Dynamic
read onlysameDomain:Bool
read onlysharedEvents:EventDispatcher
read onlyswfVersion:UInt
read onlyuncaughtErrorEvents:UncaughtErrorEvents
read onlyurl:String
read onlywidth:Int
@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void
dispatchEvent(event:Event):Bool
hasEventListener(type:String):Bool
@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void
toString():String
willTrigger(type:String):Bool