9 May
2012
9 May
'12
15:24
I saw a discussion here http://stackoverflow.com/questions/2643447/html5-video-mp4-and-ogv-problems-... which indicates in one of the replies that you should add the mime types to your .htaccess file Quote from above: Add these lines in your .htaccess file and it will work for all browsers. Works for me. |AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm | If you dun have .htaccess file in your site then create new one :) its obvious i guess. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org