I have the following code for playing video into the web page :
<video width="420" height="345" controls="controls" autoplay="autoplay">
<source src="/common/videos/EPyl1LgNtoQ.ogg" type="video/ogg" />
<source src="/common/videos/EPyl1LgNtoQ.mp4" type="video/mp4" />
<source src="/common/videos/EPyl1LgNtoQ.webm" type="video/webm" />
<object width="320" height="240" src="/common/videos/EPyl1LgNtoQ.mp4">
<embed width="320" height="240" src="/common/videos/EPyl1LgNtoQ.swf">
Your browser does not support video
</embed>
</object>
</video>
The file is in .mp4 format and I have firefox 10.0.1 version and chrome 17.0 version.
The video is playing on chrome but not on firefox.
It displaying player but not playing the video over it.
I want to play it on firefox so how it will play on it. I am going through lot of tutorials but not finding any solution.
Thanks in advance
Modify your apache .htaccess file like :
Try this I hope i’ll work for you.