Question
Yet another preloader question
I had posted a topic on here a few months ago regarding a
preloader problem. I gave up on it for about a month and ahalf, but
have since gotten most of it figured out. Basically, I have a
preloader that is supposed to load a movie clip which dynamically
displays images from a xml file. The images that I'm loading are
attached to a movie clip. What I'm trying to do is preload the
movie clips 'invisibly' so that all the images are actually loaded
before they become visible. The problem that I'm having is that
when I try to preload the images and clips it only preloads the
movie clip, and not the image attached to it. I have a trace on
bytes total and it only comes out to 38 bytes, which is
considerably smaller than the images (around 39 kb). Any
suggestions?