Results 1 to 3 of 3

Thread: Event delay

  1. #1
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Event delay

    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.

  2. #2
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    setTimeout(function(){location.href="your_page_here.com";},how_long_the_movie_is_in_milliseconds_here); - Start this timeout after 22 seconds.

    -magicyte

  3. #3
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks magicyte.
    I assume this goes in the [Body} section of the page.
    Sorry for my ignorance :-(

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •