views:

99

answers:

1

Hi< I was wondering would anybody know of tutorials describing, in detail, how to build a video playlist in HTML 5? I also would like these videos to play in a random order.

+1  A: 

Should be relatively straightforward task, keep the references to the videos in something like an array, or a JSON object, and write some simple logic to swap out the source inside the video element depending on user input or your application logic.

Should be plenty of resources on above on SO, let me know if you get stuck!

danp
Thanks, I got it working. It actually was pretty simple.
partrick mccreanor
accept if i helped :)
danp