Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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>
~

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Can I see a link to where this is running?

This question has received the maximum number of answers.