[]LayaAir_AS3项目中,如何内嵌一个新的页面

希望提供完整代码方法!而不是说用iframe
已邀请:

qianyifei

赞同来自:

            var myiframe:* = __JS__("document.createElement('iframe')");
            myiframe.style.position ="absolute";
            myiframe.style.zIndex = 9999999;
            myiframe.style.top = "0px";
            myiframe.style.left = "200px";
            myiframe.style.width = "1000px";
            myiframe.style.height = "800px";
            myiframe.src = "http://ask.layabox.com/";
            __JS__('document.body.appendChild(myiframe)');//添加在舞台上
            __JS__('document.body.removeChild(myiframe)');//删除舞台上

            myiframe.style.display="block"; //显示
            
            myiframe.style.display="none"; //不显示


            var uiW:Number=__JS__('document.body.clientWidth');//可监听浏览器大小
            var uiH:Number=__JS__('document.body.clientHeight');
 
找到方法了
 

cuixueying

赞同来自:

好的,厉害,自己解决了,有问题我们再沟通!顶!d=====( ̄▽ ̄*)b

要回复问题请先

商务合作
商务合作