大约有 200 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0034 秒)
HttpRequest在firefox里面执行正常在ios出现err layaair使用了httpRequest获取json数据,在firefox里正常,但是用了ios自带的safari就出现err,报错是request failed status:0 我的学习作品地址是http://www.mubugu.com/test/poker/bin/index.html 大家可以试试看...
来源: Laya_社区 发布时间: 20170314
协议打包byte出错 // message request_create{ // required string name = 1; //角色名 // required bytes career = 2; //角色职业 // required bytes sex = 3; //角色性别 // } if(Msg== null){ ...
来源: Laya_社区 发布时间: 20180314
请问Laya.HttpRequest可以get请求Https地址么? 我请求微信登录的access_token,是一个Https地址,但是一直返回错误 request failed status:0 text:,但是我把请求地址换成官网demo的地址'http://xkxz.zhonghao.huo.inner.layabox.com/api/getData?name=myname&...
来源: Laya_社区 发布时间: 20180814
...音乐来回切换会报错 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22 用Laya自带的声音管理类(Laya.SoundManager.playMusic)播放背景音乐,播放的是MP3没播放前面没加载过,就有可能报上面这个...
来源: Laya_社区 发布时间: 20201222
...音效资源都能通过onMessage收到,请问这是什么原因啊? Request failed Status:404 text:undefined 游戏运行一会出现 getAMesh resizeBuffer Array buffer allocation failed /clang:-1: linker command failed with exit code 1 (use -v to see invocation) websocket connection failed: In...
来源: Laya_社区 发布时间: 20190614
...ivate connect(): void { console.log("connect...."); this.hr = new Laya.HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.hr.send(...
来源: Laya_社区 发布时间: 20201023
...ex.html"; 这样写怎么报错了:gameThirdScriptError undefined;at api request success callback function undefined 说没有成功的回调函数,这要怎么写呢,官网案例中也没有回调函数啊 2018-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180601
... 现在仍然是这样没变化是么.. 第二个的链接打不开.. The requested URL /doc/nav=zh-as-1-5-6 was not found on this server. qian • 2018-01-25 17:04 第一条和第二条你可以直接去看看关于龙骨动画的文档 上面说了 在laya里直接点龙骨转换 上面就有支...
来源: Laya_社区 发布时间: 20180125
...ug renderer doesn't currently support zIndex I'm afraid. I'd accept a pull request though. You'd need to add body.render.zIndex, and inside Matter.Render create a buffer and add all constraints and bodies, then sort by it. It should probably be an opt-in option though as it would be reasonably inten...
来源: Laya_社区 发布时间: 20170118
...Documents/saolei/release/layaweb/v1.0.0/res/atlas/comp.atlas: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. Access to Image at 'file:///Users/dongxiang/Documents/saolei/release/layaweb/v1.0.0/comp/classic_numbers_8.png' from origin 'null'...
来源: Laya_社区 发布时间: 20180315