j'ai pas mal chercher et j'ai fini par faire ceci pour avoir l'insertion d'une animation en flash (avec image alternative si plugin flash non installer sur le client) sur une page XHTML valide
<!--[if !IE]> Standard XHTML object instanciation <!-->
<object id="flash" type="application/x-shockwave-flash" data="./banniere/someco_sport_meca.swf" width="500" height="130">
<!--><![endif]-->
<!--[if IE]>
<object id="flash" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" width="500" height="130">
<![endif]-->
<param name="movie" value="./banniere/someco_sport_meca.swf" />
<img src="./banniere/someco_alt.jpg" width="500" height="130" border="0" onclick="window.open('http://www.someco-dec.com/index.html', 'someco');" style="cursor: pointer;" title="SoMeco, la solution" alt="SoMeco, la solution" />
</object>
par contre j'aimerai que ma banniere flash soit un lien j'ai essayer de lui mettre un onclick à object ou de la mettre entre des balise <a></a> sans succes
si quelqu'un à une solution?
MERCI D'AVANCE