So the video and the html file are both in the same folder.
<video width="320" height="240" controls="controls" autoplay="autoplay">
<source src="buyers.ogg" type="video/ogg" />
Your browser does not support the video tag.
</video>
The video does not load and is not found. I do relative path (../video/buyers.ogg). Can someone please help me?
buyers.oggor/video/buyers.ogg? You're code says one thing but your relative path is different. – Mike Dtrick Feb 13 '12 at 0:35<video>tag. But something tells me there's an issue with the location of the video file (perhaps even the codec)... – Mike Dtrick Feb 13 '12 at 0:53