var http_check = (window.XMLHttpRequest) ? new XMLHttpRequest() : new ActiveXObject("Microsoft.XMLHTTP");

function play_vidoe(file, image, pid, autostart){
	//alert(pid);
	if (pid)
	{
		document.getElementById("playerTitle").innerHTML		= "<h1>"+document.getElementById("playMovieTitle_"+pid).innerHTML+" ("+document.getElementById("playMovieDuration_"+pid).innerHTML+")<h1>";
		document.getElementById("playerDescription").innerHTML	= document.getElementById("playMovieDesc_"+pid).innerHTML;
		document.getElementById("playerDate").innerHTML			= "Online seit: "+document.getElementById("playMovieDate_"+pid).innerHTML;
		document.getElementById("playerAutor").innerHTML			= "<A HREF=\"javascript:openPage2('authormovies','"+document.getElementById("playMovieAudorID_"+pid).innerHTML+"');\">"+document.getElementById("playMovieAutor_"+pid).innerHTML+"</a>";
		document.getElementById("playerKeywords").innerHTML			= "zum Thema: "+document.getElementById("playMovieKeywords_"+pid).innerHTML;
	

	}



	var s1 = new SWFObject("mp3player.swf","single","448","272","7","#FFFFFF");
	s1.addVariable('screencolor','0xFFFFFF');
	s1.addParam("allowfullscreen","true");
	s1.addParam("allowscriptaccess","always");
	s1.addVariable("file", file);
	s1.addVariable("image", image);
	s1.addVariable("width","448");
	s1.addVariable("height","272");	
	s1.addVariable("autostart", autostart);
	s1.addVariable("showdigits","false");		
  s1.addVariable('frontcolor', '0x555555');
  s1.addVariable('lightcolor', '0x555555');
  //s1.addVariable('largecontrols', 'true');
	s1.write("player1");


	var url_check = "main.php?do=home&action=add_count&pid=" + pid;
	//alert(url_check);
	http_check.open("POST", url_check, true);
	http_check.onreadystatechange = function test(){
		//if(http_check.readyState == 2) {	
			//alert(http_check.responseText);
		//}
	}
	http_check.send(null);
}



function play_vidoe2(file, image, pid, autostart){
	//alert(pid);
	file="http://www.joice.tv/movies/joiceanimationfinalh264.flv";
	
	var s1 = new SWFObject("mp3player.swf","single","448","272","7","#FFFFFF");
	s1.addVariable('screencolor','0xFFFFFF');
	s1.addParam("allowfullscreen","true");
	s1.addParam("allowscriptaccess","always");
	s1.addVariable("file", file);
	s1.addVariable("image", image);
	s1.addVariable("autostart", autostart);
	s1.addVariable("showdigits","false");		
  s1.addVariable('frontcolor', '0x555555');
  s1.addVariable('lightcolor', '0x555555');
  //s1.addVariable('largecontrols', 'true');
	s1.write("player1");


	var url_check = "main.php?do=home&action=add_count&pid=" + pid;
	//alert(url_check);
	http_check.open("POST", url_check, true);
	http_check.onreadystatechange = function test(){
		//if(http_check.readyState == 2) {	
			//alert(http_check.responseText);
		//}
	}
	http_check.send(null);

}
