StageWebView 用法
By zmLiu In 技术StageWebView
只能再Air中使用。Player中不能使用
代码:
-
var stagewebview:StageWebView = new StageWebView();
-
stagewebview.loadURL("http://www.baidu.com");
-
stagewebview.viewPort = new Rectangle(0,0,stage.fullScreenWidth,stage.fullScreenHeight);
-
stagewebview.stage = stage;
xml配置
-
<renderMode>cpu</renderMode>
No Comment