I am trying to understand why some of my images show up fine in FireFox but when viewing the same SWF in IE, they don't show up (broken image).
Here is a simple test that I did. ALL of the images show up fine in FireFox. "img2" does not show up in IE. Its the only one I used embed on. I compiled that flex app within Eclipse using the default settings. <mx:Image id="img1" source="../images/Foo1.png"/> <mx:Image id="img2" source="@Embed(source='../../images/ShieldInfo_32.png')"/> <mx:Image id="img3"> <mx:source>../images/Backup_64.png</mx:source> </mx:Image>

