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

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

261. lib/arm/liblayaair.so 总是崩溃 [ 25%]

...0000000 00004000 FE49D5AA7A278825F28EC84A96367CC60 libwebviewchromium_plat_support.so     M DED49000 004B8000 00359000 000000000000000000000000000000000 base.odex     M E1407000 04766000 02378000 BF012B766DEF00036DEA227FB4B0FAE60 libwebviewchromium.so     M E7807000 00000000 00004000 FCB69D5D9...

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

262. 安装layaair2-cmd一直失败 [ 21%]

...JavaScript stand ard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > ...

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

263. 打包安卓Android studio黑屏 [ 20%]

...     >>>>>>Thread Mode = double I/LayaBox: This device supports vao     download thread num = 3 I/LayaBox: start thread:image decode,27961 I/LayaBox: createOpenALSource current num=10 E/LayaGameEngine: game_plugin_init soPath= jarfile= appcache=/data/user/0/com.layabox.test/  ...

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

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

...签 var video = Laya.Browser.document.querySelector('#player'); if (Hls.isSupported()) { var hls = new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED, function () { video.play(); }); } plyr.set...

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

265. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 18%]

...omium process, renderers=0 W/chromium: [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system implementation D/libEGL: loaded /system/lib/egl/libEGL_adreno.so           [ 12-18 14:33:06.171  2961: 2961 D/         ]           HostConnection::get() N...

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

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

... var video:any = Laya.Browser.document.querySelector('#player'); if(Hls.isSupported()){ var hls:any = new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED,function():void{ video.play(); }); } ply...

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

267. dcc下载超时 [ 17%]

...;>Thread Mode = double 07-04 20:55:27.607: I/LayaBox(7884): This device supports vao 07-04 20:55:27.608: I/LayaBox(7884): download thread num = 3 07-04 20:55:27.608: I/LayaBox(7884): start thread:image decode,7917 07-04 20:55:27.623: I/LayaBox(7884): createOpenALSource current num=10 07-04 20:55:...

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

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

...; var video:Object =Browser.document.querySelector('#player'); if (Hls.isSupported()) { var hls:Object = new Hls(); hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8');//加载m3u8源 hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED,function():void{ video.play(); }); } p...

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

269. 和原生Dom交互 · LayaAir3.4 · 引擎文档 · LAYABOX [ 16%]

... var video:any = Laya.Browser.document.querySelector('#player'); if(Hls.isSupported()){ var hls:any = new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED,function():void{ video.play(); }); } ply...

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

270. 微信小游戏加载资源问题 [ 10%]

....limitSize); return res; } catch (e) { } return null; } } MiniLocalStorage.support = true; class MiniAdpter { static getJson(data) { return JSON.parse(data); } static enable() { MiniAdpter.init(Laya.Laya.isWXPosMsg, Laya.Laya.isWXOpenDataContext); } static init(isPosMsg = false, isSon = false) { if ...

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