Problem with slideshow script

Hey everyone!

I’m trying a variation on the slideshow with XML script. What I’m basically trying to do is have two movie clips, one on top of the other, so that one will fade into the other…
So:

  1. movieclip 1 loads an image
  2. movieclip 2 loads same image
  3. movieclip 1 loads new image that fades in over movieclip 2
    and step 3 repeats infinitely.

Here is where I’ve been racking my brain trying to figure out what is going on…first, when I test the script out, everytime it loads movieclips, it blanks out – I’m not sure why this is happening because movieclip 2 doesn’t have any alpha or visibility settings set, so it should always be visible, just the image should change.
Second, when I test the mc out using the bandwidth profiler, mc 2 blanks out completely while mc 1 is loading…this doesn’t make sense.

Just wondering if anyone else has seen this and know a solution!?

Thanks! =)
Tegid

PS I’ve attached the code (FLA), you can use the slideshow XML script on the site for testing…should work.