INTEGRATION SIMPLEVIEWER - Galerie - Graphisme
Marsh Posté le 28-01-2008 à 12:30:26
Bonjour à tous, J'ai créé via Photoshop/scripts/simpleviewer une galerie flash, ensuite je l'ai testée, jusque là tout va bien. Le problème, c'est de l'intégrer dans ma page html via Dreamweaver. Je l'integre, je teste ma page dans le navigateur (Firefox ou InternetExplorer) et là, le cadre de la galerie s'affiche avec le texte suivant : - SIMPLEVIEWER la barre de load gallery not found - Voilà, si qqun à une idée ou une réponse à mon problème, elle sera la bienvenue. N'hésitez pas à me demander plus de précisions. Voiçi le code généré par cette action : <!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>Document sans nom</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','galsimpleviewer/viewer','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','galsimpleviewer/viewer' ); //end AC code </script><noscript><object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="600"> <param name="movie" value="galsimpleviewer/viewer.swf" /> <param name="quality" value="high" /> <embed src="galsimpleviewer/viewer.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600"></embed> </object></noscript> </body> </html> Merci, Teddyp
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 28-01-2008 à 12:30:26
Bonjour à tous,
J'ai créé via Photoshop/scripts/simpleviewer une galerie flash, ensuite je l'ai testée, jusque là tout va bien.
Le problème, c'est de l'intégrer dans ma page html via Dreamweaver.
Je l'integre, je teste ma page dans le navigateur (Firefox ou InternetExplorer) et là, le cadre de la galerie s'affiche avec le texte suivant :
-
SIMPLEVIEWER
la barre de load
gallery not found
-
Voilà, si qqun à une idée ou une réponse à mon problème, elle sera la bienvenue. N'hésitez pas à me demander plus de précisions.
Voiçi le code généré par cette action :
<!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>Document sans nom</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','galsimpleviewer/viewer','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','galsimpleviewer/viewer' ); //end AC code
</script><noscript><object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="600">
<param name="movie" value="galsimpleviewer/viewer.swf" />
<param name="quality" value="high" />
<embed src="galsimpleviewer/viewer.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600"></embed>
</object></noscript>
</body>
</html>
Merci,
Teddyp
Message édité par teddyp le 28-01-2008 à 12:32:02