i’m testing a jQuery video background plugin and i don’t have the same behavior in firefox than the demo site.
the plugin demo site:
http://www.georgepaterson.com/sandbox/jquery-html5-video-background-demo/
the video plays in Firefox
my demo site:
http://willychataigner.com/2020/georgepaterson-jquery-videobackground-8b3535a/
the video doesn’t play in Firefox
something i have noticed is that when i try the 3 different video format url in a new window
these 3 video format play for the plugin demo site:
but on my demo site these 2 video format don’t play. i get a window to save the video on my computer
I thought that this might be a hosting issue but i tested on 3 different hosting server and same issue!
Can someone tell me what’s wrong?
Thanks and good day
It is most likely your Content-type (MIME Type).
Some examples are:
In Apache this is in the file mime.types. Just edit it in a text editor and save. For more information on Apache see: http://httpd.apache.org/docs/2.4/
In IIS follow these instructions: http://technet.microsoft.com/en-us/library/cc725608(v=ws.10).aspx
You will need to add the type specific to the video you are wanting to play.