if(typeof audioplayer == "undefined") {
	audioplayer = {};
}

		
	
audioplayer.createAudioPlayer=function(container_id, path_to_video_file){
	
	$f(container_id, "http://www.jkrishnamurti.org/player/flowplayer.commercial-3.2.4.swf", {
		key: location.host.indexOf(".org") != -1 ? '$8eaab4a63d64c3aeade' : '$278f128cfacb5a646b0',
		clip: {
			url: 'http://www.jkrishnamurti.org/audios/' + path_to_video_file,
			autoplay: true
		},

		plugins: { 
		        controls: { 
		            fullscreen: false, 
		            autoHide: false,
		            progressColor:  '#bec600',
        			bufferColor: '#737900',
        			buttonColor: '#737900',
        			buttonOverColor: '#ccd239',
        			timeColor: '#bec600',
        			backgroundColor: '#333300',
        			backgroundGradient: 'none',
        			height:30,
        			tooltipColor: '#333300',
        			tooltipTextColor: 'c8cf27'
       			},
       			audio: { 
       				 url: 'http://www.jkrishnamurti.org/player/flowplayer.audio-3.2.1.swf' 
   				}	
   		 } 		
	});
}