
.mov files doesn't work on FIREFOX AND IE
Hi all,
I need to play mov files with jwplayer, but I don't know why on chrome and safari everything works but on FF and IE i have got an error: Error loading media file could not be played.
this is my code:
jwplayer("videoPlayer").setup({
file: urlVideo,
width: "100%",
aspectratio: "16:9"
});
I tried to add type option, but it didn't work .
i set type like this:
type: "mp4"