<!--
	function chargeVideo (nomChamp, fileUrl, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) {
		var swfPlayer = new SWFObject("http://www.tikepei.com/librairies/players/mcmp_0.8.swf", strTitle, strWidth, strHeight, "9", "transparent"); 
		swfPlayer.useExpressInstall('http://www.tikepei.com/librairies/swfobject/expressInstall.swf');
		swfPlayer.addParam("wmode","transparent");
		swfPlayer.addParam("allowscriptaccess","always");
		swfPlayer.addParam("quality","high");
		swfPlayer.addParam("allowfullscreen",boolFull);
		swfPlayer.addVariable("autostart",boolPlay);
		swfPlayer.addVariable("fpFileURL",fileUrl);
		swfPlayer.addVariable("fpPreviewImageURL",fileImg);
		swfPlayer.addVariable("colorScheme","000000");
		swfPlayer.addVariable("fpAction","stop");
		swfPlayer.addVariable("cpVolumeStart","80");
		swfPlayer.addVariable("fpButtonSize","60x60");
		swfPlayer.write("playervideo_"+nomChamp);	
	}
	function chargeVideo_youtube (nomChamp, fileID, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) {
		var swfPlayer = new SWFObject("http://www.youtube.com/v/"+fileID+"&hl=fr_FR&fs=1&rel=0", strTitle, strWidth, strHeight, "9", "transparent"); 
		swfPlayer.useExpressInstall('http://www.tikepei.com/librairies/swfobject/expressInstall.swf');
		swfPlayer.addParam("wmode","transparent");
		swfPlayer.addParam("allowscriptaccess","always");
		swfPlayer.addParam("quality","high");
		swfPlayer.addParam("allowfullscreen",boolFull);
		swfPlayer.write("playervideo_"+nomChamp);
	}
	function chargeVideo_dailymotion (nomChamp, fileID, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) {
		var swfPlayer = new SWFObject("http://www.dailymotion.com/swf/video/"+fileID, strTitle, strWidth, strHeight, "9", "transparent"); 
		swfPlayer.useExpressInstall('http://www.tikepei.com/librairies/swfobject/expressInstall.swf');
		swfPlayer.addParam("wmode","transparent");
		swfPlayer.addParam("allowscriptaccess","always");
		swfPlayer.addParam("quality","high");
		swfPlayer.addParam("allowfullscreen",boolFull);
		swfPlayer.write("playervideo_"+nomChamp);	
	}
	function chargeVideo_wattv (nomChamp, fileID, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) {
		var swfPlayer = new SWFObject("http://www.wat.tv/swf2/"+fileID, strTitle, strWidth, strHeight, "9", "transparent"); 
		swfPlayer.useExpressInstall('http://www.tikepei.com/librairies/swfobject/expressInstall.swf');
		swfPlayer.addParam("wmode","transparent");
		swfPlayer.addParam("allowscriptaccess","always");
		swfPlayer.addParam("quality","high");
		swfPlayer.addParam("allowfullscreen",boolFull);
		swfPlayer.write("playervideo_"+nomChamp);	
	}
	function chargeVideo_vimeo (nomChamp, fileID, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) {
		var swfPlayer = new SWFObject("http://vimeo.com/moogaloop.swf?clip_id="+fileID+"&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=00ADEF&fullscreen="+boolFull+"&autoplay="+boolPlay+"&loop=0", strTitle, strWidth, strHeight, "9", "transparent"); 
		swfPlayer.useExpressInstall('http://www.tikepei.com/librairies/swfobject/expressInstall.swf');
		swfPlayer.addParam("wmode","transparent");
		swfPlayer.addParam("allowscriptaccess","always");
		swfPlayer.addParam("quality","high");
		swfPlayer.addParam("allowfullscreen",boolFull);
		swfPlayer.write("playervideo_"+nomChamp);	
	}
<!--

