Centrer animation flash

emarie3680 Messages postés 139 Statut Membre -  
RAD ZONE Messages postés 5362 Statut Contributeur -
Bonjour,
Je débute en html avec Dreamveaver (4.0)
J'ai créé une animation Flash (de taille 560 x 720).
Maintenant, je voudrais l'insérer dans une page html.
Dans Dreamweaver, elle apparait bien centrée même lorsque je fais un aperçu dans un navigateur (Firefox ou IE). Pourtant, une fois en ligne, mon animation apparaît à gauche ! Je ne trouve pas la solution. Éventuellement, voici le code de ma page:
<html>
<head>
<title>Forum métiers du social</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<CENTER>
<P><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="560" height="720">
<param name=movie value="MetiersSocial.swf">
<param name=quality value=high>
<embed src="MetiersSocial.swf" quality=high pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" width="560" height="720">
</embed>
</object></p>
</CENTER>
</body>
</html>
Merci pour votre aide !
Éric

6 réponses

  1. ted
     
    recopie le code

    <html>
    <head>
    <title>Forum métiers du social</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    
    <body bgcolor="#FFFFFF" text="#000000">
    <div style="text-align: center;"><CENTER>
    <P><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version =5,0,0,0" width="560" height="720">
    <param name=movie value="MetiersSocial.swf">
    <param name=quality value=high>
    <embed src="MetiersSocial.swf" quality=high pluginspage="https://www.adobe.com/" type="application/x-shockwave-flash" width="560" height="720">
    </embed>
    </object></p>
    </CENTER></div>
    </body>
    </html> 
    


    <marquee>bientot ma webradio trop content</marquee>
    3
  2. Matio Messages postés 684 Statut Membre 300
     
    Salut,
    C'est pour centrer verticalement + horizontalement ou seulement vertical ou horizontal ?
    0
  3. emarie3680 Messages postés 139 Statut Membre 13
     
    Bonjour, et merci pour ta réponse.
    J'aimerais centrer horizontalement. la position verticale actuelle est OK. Tu as une idée ?
    0
  4. ted
     
    recopie le code

    <html>
    <head>
    <title>Forum métiers du social</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    
    <body bgcolor="#FFFFFF" text="#000000">
    <div style="text-align: center;"><CENTER>
    <P><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version =5,0,0,0" width="560" height="720">
    <param name=movie value="MetiersSocial.swf">
    <param name=quality value=high>
    <embed src="MetiersSocial.swf" quality=high pluginspage="https://www.adobe.com/" type="application/x-shockwave-flash" width="560" height="720">
    </embed>
    </object></p>
    </CENTER></div>
    </body>
    </html> 
    
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. emarie3680 Messages postés 139 Statut Membre 13
     
    Yes yes yes !
    Merci beaucoup Ted !!! Je vais comparer les codes pour voir ce qui change !!
    Éric
    0
  7. samy22 Messages postés 16 Statut Membre 6
     
    Bonjour a tous,
    j'ai une animation flash qui existe et j'aimerai bien la decortiqué pour savoir comment elle a été confectionner
    svp besoin d'aide.
    merci d'avance.
    0