Forum Moderators: open
The stps you need to take are roughly:
1) Know the frame rate of your movie. Usually 12 fps by default but youll need to check.
2)Use an onEnterFrame to increment a variable, say 'i'
3) When i=y*z, where y=number of seconds and z=your movie frame rate, use getURL to open the page you want.
Alternativily you can look into using getTimer on the enterframe
<added> This is assuming your movie isnt to 'heavy' in terms of taking up the client machines processing power</added>
Good luck
[edited by: benihana at 2:26 pm (utc) on July 11, 2005]