html5 - Intro video using <video> tag -


i trying create introduction video website without using flash. should pop when page loaded , there should option skip it. possible using html5?

i cannot find this. find things on how create video or video tag in general.

i new , happy kind of help!

<video src="intro.mp4"></video> <a href="page2.html">skip</a> 

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -