大约有 55 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
... console.log("load light.mp3"); Laya.SoundManager.playMusic("res/sounds/light.mp3"); Laya.SoundManager.playSound("res/sounds/light.mp3"); }),null,Laya.Loader.SOUND); 2018-08-14 0 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20180814
...不上socket unity中的模型导出后在laya中显示不正常 求教: soundManager如何停止正在播放的背景音乐 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 我刚开始使用layabox,发布了一个h5,但是手机上应...
来源: Laya_社区 发布时间: 20171119
有没有SoundChannel的示例? SoundManager.playSound(_url, _loop, new Handler(this, _fn)); var channel:SoundChannel = new SoundChannel(); SoundManager.addChannel(channel); _btn.on(Event.CLICK, this, soundClick); function soundClick(evt:Event){ alert("channel.isStoped:"+channel.isStoped); if (ch...
来源: Laya_社区 发布时间: 20170116
...e = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import SoundManager = Laya.SoundManager; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export default class Test_11_Sound { //声明一个信息文本 private txtInfo: Text; constructor...
来源: Laya_社区 发布时间: 20190421
...络异常,请检查您的网络或与开发商联系...”, 求教: soundManager如何停止正在播放的背景音乐 视频播放案例 laya3D动画无法播放 问题状态 最新活动: 2018-06-28 16:37 浏览: 1080 关注: 2 人
来源: Laya_社区 发布时间: 20180627
SoundManager苹果某些ipad兼容问题 playSound(),playMusic(),在有些苹果的ipad上面无法播放声音,这个问题要咋解决呀??? 2018-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Lay...
来源: Laya_社区 发布时间: 20180815
...lpha有效果,scalex和scaley没有变化,怎么回事啊? 求教: soundManager如何停止正在播放的背景音乐 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? 问题状态 最新活动: 2018-05-14 10:54 浏览: 918 关注: 2 人 Prajna • 2018-05-14 11:...
来源: Laya_社区 发布时间: 20180514
SoundManager的兼容性问题 play sound error!InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a finite positive number: 0","channel":"error","stack":{"hash":"7d3c8a0d876bf167157fe044b73f4d88","error":"Error\n at Function.i.error \n at e.pla...
来源: Laya_社区 发布时间: 20180902
音频无法播放 Laya.SoundManager.playMusic('res/sound/'+'fail'+'.wav',1, new Laya.Handler(null,function(){ alert('123') })); 在chrome下 提示图片这个警告,,,手机上也没有声音 附件 : --> 2018-04-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180403
微信小游戏频繁播放统一音效,游戏卡顿问题 Laya.SoundManager.playSound("res/sound/bullet.mp3"); 微信小游戏,频繁播放同一个音效游戏卡顿,比如发射子弹的音效,会导致游戏卡顿,音效也会漏,这个怎么解决 2019-11-03 添加评论 免费...
来源: Laya_社区 发布时间: 20191103