/** * 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=&flash=shoutcast&endpoint=&service=", bufferLength: 10 } }, { type: "html5", config: { file: "http://:1935/shoutcast//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: 400 });