Broken Image Skin

brokenImageSkin in Flex

In Flex you have an Image showing a broken image link if you have not set an image on it. How do you get it to not show the broken image link? You do this by setting the broken image skin, you can also sent the broken image skin to null. The mx:Image then does not show the broken image link.

 

1
 id="backgroundImage" brokenImageSkin="{null}" />