Loading few swf in the flash player ( levels )

Hi
I am loading different swf in the flash player (local HD) with getURL(“second.swf”, “_level0”);
Because only the first movie got 2 scenes i am having problems giving the right level to the others swf.

the only way I can make it works is to assign at the end of the first movie the action getURL with the order to load the new swf in the _level0 but i got a 3 second of WHITE screen between the two clips. :frowning:

I would like to replace every single swf next to the other in a smooth way.

structure

1 swf ( 2 scenes )
2 swf ( 1 scene )
3 swf ( 1 scene )
4 swf ( 1 scene)
5 swf ( 1 scene )
6 swf ( 1 scene )

all the movie got same stage size, black bgk, same frame rate ( f/s=10) fscommand full screen

Anyone can help me °?°
THANKS !!! :esmirk: