【发布时间】:2009-05-08 09:42:21
【问题描述】:
在我的项目中,我为系统托盘图标使用了具有 16+16 32+32 48+48 128+128 不同尺寸图像的图像数组,但我穿上 bitmes 然后显示
错误 #2005:参数 0 的类型不正确。应该是 BitmapDat 类型。
public var imageURLs:Array = ['icon/toy.png','toy32.png','TOY48.png','joy128.png']; NativeApplication.nativeApplication.icon.bitmaps = new Array(imageURLs);
我做错了什么代码。如何将图像存储到位图数组?
【问题讨论】:
标签: apache-flex actionscript-3 air flash