Ok. I’m trying to addChild an Image to a mx.text control. I add the child there. The coordinates are at 0,0. It’s not invisible (no alpha stuff). It prints out that there is an Image44 or some other number as one of its children. There is no image anywhere on the screen. Not even the broken image thing. What is going on? the Text component has been added as a child to the application, there’s even text there. What could be preventing it from being shown? I’ve done a simple app where I didn’t need to use Bitmap objects to addchild to flex Text. For some reason now, I can’t see the image.