How to run multiple(*.swf) files by single swf one after another

Hi…

im wondering if any one can help me for this im using flash 8. im making a song the song was divided in 15 files.i like to run the one after another with out breaking…i mean i like to load all files first and then play. i follow a method which was not working properly…

when the first file loaded and starts runing im calling the second file to load and stop when the first file come to end then the second will play.im using function for the files…loading

function file2(vinod) {
loadMovieNum(vinod+".swf", 2);
}
function file3(dvd) {
loadMovieNum(dvd+".swf", 3);
}
when the first file starts running.
_root.file2(“vsare1”);when it load & stop at empty frame.
when it come to end
_level2.gotoAndPlay(“start”);

can any one solw this for me
the same function is working in flashmx,2004 also but not in 8 plz.

thanks
Graphicguru