
MP3 stream doesn't work on firefox
Hello
I have an issue with a stream.
It is an MP3 one, the URL is : http://ice1.infomaniak.ch/classic21-128.mp3 or http://ice12.infomaniak.ch:80/lapremiere-128.mp3
it is working with IE, with Chrome but with firefox the stream never begin...
The code is :
<script src="http://jwpsrv.com/library/xxxx.js"></script>
<div id="myElement"></div>
<script>
jwplayer("myElement").setup({
file: "http://ice1.infomaniak.ch:80/classic21-128.mp3",
type: "mp3",
width: 200,
height: 30,
autostart: true,
});
</script>
Do you have any idea ?
Thanks