有时间项目过大,swf20M+,怎么把资源分开部署到2个服务器上。
通过设置domain加载时要设置的url前缀,默认则不更改加载路径
progressFun ,completeFun ,domain )
如下:
如果觉得我的回答对您有用,请随意打赏。你的支持将鼓励我继续创作!
可以指定跨域获取资源,如:
Flash2x.loadScene("load",function(per){
//加载进度
},function(result){
if(result.sceneId==result.sceneTotal) {
loadPage = new load.Load();
stage.addChild(loadPage);
App.loadScene();
}
}, "http://www.xxxx.cn/xxxx");