HTML5 Playlist plays 2 videos, How about 4 or 5?
- by amber
I'm able to get two videos to play sequentially, (and without pause!) with this code from Apple, (see section 2-4)...
http://developer.apple.com/safari/library/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/ControllingMediaWithJavaScript/ControllingMediaWithJavaScript.html
...Yet completely lost as to how to play a 3rd or 5th video. Trouble is I'm a Javascript noob :-(, so if you figure this out please share as much of your code as possible.
Thanks much!