sfhazel
04-05-2005, 06:09 AM
I have my main SWF file. It loads a new SWF into this main SWF for every section of my site. One such section is a gallery format. This SWF, when played alone, loads JPG thumbnails using the loadMovie() function. When it is loaded in my main movie, these JPGs do not load.
My question: Can you use loadMovie to load an item into a swf that has already been loaded into the main SWF?
If my words are not clear, this is what I am trying to explain:
index.swf ---> section.swf ---> thumbnail.jpg (does not work for me)
section.swf --> thumbnail.jpg (does work)
Does anyone know what might be causing this problem?
My question: Can you use loadMovie to load an item into a swf that has already been loaded into the main SWF?
If my words are not clear, this is what I am trying to explain:
index.swf ---> section.swf ---> thumbnail.jpg (does not work for me)
section.swf --> thumbnail.jpg (does work)
Does anyone know what might be causing this problem?