I'm trying to get an HTML5 video header background working and I've almost got it, but it's not working in Firefox. I looked at this question and this question, and tried to edit my .htaccess file but it didn't work. I just pasted this at the end of the file:
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm
AddType audio/mpeg .mp3
AddType audio/ogg .ogg
AddType audio/mp4 .m4a
AddType audio/wav /wav
Was that right?
After trying that, I looked at Video for Everybody and the VFE generator. I took the code the generator gave me and pasted it into my site. The video works in Safari and Chrome, but Firefox displays the poster and tells me "No video with supported format and MIME type found." But shouldn't my edit to the .htaccess file have fixed that? What do I need to do to get the video working in Firefox?