ActionScript 3.0:以编程方式加载图像
我正在使用 ActionScript 3.0 开发 Blackberry Playbock 应用程序。我对此非常陌生。
我有以下项目结构(我正在使用 Adobe Flash Builder“Burrito”)
: | 源代码 | 资产 | images
在图像文件夹中,我有几个我想以编程方式加载的 PNG 图像。
我怎样才能做到这一点?
我必须使用什么
GUI 组件来显示图像?
I'm developing an Blackberry Playbock app with ActionScript 3.0. I'm very very new with this.
I have the following project structure (I'm using Adobe Flash Builder "Burrito"):
project
|
src
|
assets
|
images
On image folder I have several PNGs images that I want to load programmatically.
How can I do that?
And
What GUI component I must use to show an image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
此示例加载一张图像并使用按钮来更改它:
This example loads one image and uses buttons to change it:
使用 Loader 类。
Use the Loader class.
如果你想使用 for 循环显示多个图像,请按照以下代码操作:
if u want to show multiple image using for loop then follow this code: