on http://www.navratil.cz/SFD2010/ , but Google Chrome and Opera are working fine. Is my HTML5 page correct? Or what I shall change to make it working in Firefox too, please? Thank you, Jiri -- Jiri Navratil, http://www.navratil.cz, +420 777 224 245 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20101105/e8ecaa95/attachment.htm
On 11/05/2010 02:23 PM, Ji?? Navr?til wrote:> on http://www.navratil.cz/SFD2010/ , but Google Chrome and Opera are > working fine. > > Is my HTML5 page correct? Or what I shall change to make it working in > Firefox too, please? >your webserver does not send the right mimetype. it sends text/plain but has to send video/ogg for .ogv files j
2010/11/6 <j at v2v.cc>:> On 11/05/2010 02:23 PM, Ji?? Navr?til wrote: >> on http://www.navratil.cz/SFD2010/ , but Google Chrome and Opera are >> working fine. >> >> Is my HTML5 page correct? Or what I shall change to make it working in >> Firefox too, please? >> > > your webserver does not send the right mimetype. > it sends text/plain but has to send video/ogg for .ogv filesIf you have Apache, you should add the following lines to your mime.types file application/ogg ogx audio/ogg oga ogg spx video/ogg ogv Cheers, Silvia.