function InitPlayer(){
	flowplayer("player", 
		{src: '../js/flowplayer/flowplayer-3.1.2.swf', wmode: 'transparent'}, { 
    	clip: { 
        	autoPlay: false,  
        	autoBuffering: true    
    	}, 
    	 
        plugins: {
        	controls: { 
    	        url: '../js/flowplayer/flowplayer.controls-3.1.2.swf', 

    	    	// Controlbar 
    	        timeColor: '#DEDDC8',
    	        bufferColor: '#326C54', 
    	        progressColor: '#47806D',
    	        
    	        // Sichtbare Steuerelemente 
    	        play:true, 
    	        volume:true, 
    	        mute:true, 
    	        time:true, 
    	        stop:true, 
    	        playlist:false
        	}
    		/*,
    		content: { 
                 
                // the only required property 
                url: '../flowplayer/flowplayer.content-3.1.0.swf',
                closeButton: true, 
                 
                // some display properties 
                height: 300, 
                padding:30, 
                backgroundColor: '#112233', 
                opacity: 0.8, 
                 
                // one styling property  
                backgroundGradient: [0.1, 0.1, 1.0], 
                 
                // content plugin specific properties 
                html: '<p>wallstreet:online AG</p>', 
                style: {p: {fontSize: 40}},
                             
            } 
            */         
        } 
	});
}
