我想替换一个精灵的形象。
但在此之前,我想检查图像是否存在于目录中。有没有办法做到这一点?
newImage = new ImageLoader(dir + temChild.category + '/' + temChild.productUrl + '.png', {
container : temChild,
height : 80,
width : 80,
scaleMode : 'proportionalInside',
onComplete : onColorImageLoad,
centerRegistration : true,
noCache: true,
autoDispose : true
});