<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.&nbsp;</div>
<div><br>
</div>
<div>
<div>&lt;!DOCTYPE html&gt;</div>
<div>&lt;body&gt;</div>
<div>&lt;p&gt;test&lt;p&gt;</div>
<div>&lt;video id=&quot;v1&quot; controls autoplay&gt;</div>
<div>&nbsp; &lt;source src=&quot;tt.mp4&quot; type=&quot;video/mp4&quot;&gt;</div>
<div>&lt;/video&gt;</div>
<div>&lt;/body&gt;</div>
<div>&lt;/html&gt;</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>