View Full Version : how do you load a page after a movie is finished
AndrewElliott
12-5-08, 01:38 PM
I'd like to a 15 second video, before loading another page.
I could just use a javascript timer, but i have a feeling that wouldn't work perfectly...
(the video may need more then 15 seconds to allow for loading)
What's the best way to go about this?
YvetteKuhns
12-5-08, 02:44 PM
You are playing a video that plays for 15 seconds. After the video is done loading and playing, you want to load a web page. Did you try converting your video to flv which "streams" or plays instantly? Or did you consider converting your video to swf and program that file to load the page?
It sounds like you want to make sure people watch the video before going to the next page. Since videos load at different speeds, you can't really know when a timer should determine when the web page should load. When you reach the end of a video, you could have a link or simply load. Think of YouTube videos.
If I misunderstood, I apologize.
AndrewElliott
12-5-08, 02:59 PM
Thanks Yvette,
I was thinking that turning a video into a SWF, file would be the best way. I was just hoping for someone else to confirm this.
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.