- 1 Downloads
- 92 Views
- Download Now View Demo
- HTML
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Simple HTML5 Video Player</title>
</head>
<body>
<video width="320" height="240" controls>
<source src="http://jPlayer.org/video/webm/Big_Buck_Bunny_Trailer.webm" type="video/mp4" >
<source src="http://jPlayer.org/video/ogv/Big_Buck_Bunny_Trailer.ogv" type="video/ogg" >
<source src="http://jPlayer.org/video/webm/Big_Buck_Bunny_Trailer.webm" type="video/webm" >
</video>
</body>
</html>