HTML-5 : video tag. Video not playing
Posted
by
Microkernel
on Stack Overflow
See other posts from Stack Overflow
or by Microkernel
Published on 2010-12-24T12:50:21Z
Indexed on
2010/12/24
12:54 UTC
Read the original article
Hit count: 347
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
© Stack Overflow or respective owner