You can always (and I believe that’s the easiest method) place the necessary actions at the last frame of the movieclip that has been loaded. That way, when the end of the movie has been reached, the code will be automatically executed without you having to worry about timers etc.
thanks for reply I thought about that but the movie I am loading in my interface is itself loading a .flv file.
Would you know what sort of code I would need to write in my file the one that load the flv file, how can i tell it to go to scene2 to another swf file onece it has finished?