/** * JW Player instance * * @name playerInstance * @description Initialises JW Player instance * * * */ jwplayer("mediaspace").setup({ flashplayer: "player.swf", modes: [ { type: "flash", src: "player.swf", config: { playlistfile: "http://bracken.redlynch.net/play/js/playlist.php?server=s2.xrad.io&flash=shoutcast&endpoint=u57.stream&service=u57", bufferLength: 10 } }, { type: "html5", config: { file: "http://s2.xrad.io:1935/shoutcast/u57.stream/playlist.m3u8", provider: "http" } } ], skin: "kleur.zip", repeat: "list", autostart: "true", controlbar: "bottom", allowfullscreen: "false", allowscriptaccess: "true", wmode: "opaque", position:"relative", bottom:"25px", left:"1px", height: 50, width: 896 });