Three swf to play in loop

Hi,

I made three flash presentation for my company some time back in Flash 8, during an exhibition my company want all the three presentation to play in a loop so i opened the fla file of each presentation and inserted the following code in the last key frame of each presentation:

[COLOR=red]in careerfair.swf I inserted[/COLOR]
fscommand(“quit”);
loadMovieNum(“college.swf”, 0);

[COLOR=red]in college.swf I inserted[/COLOR]
fscommand(“quit”);
loadMovieNum(“ETC.swf”, 0);

[COLOR=red]in ETC.swf I inserted[/COLOR]
fscommand(“quit”);
loadMovieNum(“careerfair.swf”, 0);

I also tried to reverse the code like this
loadMovieNum(“careerfair.swf”, 0);
fscommand(“quit”);

I don’t know, it is still not giving me the result, on double clicking on the presentation i just see one presentation that quits at the end and the new one doesn’t start. What might be the problem, early reply will be appreciated because tomorrow is our exhibition.

thanks:rambo: