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

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

41. 个人笔记:失焦或静音状态下播放背景音乐无效的解决方案 [ 82%]

...放背景音乐无效的解决方案  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._t...

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

42. iframe页面嵌套下失焦(焦点在父窗口被聚焦),playMusic背景音乐播放无声音 [ 82%]

...ic背景音乐播放无声音 public static function playSound(url: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.formatU...

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

43. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 81%]

...r requestAnimationFrame (async) wxRequestAnimationFrame @ gamePage.html:31 loop @ code.js:5371 requestAnimationFrame (async) wxRequestAnimationFrame @ gamePage.html:31 loop @ code.js:5371 requestAnimationFrame (async) wxRequestAnimationFrame @ gamePage.html:31 loop @ code.js:5371 requestAnimationFra...

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

44. laya.media.SoundManager [ 81%]

...):void[static] 释放声音资源。 SoundManager  playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel[static] 播放背景音乐。背景音乐同时只能播放一个,如果在播放背景音乐时再次调用本方法,会先停止之前的背景...

来源: Laya2.0_api 发布时间: 20190513

45. laya.media.SoundManager [ 81%]

...):void[static] 释放声音资源。 SoundManager  playMusic(url:String, loops:int = 0, complete:Handler = null, startTime:Number = 0):SoundChannel[static] 播放背景音乐。背景音乐同时只能播放一个,如果在播放背景音乐时再次调用本方法,会先停止之前的背景...

来源: laya_api 发布时间: 20170929

46. js继承模式 [ 81%]

....init = function() { Laya.stage.addChild(this); this.bg(); Laya.timer.frameLoop(1, this, this.loop); }; Class.prototype.bg = function() { for (var i = 0; i < 2; i++) { this.img[i] = new Laya.Image('background.png'); this.addChild(this.img[i]); } this.img[0].y = 0; this.img[1].y = -852; } Class.pr...

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

47. laya.media.Sound [ 81%]

...应一次后自动移除。 EventDispatcher  play(startTime:Number = 0, loops:Number = 0):SoundChannel 播放声音。 SoundProperty Detaildurationpropertyduration:Number  [read-only] 获取总时间。 Implementation     public function get duration():NumberMethod Detaildispose()method publ...

来源: laya_api 发布时间: 20170929

48. Laya.SoundManager.playSound()问题,任务不是当前标签停止播放,当任务回到当前标签页,不能恢复播放 [ 80%]

...效可以同时播放多个。 * @param url 声音文件地址。 * @param loops 循环次数,0表示无限循环。 * @param soundClass 使用哪个声音类进行播放,null表示自动选择。 * @param startTime 声音播放起始时间。 * @return SoundChannel对象,通过此对象可以...

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

49. SpineSkeleton3.8.loadAni如果加载失败一定会引发LAYA底层报错 [ 80%]

...neSkeletonn3.8.loadAni如果加载失败时,laya.spine.js的SpineTemplet.loop会引发报错,,底层代码:     loop() {             if (this.assetManager.isLoadingComplete()) { //这里应该先判断加载是否成功,否则失败了也会满足条件         ...

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

50. laya.media.Sound [ 80%]

...应一次后自动移除。 EventDispatcher  play(startTime:Number = 0, loops:Number = 0):SoundChannel 播放声音。 SoundProperty Detaildurationpropertyduration:Number  [read-only] 获取总时间。 Implementation     public function get duration():NumberMethod Detaildispose()method publ...

来源: Laya2.0_api 发布时间: 20190513