Log in

View Full Version : Event delay



vincenthrd1
11-04-2008, 04:43 PM
I'm not sure what the script would be called but I have a movie that plays as soon as you go to a page for 22 seconds. I would like then for it to go to a new page when complete without buttons and mouse overs etc.
Is this possible?
I use GoLive to build the pages.

Thanks for any help - appreciated.

magicyte
11-04-2008, 10:44 PM
setTimeout(function(){location.href="your_page_here.com";},how_long_the_movie_is_in_milliseconds_here); - Start this timeout after 22 seconds.

-magicyte

vincenthrd1
11-07-2008, 06:14 PM
Thanks magicyte.
I assume this goes in the [Body} section of the page.
Sorry for my ignorance :-(