大约有 533 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
DOMException: The play() request was interrupted by a call to pause 太过频繁播放声音导致 /** 当前引擎版本。*/ public static var version:String = "1.7.8"; 附件 : --> src.zip 2017-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20170815
播放BGM,soundmanager.play()方法报错。 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. 为什么会报 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. 这个错误呀? ...
来源: Laya_社区 发布时间: 20180511
...0 video视频播放失败 2.0的版本在应用Laya.Video的时候,调用play()方法,无法播放视频,会报错内容:Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first,网上查找了资料说加muted属性,都无效。请问这...
来源: Laya_社区 发布时间: 20201228
...使用SoundManager播放mp3报错: Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. 相关代码Laya.SoundManager.playMusic("res/audio/bg.mp3", 0) 2018-06-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20180608
动画播放完后,怎么知道?Animation.play() //创建一个动画作为飞机的身体 this.feijiBody=new Laya.Animation(); //把飞机的身体添加到容器 this.addChild(this.feijiBody); //播放动画 this.feijiBody.play(0,false,this.feijiName);播放结束后 出个提示框,alert("播放...
来源: Laya_社区 发布时间: 20180119
Laya.SoundManager.playMusic 播放背景音乐浏览器报错 浏览器报错,无法播放音乐 Error: DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD 2020-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...
来源: Laya_社区 发布时间: 20200215
龙骨动画play播放时,this._templet.getAnimationCount()报错? this._templet为空 getAnimNum值为0 啥原因引起的??? 2019-07-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 bobofuns - 我是...
来源: Laya_社区 发布时间: 20190710
Animator的play是否支持同时播放2个动画! 游戏中任务有多个动画,比如攻击、走路、跑步; 如何实现边走路边攻击的效果 2018-05-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...
来源: Laya_社区 发布时间: 20180504
...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 你们调试下 看看!这个问题不影响实际操作,就是看着有个报错!还有我这个demo就几...
来源: Laya_社区 发布时间: 20180609
...字0~9,播放问题:我将clip.index = 6 . 然后开始播放,clip.play(); 它会重新从0开始播放,而不是接着从6开始。 能不能接着6开始播放呢? 我这部分的代码如下: numClip.index = numClip.index + 1; numClip.play(); 在play()函数前的index还是正确...
来源: Laya_社区 发布时间: 20171126