大约有 97 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(65) Laya3.0_文档(6) Laya3.0_api(6) Laya2.0_文档(6) Laya2.0_api(4) laya_api(4) Laya_示例(3) Laya2.0_示例(3)
...问题 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 骨骼动画播放完后的回调时间 TypeScript下HttpRequest发送Post请求有Bug? unity到导出场景加载时抛异常,不知所措 Animation 的createFrames 使用已经加载的图集缓存动画失败 [Laya2...
来源: Laya_社区 发布时间: 20180808
...决方案 SoundManager.playSound=function(url,loops,complete,soundClass,startTime){ (loops===void 0)&& (loops=1); (startTime===void 0)&& (startTime=0); if(!url) return null; SoundManager._recoverWebAudio(); url=URL.formatURL(url); if (url!=SoundManager._tMusic){ if (Render.isConchA...
来源: Laya_社区 发布时间: 20181019
...(!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"file not find"); return; } //保护修改-----end------------------ this.basePath =_atlasPath?Loader.getAtlas(_at...
来源: Laya_社区 发布时间: 20180910
...l:String, loops:int = 1, complete:Handler = null, soundClass:Class = null, startTime:Number = 0):SoundChannel { if ((!_isActive && loops != 0) || !url) return null; if (_muted) return null; _recoverWebAudio(); url = URL.formatURL(url); if (url == _tMusic) { if (_musicMuted) return null; } el...
来源: Laya_社区 发布时间: 20190115
...锁定 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 图集打包找不到图集文件 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 红米K20pro 多个手指同时按下就会报这个错 object has in SimpleS...
来源: Laya_社区 发布时间: 20190225
...l:1 j.onmessage @ gamePage.html:1 VM1768:1 [warn]Retry to load: images/btn-start.png 2018-05-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 是不是用户访问权限问题? 2018-05-...
来源: Laya_社区 发布时间: 20180531
...化引擎 Laya.init(600, 400); start(); } private function start():void { //加载swf图集资源,只需要加载image.json即可,具体结构请参考附件 Laya.loader....
来源: Laya_社区 发布时间: 20170608
...复此bug!SoundManager.playSound=function(url,loops,complete,soundClass,startTime){ (loops===void 0)&& (loops=1); (startTime===void 0)&& (startTime=0); // if (!SoundManager._isActive || !url)return null; if (!url)return null; if (SoundManager._muted)return null; SoundManager._recov...
来源: Laya_社区 发布时间: 20180709
...d/star_pick.mp3", type:Loader.SOUND}, {url:"res/sound/start_explode.mp3", type:Loader.SOUND} ]; Laya.loader.load(assetArr,Handler.create(this,onComplete),Handler.create(this,onProgress)); } private function onProgress(loadNum:Number):void { } private...
来源: Laya_社区 发布时间: 20181112
...uffer) { // console.log("audioBuffer is null",this.url) return; } if (this.startTime >= this.duration) { if (this.loops == 1) { return this.stop(); } this.startTime = 0; } 2.修复 当播放未加载好的声音时 声音状态为暂停时 声音不播放的问题修复 webAudioSound 方法...
来源: Laya_社区 发布时间: 20201014