Fichier swf dans internet explorer
Résolu
doumham
Messages postés
116
Date d'inscription
Statut
Membre
Dernière intervention
-
chris -
chris -
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.
A voir également:
- Swf explorer
- Swf - Télécharger - Lecture
- Explorer patcher - Télécharger - Personnalisation
- Swf player - Télécharger - Lecture
- Internet explorer 11 - Télécharger - Navigateurs
- Process explorer - Télécharger - Informations & Diagnostic
4 réponses
voila 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>