ExternalToolLoader Class
Class com.blitzagency.xray.ExternalToolLoader
Inheritance
>
ExternalToolLoader
Singleton
ExternalToolLoader will likely change in the very near future with the release of the Xray (AdminTool) interface.
It was created to load external tools into the interface and add a tab for the loaded tool. Originaly developed
and tested with FlashInspector.
| Constructor Summary |
|---|
| private | |
| Property Summary |
|---|
| static ExternalToolLoader | |
| Function | |
| private Number | |
| private Number | right now, the containerWidth and Height are representing the available space in Xray's (The AdminTool) current configuration |
| Function | |
| Object | |
| private MovieClipLoader | MovieClipLoader Object |
| MovieClip | |
| MovieClip | |
| Function | |
| Method Summary |
|---|
| static ExternalToolLoader | |
| private | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | restack(tab:Number, p_target:MovieClip) |
ExternalToolLoader
private function ExternalToolLoader()
_instance
public static var _instance:ExternalToolLoader;
addEventListener
var addEventListener:Function;
containerHeight
private var containerHeight:Number;
containerWidth
private var containerWidth:Number;
dispatchEvent
var dispatchEvent:Function;
externalAssets
public var externalAssets:Object;
mcl
private var mcl:MovieClipLoader;
output_mc
public var output_mc:MovieClip;
propertyInspector_mc
public var propertyInspector_mc:MovieClip;
removeEventListener
var removeEventListener:Function;
getInstance
public static function getInstance():ExternalToolLoader
init
private function init()
loadExternal
public function loadExternal(p_location:String, p_label:String)
onLoadComplete
public function onLoadComplete(target_mc)
onLoadError
public function onLoadError(target_mc, errorCode)
onLoadInit
public function onLoadInit(target_mc)
onLoadProgress
public function onLoadProgress(target_mc, loadedBytes, totalBytes)
onLoadStart
function onLoadStart(target_mc)
restack
public function restack(tab:Number, p_target:MovieClip)
Documentation generated by BLDoc Community Edition from B-Line Express.