Hi everyone, i am using JW player and i fixed the same issue by using this javascript object code:`<script type=”text/javascript” src=”https://www.jeroenwijering.com/embed/swfobject.js”></script>
<div id=”player”>This text will be replaced</div>
<script type=”text/javascript”>
var so = new SWFObject(‘https://www.jeroenwijering.com/embed/player.swf’,’mpl’,’400′,’134′,’8′);
so.addParam(‘allowscriptaccess’,’always’);
so.addParam(‘allowfullscreen’,’true’);
so.addVariable(‘width’,’400′);
so.addVariable(‘height’,’134′);
so.addVariable(‘file’,’https://www.jeroenwijering.com/upload/statistics.xml’);
so.addVariable(‘displaywidth’,’140′);
so.addVariable(‘searchbar’,’false’);
so.write(‘player’);
</script>`