var flashvars = {
	mute:"nomute",
	url_audio:""
};
var params = {
	menu: "false",
	scale: "noScale",
	allowFullscreen: "true",
	allowScriptAccess: "always",
	bgcolor: "#000000",
	wmode: "opaque"
};
var attributes = {
	id:"AudioPlayer"
};
swfobject.embedSWF("AudioPlayer.swf", "altContent", "240", "20", "10.0.0", "expressInstall.swf", flashvars, params, attributes);
		
		
//COMUNICATION WITH FLASH	
		function sendToJavaScript(value) {
	document.forms["form1"].output.value += "\n FlashPlayer says: " + value;
}

		function sendToActionScript(value, player_id) {
			play_status = !play_status;
			old_id = player_id;
			$("#AudioPlayer" + player_id)[0].sendToActionScript(value);
		}
		
		function sendToJavaScript(value) {
			document.forms["form1"].output.value += "\n FlashPlayer says: " + value;

		}
