I’ve got a MovieClipLoader that’s successfully loading an image, but the image doesn’t display.
It’s part of a class that extends MovieClip (SmartImage.as, see attachment). The loader bar functions as expected, so I know that the image is actually downloading. I know that the clip into which it’s loading is available and is a movie clip. I know that the target clip is positioned where it’s visible, and its visible property is set to true. I know that the image I’m using to test is a non-progressive JPEG, and also that the image isn’t the problem (I’ve tried it with other ones).
As far as I can tell from abusing the crap out of the poor trace function, everything is functioning as planned, except that the image simply isn’t appearing on the screen.
Anyone have any ideas?
Rys