Project Description:
I am in need of an HTML 5 video player (using tags). I need it to be able to auto-play a video when the page loads and the video needs to be clickable to go to a URL. I know that HTML5 does not allow clickable videos by default, but I believe onclick can be used to do this, but I have no idea how to do it. Also, the HTML to embed these videos will be used in a phpinclude, so I will not have access to the tags in the original HTML file they will be embedded into. The less amount of code the better.
Also, if possible, I'd like the video to loop, and if possible i'd like to have the sound muted UNLESS the user has their mouse over the video. I'm not sure these can be done in the languages I'm asking for, so let me know!