Salut julientrw ! pour mon premier post sur ce forum je suis heureux de pouvoir t'aider ! Alors moi dans les sites ou j'utilise Simple Viewer j'insere un Iframe pour pouvoir mettre mon album et cela marche alors voici le petit code que j'utilise :
<html>
<head>
<title>Titre de la page</title>
</head>
<body bgcolor="#CCCC00">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="350" height="140">
<param name="SRC" value="nom_de_l_animation.swf">
<param name="QUALITY" value="high">
<param name="BGCOLOR" value="#CCCC00">
<embed src="nom_de_l_animation.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="350" height="140" quality="high" bgcolor="#CCCC00">
</embed>
</object>
</body>
</html>
(met l'url dans : nom_de_l_animation.swf et les 2 fois)
apres je ne sais pas si dans publisher on peux intégrer des codes html !