Alright, I know the HTML embed tag but it is not working very well in IE or FireFox... is it just me or is it the browser support?
I mean the code is simple.
<html>
<body>
<embed src="movie.mov" width="640" height="480"></embed>
</body>
</html>
IE doesn't like not having Width and Height defined.