HI
I have several swf´s with different slideshows based on Kirupas “Slideshow using xml tutorial”.
These slideshow swf´s are loaded into a movie clip within my main swf. by using the loadMovie command when pressing the corresponding Button.
The swfs are loaded and the slideshows are displayed.
The problem is that the delays between the slides don´t work correctly.
When loading the first external slideshow swf into the movie clip the delays seem to run at the correct interval set within that swf, however if another swf is then loaded into the mc to replace the current slideshow swf the delay times seem to run randomly.
I suspect that the interval function from the previously loaded swf is affecting the interval within the currently loaded swf. This does not make any sense to me.
I am lost–please help