function chargeVideo (nomChamp, fileUrl, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) { var flashvars = { colorScheme:'000000', cpVolumeStart:'80', fpButtonSize:'60x60', playerSize:strWidth+'x'+strHeight, fpPreviewImageURL:fileImg, fpFileURL:fileUrl, fpAction:boolPlay }; var params = { allowscriptaccess: 'always', quality: 'high', allowfullscreen: boolFull, menu: false }; var attributes = {}; swfobject.embedSWF('http://www.cdoi-reunion.com/librairies/players/mcmp_0.8.swf', 'swf_'+nomChamp, strWidth, strHeight, '9', 'http://www.cdoi-reunion.com/librairies/swfobject/expressInstall.swf', flashvars, params, attributes);  } function chargeVideo_youtube (nomChamp, fileID, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) { var flashvars = {}; var params = { allowscriptaccess: "always", quality: "high", allowfullscreen: boolFull, menu: false }; var attributes = {}; swfobject.embedSWF("http://www.youtube.com/v/"+fileID+"&hl=fr_FR&fs=1&rel=0", "swf_"+nomChamp, strWidth, strHeight, "9", "http://www.cdoi-reunion.com/librairies/swfobject/expressInstall.swf", flashvars, params, attributes);  } function chargeVideo_dailymotion (nomChamp, fileID, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) { var flashvars = {}; var params = { allowscriptaccess: "always", quality: "high", allowfullscreen: boolFull, menu: false }; var attributes = {}; swfobject.embedSWF("http://www.dailymotion.com/swf/video/"+fileID, "swf_"+nomChamp, strWidth, strHeight, "9", "http://www.cdoi-reunion.com/librairies/swfobject/expressInstall.swf", flashvars, params, attributes);  } function chargeVideo_wattv (nomChamp, fileID, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) { var flashvars = {}; var params = { allowscriptaccess: "always", quality: "high", allowfullscreen: boolFull, menu: false }; var attributes = {}; swfobject.embedSWF("http://www.wat.tv/swf2/"+fileID, "swf_"+nomChamp, strWidth, strHeight, "9", "http://www.cdoi-reunion.com/librairies/swfobject/expressInstall.swf", flashvars, params, attributes);  } function chargeVideo_vimeo (nomChamp, fileID, fileImg, boolFull, boolPlay, strWidth, strHeight, strTitle) { var flashvars = {}; var params = { allowscriptaccess: "always", quality: "high", allowfullscreen: boolFull, menu: false }; var attributes = {}; swfobject.embedSWF("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", "swf_"+nomChamp, strWidth, strHeight, "9", "http://www.cdoi-reunion.com/librairies/swfobject/expressInstall.swf", flashvars, params, attributes);  } 
