How to embed videos into HTML Page?

Nel

New member
I use Windows 7 and Firefox 3.6.3 and also Windows Media Player 12 and I wanted to embed a video into my HTML Page, this was the code:

<embed src = 'video.avi' >
</embed>

When I view the page in firefox, the video works but there are no controls. No play button, no pause button, nothing?
What do I do?
Please help!?
PS; I also have VLC Media player installed!
 
The embed tag is for plugin's and the like, its not meant as a video player. If you had bothered to use Google the very first result for 'embed video' shows you perfectly how to achieve this using the Object tag.

What you have installed on your computer isn't relevant here.
 
Back
Top