• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,245 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)

221. 背景音乐文件太大 播放延迟 [ 82%]

...音乐文件太大 播放延迟 Laya   背景音乐太大 预加载 Laya.loader.load 音乐   Laya.SoundManager.playMusic 播放 会出现延迟效果    Laya.loader.load(['remote/music/' + this.soundUrl + '.mp3'], new Laya.Handler(this, () => {                 thi...

来源: Laya_社区 发布时间: 20201102

222. 关于Laya.loader.load和getRes的问题 [ 82%]

关于Laya.loader.load和getRes的问题 我正在阅读这个示例:https://layaair.ldc.layabox.co ... Image  以下是原文的代码,也是我疑问的地方:// 方法2:使用drawTexture Laya.loader.load("../../../../res/apes/monkey2.png", Handler.create(this, function():void { var t:Te...

来源: Laya_社区 发布时间: 20170804

223. 项目Loader为greensock的LoaderMax,ApplicationDomain无法统一,请问如何解决 [ 82%]

项目Loader为greensock的LoaderMax,ApplicationDomain无法统一,请问如何解决 MySwfLoader.loaderContext = new LoaderContext(false, new ApplicationDomain()); App.asset.domain = MySwfLoader.loaderContext.applicationDomain; 加载完以后App.asset.domain执行hasClass方法时获取不到...

来源: Laya_社区 发布时间: 20160305

224. 微信小游戏图片加载不出来 [ 82%]

...图片加载不出来 var resArray = [{ url: "ui/BG/Start.png", type: Laya.Loader.IMAGE }, { url: "ui/BG/load.png", type: Laya.Loader.IMAGE }, { url: "res/atlas/comp.atlas", type: Laya.Loader.ATLAS }, { url: "res/atlas/ui.atlas", type: Laya.Loader.ATLAS }, ]; Laya.loader.load(resArray, Laya.Handler....

来源: Laya_社区 发布时间: 20181105

225. IOs使用手动删除本地资源再次进去加载问题 [ 82%]

...ginLoad(){ var res_array = [ {url : "res/atlas/loading.atlas", type : Laya.Loader.ATLAS}, {url : "res/atlas/person.atlas", type : Laya.Loader.ATLAS}, {url : "loading/progress.png", type : Laya.Loader.IMAGE}, {url : "loading/progress$bar.png", type : Laya.Loader.IMAGE}, ] Laya.loader.load(res_array, ...

来源: Laya_社区 发布时间: 20180803

226. layaair2-cmd安装报错 [ 82%]

...d to ~\AppData\Roaming\npm\node_modules\layaair2-cmd internal/modules/cj s/loader.js:638     throw err;     ^ Error: Cannot find module 'C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\node_modules\gulp-babel'     at Function.Module._load (internal/modules/cjs/loader.js:56...

来源: Laya_社区 发布时间: 20200113

227. 微信开放数据域(TypeScript-小游戏适配文档-微信小游戏) [ 81%]

...``typescript if(Laya.Browser.onMiniGame){ //加载一个json和图集 Laya.loader.load(["json/reward.json","res/atlas/test.atlas"],Laya.Handler.create(null,function(){ //加载完成 //使用接口将图集透传到子域 Laya.MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用...

来源: Laya2.0_文档 发布时间: 20210715

228. 使用Laya.loader.load加载服务器声音文件 第一次可以播放 第二次播放不了 微信开发者工具可以正常播放 [ 81%]

使用Laya.loader.load加载服务器声音文件 第一次可以播放 第二次播放不了 微信开发者工具可以正常播放 2020-07-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? ...

来源: Laya_社区 发布时间: 20200711

229. 微信小游戏开放域(ActionScript-小游戏适配文档-微信小游戏) [ 81%]

...。 ```typescript if(Browser.onMiniGame){ //加载一个json和图集 Laya.loader.load(["json/reward.json","res/atlas/test.atlas"],Handler.create(this,function(){ //加载完成 //使用接口将图集透传到子域 MiniAdpter.sendAtlasToOpenDataContext("res/atlas/test.atlas"); //使用接口将jso...

来源: Laya2.0_文档 发布时间: 20210715

230. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 81%]

...:TextField;       } }   import flash.events.Event; import flash.net.URLLoader; import flash.net.URLRequest; import flash.net.URLVariables;     class LoadDebugConfig {     public function LoadDebugConfig(execute:Function)     {         this.execute = execute;           var loader:U...

来源: Laya_社区 发布时间: 20200217