Toujours sur mon site, je cherche à insérer une bannière en flash, en header dans le gabarit de ma page.
Le code que j'utilise fonctionne très bien sur la page web dans le "body" mais le même code en css ne donne rien.
Code : Tout sélectionner
#header {
font-family: Helvetica, sans-serif;
float: left;
width: 100%;
height: 4em;
background: #25509F
<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0
width=100%
height=120>
<param name=movie value=bang.swf>
<param name=quality value=high>
<param name=BGCOLOR value=#000000>
<param name=SCALE value=showall>
<embed src=bang.swf
quality=high
pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash
width=100%
height=120
bgcolor=#000000
scale= showall>
</embed>
</object>;
}Merci