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

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

1. The AudioContext was not allowed to start. [ 100%]

The AudioContext was not allowed to start. LayaUISample.max.js:17906 The AudioContext was not allowed to start. It must be resume (or created) after a user gesture on the page. https://goo.gl/7K7WLu 附件 : --> 2018-04-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

2. 哪位大佬知道,微信小游戏AudioContext为啥获取不到值 [ 99%]

哪位大佬知道,微信小游戏AudioContext为啥获取不到值 微信小游戏报错 VM2182:1 gameThirdScriptError AudioContext is not a constructor TypeError: AudioContext is not a constructor [size=14]断点后发现[/size]AudioContext = Laya.Browser.window.AudioContext || Laya.Browser.win...

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

3. Failed to construct 'AudioContext' [ 96%]

Failed to construct 'AudioContext' laya.core.js:12479 Uncaught DOMException: Failed to construct 'AudioContext': The number of hardware contexts provided (6) is greater than or equal to the maximum bound (6)  将游戏嵌入超过六个ifarm就会报错,主要是低于谷歌70版本的浏览器 ...

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

4. An AudioContext in a cross origin iframe [ 96%]

An AudioContext in a cross origin iframe 把游戏嵌到iframe里 声音加载报错 有的浏览器不会报错 有的浏览器会报错,如UC浏览器   附件 : --> 2018-08-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

5. 【官网代码】加载dom音频报错,怎么回事? [ 96%]

... laya.net.Loader;import laya.utils.Browser; public class Main{private var AudioContext:Object;private var audioContext:Object;private var analyser:Object;private var audioBufferSourceNode:Object;public function Main(){Laya.init(500,500);AudioContext =Browser.window.AudioContext || Browser.window.we...

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

6. 报错!怎么解决An AudioContext in a cross origin iframe报错 [ 94%]

报错!怎么解决An AudioContext in a cross origin iframe报错 将laya的h5小游戏嵌入其他网页的iframe里,报这个声音AudioContext跨域的提示,导致声音加载不出来 我用安卓远程调试的 注:1.此问题是在安卓的一些浏览器会出现,有的浏览器...

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

7. 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. [ 92%]

谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 播放音乐没声音,控制台打印The AudioContext was not allowed to start. 其他浏览器没这个问题,换了几台电脑问题一样 前两天用谷歌浏览器正常, 貌似是谷歌浏览器自动更新了这...

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

8. IOS 音乐和音效 切后台再回来 之后声音消失 [ 87%]

...才会播放不出来,所以在游戏切回前台的时候,重新创建AudioContext,然后就能正常播放了。     static _visibilityChange() {             if (ILaya.stage.isVisibility) {                 SoundManager._recreateWebAudio(() => { SoundManager._stageOnFocus()...

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

9. SoundChannel在页面失焦后自动丢失audioBuffer,以致没有声音 [ 86%]

...dioParam, loop: true, loopStart: 0, …} completeHandler:null context:AudioContext {baseLatency: 0.01, destination: AudioDestinationNode, currentTime: 3.7706666666666666, sampleRate: 48000, listener: AudioListener, …} gain:GainNode {gain: AudioParam, context: AudioContext, num...

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

10. 在一个页面多放几个iframe,里面使用引擎,一般3-4个就报错了 [ 78%]

...擎,一般3-4个就报错了 Uncaught DOMException: Failed to construct 'AudioContext': The number of hardware contexts provided (6) is greater than or equal to the maximum bound (6). at Function.<anonymous> (<anonymous>:10787:310) at Function.get (<anonymous>:168:66) at Function...

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