|
Hi
I don't know almost anything about html code. I was using this simple html code for years, anytime I needed to stream one of my videos.
<html>
<head>
<title></title>
</head>
<body bgcolor=="000000">
<table width="1280" height="736" align="center">
<tr>
<td><embed src="BGI.mov" height="736" width="1280" align="middle"controller="true"></td>
</tr>
</table>
</body>
</html>
Video file has name BGI.mov and is located in the same folder as html.
The problem is, that it takes forever for video to download, sometimes 6-8 minutes.
I have talked to QuickTime guys and they did not find anything wrong with the file and they suggested that this HTML code is no longer good. Apparently, there is now completely different way of embeding video files and it has to do with applying functions. So I am wondering if someone could give me some simple advise how to write this simple code in the modern way. Please, keep in mind that I am complete html beginner.
Thank you so much for your help.
|