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

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

21. 求解关于跨域的具体操作 [ 69%]

... 之前我个人写的 不知道是不是在这个里面 var xhr = new XMLHttpRequest(); xhr.open("GET",url, true) xhr.setRequestHeader("Accept", "*/*"); xhr.setRequestHeader("Content-Type", "application/json"); 还是说用参考代码里的HttpRequest() var xhr = new Laya.HttpRequest(); xhr.http.s...

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

22. Array buffer allocation failed [ 69%]

...常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStringWithCodeCache failed 发布QQ包报错 安卓的QQ扫码时运行不出来 求助大佬们!oppo游戏中3d资...

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

23. 哈喽窝没成功 [ 68%]

...回复被折叠 要回复问题请先登录 发起人 ourme 相关问题 HttpRequest感觉没有发成功 LayaAir下如何成功调试matter.js物理引擎Demo? 为什么ide已经成功设置上bmfont,但是在游戏页面并没显示位图字体 预加载图集成功了 ,但是渲染的时候...

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

24. laya.net.Downloader_API3.0 [ 67%]

...nloader" Downloader Class Downloader Hierarchy Downloader Index Properties httpRequestPool Methods audio common image imageWithBlob imageWithWorker Properties httpRequestPool httpRequestPool: Array<HttpRequest> = [] Defined in laya/net/Downloader.ts:80 Methods audio audio(owner: any, url: stri...

来源: Laya3.0_api 发布时间: 20231115

25. Socket连接不上(已解决) [ 57%]

...teHandler()); /** * 作用是将一个Http的消息组装成一个完成的HttpRequest或者HttpResponse,那么具体的是什么 * 取决于是请求还是响应, 该Handler必须放在HttpServerCodec后的后面 */ pipeline.addLast("httpObjectAggregator", new HttpObjectAggregator(8192)); //用...

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

26. 如何让发布后的H5加载资源用src或href指向本地路径,而不是网络请求 [ 57%]

...地路径的file协议。如何处理   laya.core.js:18284 Access to XMLHttpRequest at 'file:///E:/Game-SuperMary/SuperMary/release/web/res/atlas/option.atlas' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chro...

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

27. 引擎socket类_onMessage bug [ 57%]

...LayaAir引擎针对微信小游戏好友关系链实现方案 TypeScript下HttpRequest发送Post请求有Bug? 2.1.1.1引擎微信小游戏掉帧严重 Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 关于使用matterjs物理引擎鼠标问题 LayaAirIDE1.4版本里用TS引擎库使...

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

28. Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据,客户端就是收不到数据? [ 53%]

...的语言服务(2.1.5)。可能出现不一致的编译错误 TypeScript下HttpRequest发送Post请求有Bug? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也...

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

29. 提示“AtlasResourceManager:Dispose the inner Atlas。” [ 50%]

...owframe); })(); function showframe() { var self = this; var xhr = new Laya.HttpRequest(); xhr.once(Laya.Event.COMPLETE,this,completeHandler); xhr.once(Laya.Event.ERROR,this,errorHandler); xhr.send("res/monkey2.png","","get","arraybuffer"); function completeHandler(data){ var url = Laya.Browser.windo...

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

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

...下例子。 ```java package { import laya.events.Event; import laya.net.HttpRequest; import laya.utils.Browser; public class Main { public function Main() { //初始化引擎 Laya.init(500,500); var httpreq:HttpRequest = new HttpRequest(); httpreq.on(Event.COMPLETE,this,this.completeHandler); httpr...

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