Sujet: intégrer un fichier .sfw dans une page web
17/10/2006 @ 12:38:19: Monky: intégrer un fichier .sfw dans une page web
Pour faire court, voici le code que j'ai placé dans ma page:

  1. <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="300"
  2. <param name="SRC" value="../present/present.swf"
  3. <param name="QUALITY" value="high"
  4. <param name="BGCOLOR" value="#CCCC00"
  5. <embed src="..present/present.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="350" height="300" quality="high" bgcolor="#CCCC00"
  6. </embed
  7. </object>


Cela fonctionne avec IE mais pas avec firefox ! Quelqu'un peut me dire ce qui cloche?

Merci à vous !

Bon appétit !
17/10/2006 @ 12:40:17: Jean-Christophe: intégrer un fichier .sfw dans une page web
Et FF te dis quoi?
Le module flash est installé dans FF?
17/10/2006 @ 12:43:11: zion: intégrer un fichier .sfw dans une page web
<embed src="..present/present.swf"

=>

<embed src="../present/present.swf"
17/10/2006 @ 12:54:52: Monky: intégrer un fichier .sfw dans une page web
> Zion... Merci ! Je devient bigleux ! C'es bien vu !

Merci à vous d'avoir pris un peu de votre temps pour cette bêtise ! L'erreur est (humaine) Monky !
Retour