Loading external movies for a specific amount of time

hello,

I used the “loading random movie” tutorial (http://www.kirupa.com/developer/actionscript/loading_random_movie2.htm) to load 3 external movies. It worked great.

But now, my client wants the movies to load one after the other. Each movie is interactive, but requires you to click on it, so it plays an intro and stops. Each movie is built exactly alike. So, I would like a movie to play, then stop for a certain length of time (long enough for the user to read some text). If after that length of time, the user does not intereact with the movie, then I want the next movie to play in it’s place. If the user does interact with the movie, I want it to just stop at that movie.

Thank you in advance for your help!