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

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

11. qq小游戏网络音效无法重复播放(有复现demo) [ 79%]

...很简单,附件为复现工程,具体代码在GameUiTest.js this.imaAudioLocal.on(Laya.Event.CLICK, this, ()=>{ let resUrl = "res/audio/sound_click.wav"; Laya.SoundManager.playSound(resUrl, 1); });  this.imaAudioNet.on(Laya.Event.CLICK, this, ()=>{ let resUrl = "https://具体地址见...

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

12. 微信小游戏加载资源问题 [ 77%]

...MERIC = 16; class MiniSoundChannel extends Laya.SoundChannel { constructor(audio, miniSound) { super(); this._audio = audio; this._miniSound = miniSound; this._onEnd = MiniSoundChannel.bindToThis(this.__onEnd, this); audio.onEnded(this._onEnd); } static bindToThis(fun, scope) { var rst = fun; rst = ...

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

13. 绑定播放完毕事件后的音频,如何暂停 [ 72%]

...完毕事件后的音频,如何暂停 Laya.SoundManager.playSound("res/audio/CoreState.mp3",1,new Laya.Handler(this,function(){ ..}) 如代码所示该音频绑定了事件, 然后调用Laya.SoundManager.stopSound("res/audio/CoreState.mp3")就直接报错 bundle.js:512 Uncaught RangeError: Max...

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

14. 微信小游戏报错 [ 67%]

...k.onmessage callback function 2、null is not an object (evaluating 'this._audio.play');at audioContext.onended callback function 3、Cannot read property 'play' of null;at audioContext.onended callback function 2、3应该是一样的 layaide 版本 1.7.16 微信开发者工具 版本 1.02.1807200 ...

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

15. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 66%]

...。 下面我们先来看下mdn上给的例子。 https://mdn.github.io/webaudio-examples/stream-source-buffer/ 开发者用手机或者微信打开这个地址测试下你手机的支持度。 这个是个测试的连接,协议也是https的,开发者在调用摄像头的时候要注意这一...

来源: Laya3.0_文档 发布时间: 20241014

16. 播放视频只有声音没有图像 [ 66%]

... this.loadScene("LoginGame.scene"); } onEnable() { SoundManager.playMusic("audio/梅林茂 - 静かな古都.mp3", 0); this.login_game_button.on(Laya.Event.CLICK, this,this.onStartButtonClick); } onStartButtonClick(){ // 创建Video元素 let videoElement = Laya.Browser.createElement("video"); Laya....

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

17. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 64%]

...。 下面我们先来看下mdn上给的例子。 https://mdn.github.io/webaudio-examples/stream-source-buffer/ 开发者用手机或者微信打开这个地址测试下你手机的支持度。 ![L`6Q322IAT7251L4{J1PWW](img/L`6Q322IAT7251L4{J1P]WW.png)。 ​ 这个是个测试的连接,协议也...

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

18. videoNode在安卓上不能播放 [ 58%]

...ideo支持的所有事件参见:http://www.w3school.com.cn/tags/html_ref_audio_video_dom.asp。 MDN Video链接:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video。   而且我这边测试的VideoNode可以在安卓的Chrome中播放,或许是您的使用方法出现了问题。...

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

19. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 55%]

... 下面我们先来看下mdn上给的例子。 [https://mdn.github.io/webaudio-examples/stream-source-buffer/](https://mdn.github.io/webaudio-examples/stream-source-buffer/) 开发者用手机或者微信打开这个地址测试下你手机的支持度。 ![5](img/5.png) 这个是个测试的连接...

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

20. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 54%]

... 下面我们先来看下mdn上给的例子。 [https://mdn.github.io/webaudio-examples/stream-source-buffer/](https://mdn.github.io/webaudio-examples/stream-source-buffer/) 开发者用手机或者微信打开这个地址测试下你手机的支持度。 ![5](img/5.png) 这个是个测试的连接...

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