function affichVideo(myId, url, width, height){
	
	swfobject.embedSWF(url, myId, width, height, "8.0.0");
}