/** * JW Player instance * * @name playerInstance * @description Initialises JW Player instance * * * @authors Ken Rayner * */ jwplayer("mediaspace").setup({ flashplayer: "player.swf", modes: [ { type: "html5", config: { file: "http:///live/JFU//playlist.m3u8", provider: "http", height: 150 } }, { type: "flash", src: "player.swf", config: { streamer: "rtmp:///shoutcast", file: "", provider: "rtmp", bufferLength: 10, height:50 } } ], skin: "kleur.zip", autostart: "true", controlbar: "bottom", allowfullscreen: "false", allowscriptaccess: "true", wmode: "opaque", position:"relative", bottom:"25px", left:"1px", width: 400 });