I am using jwplayer 7.2.4 for playing videos. I offer 2 mp4 versions of the video. Here ist the config of the jw-player:
jwplayer("hwdvscontainer").setup({
playlist:[{
image:"xxxx/xxxx.jpg",
sources: [{
file:"xxxxx/xxxxx_low.mp4",
label: "SD"
},{
file:"xxxx/xxxx.mp4",
label: "HD"
}],
mediaid: "zpVXiBDZ"
}],
height:"371",
width:"660",
startparam: "start",
skin: {
name: "seven",
active: "#CCCCCC",
inactive: "white",
background: "rgba(133, 116, 101, 0.85)"
},
primary: "html5"
});
This setup works on every player, but not in Firefox. With flash installed everything is working fine, but without not.
Any suggestions?
Thanks, Harald