I’m using flex 4.1 to write an application and I was wondering how can I configure that whenever I try to load an image and the link is broken it will show a different image that i have embedded into my application.
I’m loading an Image using mx:Image.
thanks
You can do this by setting the brokenImageSkin on the mx:Image to whatever image you’d like. That way your Images will default to the specified image when loading fails. Here’s an example: http://blog.flexexamples.com/2008/03/02/setting-a-custom-broken-image-skin-for-the-image-control-in-flex/