<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>Hello,</div>
<div><br>
</div>
<div>I have a short HTML file below and a mp4 file (tt.mp4). Right now the video can only play on Safari. </div>
<div><br>
</div>
<div>
<div><!DOCTYPE html></div>
<div><body></div>
<div><p>test<p></div>
<div><video id="v1" controls autoplay></div>
<div> <source src="tt.mp4" type="video/mp4"></div>
<div></video></div>
<div></body></div>
<div></html></div>
</div>
<div><br>
</div>
<div>I have two questions below.</div>
<ol>
<li>How can I make the video to play on any other browsers, such as firefox or IE?</li><li>How can I use this video as background and put some text on top of it through HTML?</li></ol>
<div>I would greatly appreciate it if you could please help me with one of the questions.</div>
<div><br>
</div>
<div>Thank you very much in advance.</div>
<div><br>
</div>
<div>Yunpeng</div>
</body>
</html>