HTML-5 : video tag. Video not playing
- by Microkernel
Hi guys,
I was trying use/test video tag of HTML-5. Here is the code
<!DOCTYPE HTML>
<html>
<body>
<video src="./Pilot.avi" controls="controls">
your browser does not support the video tag
</video>
</body>
</html>
Pilot.avi is stored in the same same directory as this HTML page.
The problem is, I am seeing the controls being displayed but can't play the video.
I tried with,
1) Mozilla Firefox 3.6.13
2) Google Chrome 8.0.552.224
What could be the problem?
Regards,
Microkernel