
Player not showing on IE8
Dears,
I wish I can find any help, my player works well on chrome, Firefox, IE11 perfectly, but it doesn't work with IE8 ( not sure about IE9 and IE10) i mean by it doesn't work that the player is not showing at the page at all.
this is my script page.
<html>
<head>
<script src="http://jwpsrv.com/library/xxx.js"></script>
<title>Live Streaming</title>
<body>
<div id='xxx'></div>
<script type='text/javascript' src='swfobject.js'>
swfobject.registerObject("player4", "9.0.0");
</script>
<script type='text/javascript'>
jwplayer('xxx').setup({
file: 'http://x.x.x.x:1935/live/smil:myStream.smil/playlist.m3u8',
image: 'http://x.com/Streaming.jpg',
width: '100%',
aspectratio: '16:9',
skin: 'bekle',
repeat: 'true',
androidhls: 'true',
logo: { file: 'http://xxx.com/Logo.png', margin: 12, position: 'top-right',
primary: 'flash'
}
});
</script>
</body>
</html>
~