Actionscript 3,从网络加载图像
我正在尝试将外部图像加载到我的 Air 应用程序中。
代码 (http://pastie.org/2314164)
xml.artist_pic 指向图像示例:http://www.example.com/image.jpg GLOBAL.skin.albumArt 是一个影片剪辑,里面有位图。
我做错了什么?
I'm trying to load an external image into my air app.
CODE HERE (http://pastie.org/2314164)
xml.artist_pic is pointing to image example: http://www.example.com/image.jpg
GLOBAL.skin.albumArt is a movie clip which inside has bitmap.
What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用
Loader
类而不是URLLoader
You need to use the
Loader
class instead ofURLLoader