	$(document).ready(function() {
	flowplayer("player", {
						src: "/flowplayer.commercial-3.1.1.swf",
						wmode: "transparent" 
						}, { 
						key: '#$f608139702bff9a3102', 
						contextMenu: ['KaerntenLive Videoplayer 1.0',],
						plugins:  { 
                controls: { 
                    tooltips: { 
                        buttons: true, 
                        play: 'Abspielen', 
                        pause: 'Pause', 
                        fullscreen: 'Vollbild',
                        mute: 'Ton aus',
                        unmute: 'Ton an',
                        fullscreenExit: 'Vollbild verlassen'
                    }, 
                    tooltipColor: '#112233', 
                    tooltipTextColor: '#8899ff'  
                } 
            },  
            clip: { 
                accelerated: true,
                bufferLength: 3, 
                autoPlay: false,
                autoBuffering: true 
            } 
        });
		});

