Skip to content Skip to sidebar Skip to footer

Html5 Video And Firefox

So, I created a nice little html5 video player with a playlist and some jQuery transitions between the playlist view and the video view. It works great in Chrome/Safari. However, f

Solution 1:

Turns out it was neither a coding nor a FireFox issue - it was actually an problem with the GoDaddy IIS - they do not have any of the Theora MIME types.

To fix create a web.config file with the new MIMEs in it and upload to the root of your hosting server. Works perfectly.

Post a Comment for "Html5 Video And Firefox"