﻿function accueil()
{
var largeur="770";
var hauteur="460";
var fichier="flash/accueil.swf";
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+largeur+'" height="'+hauteur+'" align="middle">\n');
document.write('<param name="allowScriptAccess" value="always" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<param name="movie" value="'+fichier+'" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<embed src="'+fichier+'" quality="high" bgcolor="#FFFFFF" width="'+largeur+'" height="'+hauteur+'" menu="false" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" />\n');
document.write('</object>\n');
}


function bandeau()
{
var largeur="900";
var hauteur="250";
var fichier="flash/bandeau.swf";
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+largeur+'" height="'+hauteur+'" align="middle">\n');
document.write('<param name="allowScriptAccess" value="always" />\n');
document.write('<param name="movie" value="'+fichier+'" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<embed src="'+fichier+'" quality="high" bgcolor="#FFFFFF" width="'+largeur+'" height="'+hauteur+'" menu="false" align="middle" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" />\n');
document.write('</object>\n');
}


function bandeau_v2()
{
var largeur="770";
var hauteur="250";
var fichier="flash/bandeau_v2.swf";
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+largeur+'" height="'+hauteur+'" align="middle">\n');
document.write('<param name="allowScriptAccess" value="always" />\n');
document.write('<param name="movie" value="'+fichier+'" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<embed src="'+fichier+'" quality="high" bgcolor="#FFFFFF" width="'+largeur+'" height="'+hauteur+'" menu="false" align="middle" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" />\n');
document.write('</object>\n');
}

function navigation_v2()
{
var largeur="770";
var hauteur="40";
var fichier="flash/navigation_v2.swf";
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+largeur+'" height="'+hauteur+'" align="middle">\n');
document.write('<param name="allowScriptAccess" value="always" />\n');
document.write('<param name="movie" value="'+fichier+'" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('<embed src="'+fichier+'" quality="high" bgcolor="#FFFFFF" width="'+largeur+'" height="'+hauteur+'" menu="false" align="middle" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" allowscriptaccess="always" />\n');
document.write('</object>\n');
}


// autre example
/*
var myObject = document.createElement('object');
DivID.appendChild(myObject);
myObject.width = "770";
myObject.height = "460";
myObject.classid= "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"; 
myObject.URL = "flash/accueil.swf";
myObject.uiMode = "none" ;*/