[HELP]Load a series of Flash movie using loadMovie();

Dear all,

I have 3 flash movies: a.swf, b.swf and c.swf. And I create a main.swf to load those 3 movies orderly (from a to c).

In the main.swf:

  • At frame 1, I put the script: loadMovie(“a.swf”,"_root")
  • At frame 2, I did the similar job as with frame 1 with b.swf.

Now the Flash Player only load the b.swf movie. There is no sign of a.swf to be loaded. Tho’ I did unloadMovie a.swf before load this new one.

What’s wrong with my solution? Please help .I am using Flash 8