I'm extending a Panel component in Actionscript and adding an Image control to the titleBar.
My problem is that for some god-forsaken reason, the image loads, but does not display, except for every once and a while. That's right, sometimes the image displays, sometimes it does not. I have it setup, properly overriding the nessisary methods. You can see an example of the code here: http://pastie.org/401744 The above example shows the MXML component that instantiates the custom Panel. The image source is fed in via the 'sponsor' property. Any help is appreciated. Adam Duro

