
Doesn't play the video in firefox
Hello,
The following embed code used to display the video.
But i can't see the video in Firefox, it will display player error message. But it will work in other browsers..
<script src="{JS PATH}"></script>
<div id='playerwtpTKPaIqqpl'></div>
<script type='text/javascript'>
jwplayer('playerwtpTKPaIqqpl').setup({
file: '{FILE PATH}',
image: '<?php echo $img1;?>',
width: '100%',
aspectratio: '16:9',
autostart:'true',
primary: 'flash'
});
</script>
Please help me...