Script to make my flash file autorun

hi, i got a few swf file and controlled by mainmovie.
in my 2nd file i have something like this
this is the frame label

|text1 |text2 |text3

how do i make my movie continously run from my mainmovie to text1 to text2 to text3 and back to my mainmovie.

fyi i want to set timing like 1 minit per section.

pls help

a li

setInterval should help and make sure to pass a parameter
like 0 for text1, 1 for text2
and inside the fns use gotoAndPlay(1(or what ever)
see
http://www.umbc.edu/interactive/fla...p?p=setInterval
for deeper explanation

can you explain further…