Fichier swf dans internet explorer

Résolu
doumham Messages postés 130 Statut Membre -  
 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.
Configuration: Windows XP
Firefox 3.0.5

4 réponses

  1. RAD ZONE Messages postés 5362 Statut Contributeur 1 360
     
    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>
    		
    2
  2. doumham Messages postés 130 Statut Membre 1
     
    Repond moi stp
    0
  3. doumham Messages postés 130 Statut Membre 1
     
    Repond moi stp....!!!!
    0
  4. chris
     
    merci pour ce code ça fait 2 mois que je le cherchais!!!
    0