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

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

1. 微信小游戏声音播放问题 [ 100%]

...信的InnerAudioContext对象使用不正确引起,其取消侦听不是onEnd(null),而是offEnd(func),此处替换成 offEnded(this._onEnd);即可   同理还有onCanPlay和onError 附件 : --> 2018-02-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

2. zip更新模式缓存是怎么读取的?? [ 99%]

...是会下载 * 'unknownError' * @param {function(localfile:string):void} onEnd 更新完成的回调 */ window['updateByZip'] =function(url, onEvent, onEnd){ let cachePath = conch.getCachePath(); let localfile = cachePath+url.substr(url.lastIndexOf('/')); /** * 下载文件,保存到localfile中...

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

3. 微信小游戏报错 [ 98%]

... 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 2018-07-28 添加评论 免...

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

4. zip更新(TypeScript-LayaNative原生服务-LayaNative进阶) [ 81%]

...是会下载 * 'unknownError' * @param {function(localfile:string):void} onEnd 更新完成的回调 */ function updateByZip(url, onEvent, onEnd) ``` 这个函数的实现代码,在引擎的 index.js中。所以如果有特殊需求,也可以参考这个函数来实现自己的更新函数。 ...

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

5. 发布微信小游戏声音问题 [ 73%]

...ue used as weak map key Invalid value used as weak map key;at audioContext.onended callback function TypeError: Invalid value used as weak map key 2018-01-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞...

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

6. 寻求帮助 Uncaught TypeError: Cannot read property 'play' of null [ 70%]

...un.kyx.nearme.gamecenter/2115/libs/laya.quickgamemini.js:1838#[1]__proto.__onEnd@/data/data/com.nearme.instant.platform/app_game/app/com.jinkejoy.talkingtomgoldrun.kyx.nearme.gamecenter/2115/libs/laya.quickgamemini.js:1828   你好,oppo渠道合作方反馈了一个偶现的报错,是quickgamem...

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

7. LAYAAIR加载SWF无线循环 [ 70%]

...Event.LOADED,this,onComp);         //  mc.on(Event.COMPLETE,this,onEnd);         //  mc.x = (Laya.stage.width ) / 2;         //  mc.y = (Laya.stage.height) / 2;             Laya.stage.addChild(mc);             return mc;         } 但是...

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

8. 微信小游戏加载资源问题 [ 55%]

...iSound) { 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 = fun.bind(scope); return rst; } __onEnd() { if (this.loops == 1) { if (this.completeHa...

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

9. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 13%]

...): Promise<void>; /** * 构建任务完成事件。 * @param task */ onEnd?(task: IBuildTask): Promise<void>; } 所有钩子函数都是可选的,可以根据需要实现需要的逻辑。需要通过IEditorEnv.regBuildPlugin装饰器注册插件。下面的例子演示了怎样在web...

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