How to replay a movies?

Umm…I just created this site : http://www.i7test.com/hnfoods3/page/index.html

as you see in the home.page, it has the fish-jumping-animation, but the rest of the pages aren’t. Let say you’re in about page right now, but then you wanna go back to the index page. You want to see the navigation menu right away, right ? Without waiting the fish-jumping-animation over and over again.

My question is, how to make a replay button, so ppl should click REPLAY if and only if they still wanna see the animation again.

Is that clear ? I dont know how to explain it better. Let me know if I should explain it more.

Thanks in advance

What you could do is just make a boolean variable that becomes true once the animation has played once. If the variable is true, it will go straight to the menu. If it is false, then it wil play the animation again. Have your replay button set the boolean to false and then start the movie.

Thanks grandsp5, I think I should read the tutorial about boolean variable…