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.
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;"
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?