|
|
|
|
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://download.macromedia.com/pub/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="http://www.macromedia.com/..." type="application/x-shockwave-flash" width="560" height="720">
</embed>
</object></p>
</CENTER>
</body>
</html>
Merci pour votre aide !
Éric
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://download.macromedia.com/pub/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="http://www.macromedia.com/..." type="application/x-shockwave-flash" width="560" height="720"> </embed> </object></p> </CENTER></div> </body> </html> <marquee>bientot ma webradio trop content</marquee> |
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://download.macromedia.com/pub/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="http://www.macromedia.com/..." type="application/x-shockwave-flash" width="560" height="720"> </embed> </object></p> </CENTER></div> </body> </html> |
Répondre à samy22
|