Fichier swf dans internet explorer
Résolu
Bonjour,
Je veut ajouter dans mon site un fichier swf mais n'affiche pas dans internet explorer meme s'il s'affiche dans firefoxe, j'ai fais un click droit sur mon fichier et il me donne ('animation non chargé','a propos...'),
Aide-moi SVP.
Je veut ajouter dans mon site un fichier swf mais n'affiche pas dans internet explorer meme s'il s'affiche dans firefoxe, j'ai fais un click droit sur mon fichier et il me donne ('animation non chargé','a propos...'),
Aide-moi SVP.
Configuration: Windows XP Firefox 3.0.5
4 réponses
-
Contributeurvoila un code qui passera sur tout les navigateur
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600" id="animation"> <param name="movie" value="TON_ANIMATION.swf" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="TON_ANIMATION.swf" width="800" height="600"> <!--<![endif]--> <a href="https://get.adobe.com/flashplayer/"> <img src="https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object>
-
Repond moi stp
-
Repond moi stp....!!!!
-
merci pour ce code ça fait 2 mois que je le cherchais!!!