Bonjour à vous, je post à la suite car j'ai aussi un problème d'affichage entre explorer et firefox.Je ne suis pas du tout qualifié en programmation mais je n'avais d'autres solutions que de faire mon site moi-même.
Le problème est que les galleries photos avec simpleviewer marchent très bien en local et bien aussi sur internet explorer mais aucune photos n'apparait sur mozilla!(croix à la place)
J'ai vérifié les liens, les noms de mes jpg mais quelque chose m'a échappé et je suis bloqué!
Ce probleme n'est apparemment pas si rare mais je n'ai pu trouver la solution nulle part.
Si quelqu'un a une idée, je suis preneur.
Voici l'adresse de l'une des galeries qui ne fonctionnent pas: http://www.theophraste-lysander.co [...] nique.html
Voilà, je ne sais si j'ai été assez clair où si il manque des informations....
Par avance merci.
oups, excusez moi, je vous met le code source, je pense que ce ne sera pas inutile! ^^
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>livre blanc, jardin medicinal, les arbres, les champignons</title>
<!-- Download SimpleViewer at www.airtightinteractive.com/simpleviewer -->
<script type="text/javascript" src="swfobject.js"></script>
<style type="text/css">
/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 100%;
margin: 0;
padding: 0;
background-color: #181818;
color:#ffffff;
font-family:sans-serif;
font-size:20;
}
a {
color:#cccccc;
}
</style>
</head>
<body>
<div id="flashcontent">SimpleViewer requires JavaScript and the Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "8", "#181818" );
// SIMPLEVIEWER CONFIGURATION OPTIONS
// To use an option, uncomment it by removing the "//" at the start of the line
// For a description of config options, go to:
// http://www.airtightinteractive.com [...] tions.html
fo.addVariable("xmlDataPath", "gallerybotanique.xml" );
//fo.addVariable("firstImageIndex", "5" );
//fo.addVariable("langOpenImage", "Open Image in New Window" );
//fo.addVariable("langAbout", "About" );
//fo.addVariable("preloaderColor", "0xFFFFFF" );
fo.write("flashcontent" );
</script>
</body>
</html>
Message édité par musard3 le 06-04-2009 à 21:40:32