Preview and Select a Video
This page allows users to select and watch a video from a small video library, a sort of micro YouTube. The code for this is fairly simple, to adapt it to your own videos you need to remember to change the name attribute of each video container (.balletcon) to the corresponding video source. Other than that you just need to modify the text as appropriate and change the styling to suit.
I've allowed the native HTML5 video controls for this example. You can either allow or disable full video controls with an hTML5 video but you can't select some and disable others, for this you would need to disable the native controls and create your own set of controls as per your requirements. Examples of custom created video and audio controls from this site are as follows:
Play Videos In Sequence
Custom Audio Player
Custom Video Player
javaScript Jukebox