spirteの画像を置き換えたいのですが。
しかしその前に、画像がディレクトリに存在するかどうかを確認したいと思います。それを行う方法はありますか?
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
});