PHP Question: Loading new embedded object after time period?

wopr2010

New member
In PHP coding, I'm trying to make an embedded object load a different object after a user-defined amount of time. What I am planning is to have a database of filenames and total times of videos. I would like the php code to load that object with "*.flv" to run for x amount of time, then load a new file. After all files have been loaded, I would like it to go back to database entry 1. Is this possible? and what is the code for it?
 
Back
Top