[]怎么加载网络上的图片

比如http://image.xxx.com/1.png,怎么加载到精灵显示吗
已邀请:

Laya_XS

赞同来自:

sprite你可以用loadImage,image你可以用skin。但是你直接使用网络的图片会存在跨域的问题!

tianbo_zhang

赞同来自:

1.设置baseUrl为:http://image.xxx.com/
2. 使用Laya.loader.load("1.png",Laya.Handler.create(this,this.complete));
3.//加载完成回调处理
complete():void{}

要回复问题请先

商务合作
商务合作