PDA

View Full Version : php or javascript....


grim918
January 6th, 2006, 04:48 PM
i want to code a script that will play a video and when that video ends then another one will automatically start to play. something similar to what a playlist does. i just cant figure out how my script is supposed to know when the video ends since each one can have a random length. does anyone know how i can do this with either php or javascript. i have tried using javascript for loading different videos like a slide show but i still cant figure out how to make my scripts know when the video is over.

Enter
January 8th, 2006, 10:04 AM
ask yahooo how they do it xD

but one way is add an extra field into the database lenght of the video

or go to php.net and try search some for some video functions or something

and where will you get that much bandwitch to stream videos?

mostwanted
January 8th, 2006, 10:58 AM
Well, PHP is server-side so you can't use that.