
Videos are not loading in safari browser
I tried to displaying videos in home page of my site. But only in safari all the videos are not displaying, i checked in IE, chrome and mozilla its working perfect.
Here i included the screen shot what i am seeing in safari and chrome.
Safari : http://awesomescreenshot.com/0b64vgda03
chrome : http://www.awesomescreenshot.com/image/184941/4ca302911b6c3b7130ea33bc089e5600
This is the jwplayer code which i am using for displaying videos
jwplayer("myElement_<?php echo $gVal->id;?>").setup({
file: "<?php echo $file;?>",
width: 228,
height: 154,
logo: {
file: '<?php echo theme_url();?>/assets/images/logo_ftr_small.png',
link: '<?php echo site_url();?>',
position: 'top-left',
hide: 'false',
margin: '-5',
linktarget: '_blank',
hide: 'false',
over: '0.5',
out: '0.5',
},
});
Please give me a solution