I'm looking for a way to dynamically load and play movies. I have a folder where the movies will be stored in the same fashion (movie1.avi, movie2.avi, movie3.avi). I'm looking for a way to detect the end of movie event and start playing the next movie. This could be as simple as reloading the page since the page is actually in coldfusion and everytime the page refreshes a counter is incremented which then switches the filename for the embeded file to the next movie.

Basically, I just need something to refresh the page at the end of the movie being played.

Thanks!

Reply