How do I delay loading a page until after movie is done?

Discussion in 'Graphics & Multimedia' started by SweatyEyes27, Jul 29, 2009.

  1. #1
    I'm trying to figure out how to delay a redirect until after a short intro movie has finished playing. I'm a novice at this and trying to learn how to create websites so please don't get TOO technical. :)
     
    SweatyEyes27, Jul 29, 2009 IP
  2. 187KRZ

    187KRZ Guest

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi, this should do the job...
    <meta http-equiv="refresh" content="5; url=http://www.domain.com">


    Change the 5 to however long the video is @ this part of the code "content="5;"
     
    187KRZ, Jul 30, 2009 IP
  3. SweatyEyes27

    SweatyEyes27 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the idea but if someone has a slow connection the page will redirect before the movie has a chance to finish playing. Any way around that?
     
    SweatyEyes27, Jul 30, 2009 IP