Mejse78
02-17-2013, 02:32 PM
Hi, there.
I'm making a website for my local theater, and they want to have a video of some activity on the theater.
I've converted the video so I have: mp4, Webm and swf on the server.
I've used this:
<video width="600" height="400" controls>
<source src="/video/oj_stav.mp4" type="video/mp4">
<source src="/video/oj_stav.webm" type="video/webm">
<object data="/video/oj_stav.mp4" width="600" height="400">
<embed src="/video/oj_stav.swf" width="600" height="400">
</object>
</video>
But in Firefox it says:
No video with supported format and MIME type found
How come it doesn't work?
I've read, that Firefox should be able to show mp4....
Can you please help?
Thanks
I'm making a website for my local theater, and they want to have a video of some activity on the theater.
I've converted the video so I have: mp4, Webm and swf on the server.
I've used this:
<video width="600" height="400" controls>
<source src="/video/oj_stav.mp4" type="video/mp4">
<source src="/video/oj_stav.webm" type="video/webm">
<object data="/video/oj_stav.mp4" width="600" height="400">
<embed src="/video/oj_stav.swf" width="600" height="400">
</object>
</video>
But in Firefox it says:
No video with supported format and MIME type found
How come it doesn't work?
I've read, that Firefox should be able to show mp4....
Can you please help?
Thanks