I have the following HTML5 code on my homepage and it acts weirdly in Firefox 11.
<video width="900" height="508" autoplay="autoplay" controls="controls"> <source type="video/webm" src="http://www.mysite.com/MovieClip.webm"></source> <source type="video/mp4" src="http://www.mysite.com/MovieClip.mp4"></source> </video>
When the home page of my site loads, I see the following error message in place of the video: "There is no video with a supported format and MIME type."
However, when I open the media path "http://www.mysite.com/MovieClip.webm" , on a new tab it loads the media just fine (using the built-in HTML5 video player with HTML5 support)!
Then, right after I go back to my home page and refresh the page, now it downloads the video just fine! Any ideas on why this is happening and how to fix it?
Thanks in advance!
Decafjava
source share