<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Video</title>
<style type="text/css"></style>
<link rel="stylesheet" href="css.css" type="text/css">
</head>
<body>
<div id="Content"><br>
<video width="854" height="480" controls="controls">
<source src="MyMovie.mp4" type="video/mp4">
stuff
</div>
</body>
</html>`
When I view this on Google Chrome I get the video, but none of the buttons can be pressed and the video doesn't start.