ActionScript 3 AS3装载机

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 AS3装载机相关的知识,希望对你有一定的参考价值。

// Define a variable to reference your exported-for-actionscript 
// library element. Just create an empty movieclip and set its 
// export-for-actionscript property appropriately
var header_mc:mc_holder = new mc_holder(); 



function init():void 
{
    /////////////////////////////////////////// BEGIN Add Header
    var loadHeader = new Loader(); // temporary variable to reference the Loader class
    addChild(header_mc); // add our holder
    header_mc.addChildAt(loadHeader,0); // (You could just use addChild)
    loadHeader.contentLoaderInfo.addEventListener(Event.COMPLETE, positionHeader);
    loadHeader.load(new URLRequest("loadee.swf"));
    /////////////////////////////////////////// END Add Header
}

function positionHeader(e):void
{
    header_mc.x = stage.stageWidth/2 - header_mc.width/2;
    header_mc.y = stage.stageHeight/2 - header_mc.height/2;
}

init(); // Make it so.

以上是关于ActionScript 3 AS3装载机的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 AS3履带式装载机进展

ActionScript 3 装载机

ActionScript 3 flashvars装载机

ActionScript 3 装载机政策标志

ActionScript 3 装载机类

ActionScript 3 装载机