大约有 547 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0045 秒)
使用UrlLoader加载图片,flash获取data为byteArray,翻译成h5后data为image? package { import flash.display.Bitmap; import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.UR...
来源: Laya_社区 发布时间: 20151228
...缓存后,再加载图片会有延时显示问题 我想咨询一下: loader.clearRes()清理指定资源地址的缓存后,用loader.load 加载不回来了吗?为何再次加载同一图片显示时有延迟? http://m.infinistudio.cn/test/nestle/ 点击1,再点击2, 再点击1...
来源: Laya_社区 发布时间: 20190312
...at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (C:\Users\fp005\AppData\Roaming\npm\node_modules\lay ir-cmd\node_modules\fs-extra\lib\fs\index.js:...
来源: Laya_社区 发布时间: 20180505
....id = "photo"; body.appendChild(input); Laya.loader.load("comp/button.png"); let button = new UIButton("comp/button.png","点我"); button.labelSize = 30; button.size(300,100); button.centerX = 0; ...
来源: Laya_社区 发布时间: 20161114
...链接 提交 5 个回复 135*****896 赞同来自: 这是测试工程 testLoadPvr.zip 2020-02-14 0 0 分享 微博 QZONE 微信 135*****896 赞同来自: 新的用Laya.Sprite加载一张图 testLoadPvr2.zip 2020-02-14 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个第三方的修改...
来源: Laya_社区 发布时间: 20200214
...009 赞同来自: 跟我再官网上拷贝的代码一模一样,ProtoBuf.load的load函数找不到,你们这个官网的确实错误。你上面的AS-ProtobufDemo.rar打开之后,没有.laya后缀的工程文件。 2017-10-12 0 2 分享 微博 QZONE 微信 伊万。凯恩 赞同来自: 用...
来源: Laya_社区 发布时间: 20170923
...没事件或者回调 如何定义动画播放过某帧后的回调函数 load方法的progress回调进的次数太少了。是我哪里设置有问题么 本人想做个批量加载json文件,然后等这些文件统一加载完后回调 load 加载完图集 回调函数可以传形参吗? 怎...
来源: Laya_社区 发布时间: 20170309
...yaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, load方法的progress回调进的次数太少了。是我哪里设置有问题么 .bat脚本能调用layaIDE的相关功能吗? 调用 Laya.MiniAdpter.downLoadFile缓存文件之后。再调用Laya.loader.create,不会自...
来源: Laya_社区 发布时间: 20190517
Sprite.loadImage在Android平台无法卡死,web和iOS平台正常 在Android平台使用Spirte.loadImage方法初始Sprite卡死,log中一直打印日志“JCGraphicsCmdDispath::calcBoundingBox Wrong command number!,cmd=-65536” 同样的代码和图片地址在web和iOS平台正常; 代码...
来源: Laya_社区 发布时间: 20171229
在加载多个资源的时候,加载进度异常 Laya.loader.load(["res/atlas/images.atlas", "res/atlas/f1.atlas", "res/atlas/f2.atlas", "res/atlas/f3.atlas", "res/atlas/f4.atlas", "res/atlas/f5.atlas"], Laya.Handler.create(this, function(){ }), Laya.Handler.create(this, function(e){ c...
来源: Laya_社区 发布时间: 20180101