document.write('
Pour visualiser cette vidéo, vous devez posséder Flash.
Cliquez ici, pour installer Flash.
');
document.write('');
document.write('var currentPosition;');
document.write('var currentRemaining;');
document.write('var currentVolume;');
document.write('var currentItem;');
document.write('var currentItem2;');
document.write('var currentState;');
document.write('var currentLoad;');
document.write('var currentXsize;');
document.write('var currentYsize;');
document.write('var countIteration;');
document.write('var libxiti;');
document.write('function sendEvent(typ,prm) { thisMovie("player40").sendEvent(typ,prm); };');
document.write('function loadFile(obj) { thisMovie("player40").loadFile(obj); };');
document.write('function addItem(obj,idx) { thisMovie("player40").addItem(obj,idx); };');
document.write('function removeItem(idx) { thisMovie("player40").removeItem(idx); };');
document.write('function getLength(swf) { return(thisMovie(swf).getLength()); };');
document.write('function thisMovie(movieName) { if(navigator.appName.indexOf("Microsoft") != -1) { return window[movieName]; } else { return document[movieName]; }};');
document.write('function getUpdate(typ,pr1,pr2,swf) { ');
document.write(' if(typ == "time") { currentPosition = pr1; pr2 == undefined ? null: currentRemaining = Math.round(pr2); }');
document.write(' else if(typ == "volume") { currentVolume = pr1; } ');
document.write(' else if(typ == "item") { currentItem = pr1; }');
document.write(' else if(typ == "state") { currentState = pr1; }');
document.write(' else if(typ == "load") { currentLoad = pr1; }');
document.write(' else if(typ == "size") { currentXsize = "X=" + pr1; pr2 == undefined ? null: currentYsize = "Y=" + Math.round(pr2); }');
document.write(' if (currentItem==currentItem2){} else{ currentItem2= currentItem; countIteration =0;}');
document.write(' if ( ( currentState == 1 || currentState == 2) && currentPosition==0 && countIteration==0 ) {');
document.write(' var obj = thisMovie("player40").itemData(currentItem);');
document.write(' for(var i in obj) { if (i=="title") { libxiti= obj[i];}}');
document.write(' eval(\'xt_med("M","10","\' +libxiti +\'","play","","4","2","6")\');');
document.write(' countIteration ++;');
document.write(' }');
document.write('}');
document.write('var s40 = new SWFObject("/include/flashs/flvplayer.swf","player40","400","300","7");');
document.write('s40.addParam("allowfullscreen","true");'); // affichage du bouton plein ecran
document.write('s40.addVariable("image","/Images/Breves/VideoFirsImage40.jpg");'); // image affiche dans le player avant le lancement de la video
document.write('s40.addVariable("start","0");'); //offset de debut de la video
document.write('s40.addVariable("file","http://videos.emarketing.fr/videos/28_10_2008_17_24_23.flv");'); // fichier video a jouer
document.write('s40.addVariable("displayheight","300");');
document.write('s40.addVariable("backcolor","0x000000");');
document.write('s40.addVariable("frontcolor","0xCCCCCC");');
document.write('s40.addVariable("lightcolor","0x557722");');
document.write('s40.addVariable("width","400");');
document.write('s40.addVariable("height","300");');
document.write('s40.addVariable("enablejs","true");');
document.write('s40.addVariable("javascriptid","player40");');
document.write('s40.addVariable("title","L_operation_du_premier_Cybermonday_fran_ais_sera_lancee_le_24_novembre");');
document.write('s40.addParam("allowscriptaccess","always");');
document.write('s40.addParam("wmode","opaque");');
document.write('s40.write("player40");');
document.write('');