IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

rendre une animation flash lisible par firefox


Sujet :

HTML

  1. #1
    Candidat au Club
    Profil pro
    Inscrit en
    Mai 2008
    Messages
    4
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2008
    Messages : 4
    Points : 2
    Points
    2
    Par défaut rendre une animation flash lisible par firefox
    Bonjour, j'ai une animation flash sur mon site, mais celle-ci n'est lisible que par Internet explorer et je voudrai la rendre visible par tous les navigateurs mais vu que je débute je ne sais comment faire.

    je vous met les lignes de codes qui concernent cette animation.
    Merci d'avance pour votre aide!


    Code html : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    width="766" height="387">
    <param name="movie" value="flash\header01.swf">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <!--[if !IE]> <-->
    <object data="flash\header01.swf"
    width="766" height="387" type="application/x-shockwave-flash">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
    FAIL (the browser should render some flash content, not this).
    </object>
    <!--> <![endif]-->
    </object>

  2. #2
    Membre habitué
    Profil pro
    Développeur Web
    Inscrit en
    Juillet 2007
    Messages
    112
    Détails du profil
    Informations personnelles :
    Âge : 37
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Juillet 2007
    Messages : 112
    Points : 157
    Points
    157
    Par défaut
    Tout simplement que ton code n'est pas bon

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
     
     
    <object id="techsource_Top" width="766" height="387" swmodifyreport="TRUE" menu="FALSE" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
    <param value="flash\header01.swf" name="src"/>
    <param value="always" name="allowScriptAccess"/>
    <param value="high" name="quality"/>
    <param value="true" name="loop"/>
    <param value="true" name="play"/>
    <param value="false" name="menu"/>
    <param value="opaque" name="wmode"/>
    <embed width="766" height="387" allowscriptaccess="always" wmode="opaque" quality="high" loop="true" play="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave" swmodifyreport="TRUE" menu="FALSE" src="flash\header01.swf"/>
    </object>
    Dsl pour le code précédent, copier coller foireux

  3. #3
    Candidat au Club
    Profil pro
    Inscrit en
    Mai 2008
    Messages
    4
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2008
    Messages : 4
    Points : 2
    Points
    2
    Par défaut
    Bonjour,et merci pour ton aide!
    J'ai remplacer le code par le tien et mon anim est figée même sous Ie, j'ai du faire une erreur en l'inserant....Pourrais tu me donner un coup de pouce svp?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
     
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <title>Acceuil CLAN</title>
     
    <link href="style.css" rel="stylesheet" type="text/css" />
    </head>
     
    <body>
    	<table width="100%"  style="height:732px" border="0" cellspacing="0" cellpadding="0" align="center">
    	  <tr>
    	  <td width="50%" style="height:100%"  valign="top">
    	  	<table width="100%" style="height:100%" border="0" cellspacing="0" cellpadding="0">
    		  <tr>
    			<td width="100%" style="background-image: url(images/tail-t-l.jpg); background-repeat: repeat-x; background-position:;height:387px" valign="top"></td>
    		  </tr>
    		   <tr>
    			<td width="100%" style="background-image: url(images/tail-mid.jpg); background-repeat: repeat-x; background-position:;height:100%" valign="top"></td>
    		  </tr>
    		   <tr>
    			<td width="100%" style="background-image: url(images/b.jpg); background-repeat: repeat-x; background-position:;height:69px" valign="top"></td>
    		  </tr>
    		</table>
    	  </td>
    		<td width="766" style="height:732px"  valign="top">
    			<table width="766"  style="height:732px"  border="0" cellspacing="0" cellpadding="0">
    				<tr>
    					<td width="766" style="background-image: url(images/fl.jpg); background-repeat: no-repeat; background-position:;height:387px" valign="top">
    						 <div style="margin-left:px; margin-top:-1px; margin-right:px; margin-bottom:px"><object id="techsource_Top" width="766" height="387" swmodifyreport="TRUE" menu="FALSE" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
    <param value="flash\header01.swf" name="src"/>
    <param value="always" name="allowScriptAccess"/>
    <param value="high" name="quality"/>
    <param value="true" name="loop"/>
    <param value="true" name="play"/>
    <param value="false" name="menu"/>
    <param value="opaque" name="wmode"/>
    <embed width="766" height="387" allowscriptaccess="always" wmode="opaque" quality="high" loop="true" play="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave" swmodifyreport="TRUE" menu="FALSE" src="flash\header01.swf"/>
    </object></div></td>
    				</tr>
    				<tr>
    					<td width="766" style="background-image: url(images/main.jpg); background-repeat: no-repeat; background-position:;height:276px" valign="top">
    						<div style="margin-left:31px; margin-top:21px; margin-right:px; margin-bottom:15px">
    							<table width="690" style="height:px" border="0" cellspacing="0" cellpadding="0">
    							  <tr>
    								<td class="main_text" width="209" style="height:px" valign="top">
    									<div style="margin-left:px; margin-top:px;"><img alt="" src="images/t1.jpg" /></div>
    									<div align="left" class="header_text" style="margin-left:0px; margin-top:22px"><img  alt=""src="images/m1.jpg" hspace="0" vspace="0" border="0" align="left" style="margin-right:0px; margin-top:0px" /><div><img src="images/spacer.gif" alt="" width="1" height="5" /></div>
    									<strong> presentation</strong></div>
    									<div align="left" class="_text" style="margin-left:4px; margin-top:5px; margin-right:px">Presentation de votre entreprise et mise en avant</div>
    								  <div style="margin-left:px; margin-top:14px;"><a href="photo acceuil.html" class="_text"><img src="images/p1.jpg" alt="" border="0" lowsrc="images/p1.jpg" /></a></div>								</td>
    								<td width="28" style="height:px" valign="top"></td>
    								<td class="main_text" width="230" style="height:px" valign="top">
    									<div style="margin-left:px; margin-top:px;"><img alt="" src="images/t2.jpg" /></div>
    									<div align="left" class="header_text" style="margin-left:0px; margin-top:17px"><img  alt=""src="images/m2.jpg" hspace="0" vspace="0" border="0" align="left" style="margin-right:0px; margin-top:0px" /><div><img src="images/spacer.gif" alt="" width="1" height="9" /></div>
    									<strong>Nos points de vente</strong></div>
    									<div align="left" class="_text" style="margin-left:2px; margin-top:4px; margin-right:px">Pour connaitre la liste de nos points de vente rendez-vous dans la section shops.</div>
    								  <div align="left" class="link_text" style="margin-left:3px; margin-top:5px; margin-right:px"></div>
    								  <div align="left" class="header_text" style="margin-left:0px; margin-top:16px"><img  alt=""src="images/m3.jpg" hspace="0" vspace="0" border="0" align="left" style="margin-right:0px; margin-top:0px" /><div><img src="images/spacer.gif" alt="" width="1" height="6" /></div>
    									<strong>infos</strong></div>
    									<div align="left" class="_text" style="margin-left:2px; margin-top:4px; margin-right:px">ICI METTRE DES INFOS SUR VOTRE PRESENCE DANS CERTAINES EXPO boites de nuits ect</div>
    								  <div align="left" class="link_text" style="margin-left:3px; margin-top:5px; margin-right:px"></div>
    								texte</td>
    								<td width="23" style="height:px" valign="top"></td>
    								<td class="main_text" width="200" style="height:px" valign="top">
    									<div style="margin-left:px; margin-top:px;"><img alt="" src="images/t3.jpg" /></div>
    									<div align="left" class="header_text" style="margin-left:0px; margin-top:24px"><img  alt=""src="images/m4.jpg" hspace="0" vspace="0" border="0" align="left" style="margin-right:0px; margin-top:0px" /><div><img src="images/spacer.gif" alt="" width="1" height="4" /></div>
    								  <strong>nouvelles création</strong></div>
    									<div align="left" class="_text" style="margin-left:2px; margin-top:7px; margin-right:px">ici liste de stars pour qui vous avez fait des créations a voir dans la section gallery!</div>
    									<div align="left" class="link_text" style="margin-left:3px; margin-top:5px; margin-right:px"><a href="#" class="text"><strong>Learn more</strong></a></div>
    									<div style="margin-left:px; margin-top:28px;">titre</div>
    									<div align="left" class="list_text" style="margin-left:0px; margin-top:17px">texte</div>
    									<div align="left" class="list_text" style="margin-left:0px; margin-top:7px"></div>
    									<div align="left" class="list_text" style="margin-left:0px; margin-top:7px"></div>
    								texte</td>
    							  </tr>
    							</table>
    						</div>					</td>
    				</tr>
    				<tr>
    					<td width="766" style="background-image: url(images/b.jpg); background-repeat: repeat-x; background-position:;height:69px" valign="top">
    						<div style="margin-left:35px; margin-top:22px;"><img alt="" src="images/night.jpg" hspace="0" vspace="0" border="0" align="left" style="margin-right:px" /><img alt="" src="images/line.jpg" hspace="0" vspace="0" border="0" align="left" style="margin-right:11px" /><img src="images/spacer.gif" alt="" width="1" height="5" />
    						<div align="left" class="copyright_text" style="margin-left:px; margin-top:px; margin-right:px">dr.watson Copyright &copy; 2008. <a href="index-6.html" class="copyright_text">Privacy policy.</a> All rights reserved.</div>
    						</div>					</td>
    				</tr>
    			</table>
    		</td>
    		 <td width="50%" style="height:100%"  valign="top">
    	  	<table width="100%" style="height:100%" border="0" cellspacing="0" cellpadding="0">
    		  <tr>
    			<td width="100%" style="background-image: url(images/tail-t-r.jpg); background-repeat: repeat-x; background-position:;height:387px" valign="top"></td>
    		  </tr>
    		   <tr>
    			<td width="100%" style="background-image: url(images/tail-mid.jpg); background-repeat: repeat-x; background-position:;height:100%" valign="top"></td>
    		  </tr>
    		   <tr>
    			<td width="100%" style="background-image: url(images/b.jpg); background-repeat: repeat-x; background-position:;height:69px" valign="top"></td>
    		  </tr>
    		</table>
    	  </td>
    	  </tr>
    	</table>
    </body>
    </html>

  4. #4
    Membre habitué
    Profil pro
    Développeur Web
    Inscrit en
    Juillet 2007
    Messages
    112
    Détails du profil
    Informations personnelles :
    Âge : 37
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Juillet 2007
    Messages : 112
    Points : 157
    Points
    157
    Par défaut
    Qu'est ce que t'appelles "reste figée" ???

    Parce que pour ton code, en changeant seulement l'adresse de ton anim par une que j'ai, le résultat est celui attendu.

    Deux solutions :

    1) Cela vient de ton flash qui n'est pas bon
    2) Cela vient de l'adresse avec un \ de ton flash (préfère le / pour naviguer entre répertoires)

    Voila

  5. #5
    Candidat au Club
    Profil pro
    Inscrit en
    Mai 2008
    Messages
    4
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2008
    Messages : 4
    Points : 2
    Points
    2
    Par défaut
    j'ai fait ta modif et je comprend pas c'est kif kif ca fonctionne tres bien sur le bureau avec dreamweaver cs3, sous ie et firefox quand je met mon site en ligne ca ne fonctionne que avec ie....
    Mon animation est en flash 9.0
    Je n'y comprend rien.......
    Voila l'adresse du site pour que vous fassiez un test avec votre navigateur


    http://team.wfe.ifrance.com

  6. #6
    Candidat au Club
    Profil pro
    Inscrit en
    Mai 2008
    Messages
    4
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mai 2008
    Messages : 4
    Points : 2
    Points
    2
    Par défaut résolu!
    résolu!

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version*=7,0,19,0" width="766" height="387">
      <param name="movie" value="http://team.wfe.ifrance.com/flash/header01.swf" />
      <param name="quality" value="high" />
      <embed src="http://team.wfe.ifrance.com/flash/header01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="766" height="387"></embed>
    </object>

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. une image par-dessus une anim flash
    Par fredo25 dans le forum Mise en page CSS
    Réponses: 2
    Dernier message: 30/05/2008, 21h32
  2. repeter une anim flash par l'intermediaire d'un css ?!
    Par lomudal dans le forum Mise en page CSS
    Réponses: 3
    Dernier message: 02/05/2008, 10h58
  3. Menu deroulant qui passe sous d'une anim flash dans firefox
    Par graow dans le forum Mise en page CSS
    Réponses: 2
    Dernier message: 13/01/2008, 14h58
  4. Déclencher une animation flash par lien HTML ?
    Par webtheque dans le forum Intégration
    Réponses: 3
    Dernier message: 28/08/2007, 01h33

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo