Problème : L'image se double une fois publiée
Résolu/Fermé3 réponses
Gihef
Messages postés
5150
Date d'inscription
mercredi 20 juillet 2005
Statut
Contributeur
Dernière intervention
20 février 2023
2 776
10 févr. 2008 à 17:58
10 févr. 2008 à 17:58
Bonjour,
Ne l'insère qu'une seule fois et ça devrait suffire (-;
--
Ne l'insère qu'une seule fois et ça devrait suffire (-;
[—1—] <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" … <embed src="../images/galeries.swf" [—2—] <script type="text/javascript"> … 'src','../images/galeries',Ou construit cette page comme les autres.
--
Voici le code source ouvert grâce à Dreamweaver :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Grand Angle - Les galeries</title>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','600','src','../images/galeries','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','loop','false','movie','../images/galeries' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="600">
<param name="movie" value="../images/galeries.swf" />
<param name="quality" value="high" /><param name="LOOP" value="false" />
<embed src="../images/galeries.swf" width="800" height="600" loop="false" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash"></embed>
</object></noscript>
</body>
</html>
Quelle est la ligne à supprimer ? Je ne la vois pas... Merci ;)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Grand Angle - Les galeries</title>
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','600','src','../images/galeries','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','loop','false','movie','../images/galeries' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="600">
<param name="movie" value="../images/galeries.swf" />
<param name="quality" value="high" /><param name="LOOP" value="false" />
<embed src="../images/galeries.swf" width="800" height="600" loop="false" quality="high" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash"></embed>
</object></noscript>
</body>
</html>
Quelle est la ligne à supprimer ? Je ne la vois pas... Merci ;)