Not sure if this is supposed to work in Flex, but it does in Flash, so thought I'd try it out. I have a Text component that contains html text. In the html text there's an image specified, using <img>.
<p><img source="images/toy4.jpg">some text here..</p> The image does display in the Text component, but clearing the Text component or changing the html text does not remove the image. And here's a funny one. I have a custom Debug Panel (like the Output Panel in Flash) that floats above the application (popup titlewindow). When I display that same html text in the Debug Panel (which contains a TextArea component), it also shows the image. If I then clear the Debug Panel, the image doesn't go away, but when dragging the Debug Panel around, the image remains in place. The image eventually disappears when moving the Panel all the way to one side (and appears again when moving the Panel back to the same position). So the Panel kinda works like a mask for the image.. very odd. regards, Muzak -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

