Hallo zusammen,

ich bin neu hier und habe ein Problem mit dem Simpleviewer. Wer nicht weiß, worum es sich hierbei handelt: http://www.simpleviewer.net/simpleviewer/

Ich habe den Simpleviewer auf meiner in Dreamweaver erstellten Seite eingebaut. Es funktioniert auch alles, wenn ich die Seite von der Festplatte im Browser öffne. Nun habe ich alles auf den Server geladen und muss festellen, dass im Simpleviewer anstatt der Großansicht des Bildes ein Kreuz erscheint. Alles andere funktioniert einwandfrei.

Code der Seite:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript" src="swfobject.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>tuttlingen love story</title>
<style type="text/css">
<!--
body {
margin-top: 0px;
margin-bottom: 0px;
background-color: #DFDFFF;
}
.Stil12 {line-height: 18px; color: #FFFFFF;}
.Stil24 {color: #333333}
.Stil25 {color: #333333; line-height: 18px;}
.Stil26 {font-size: 16px}
.Stil27 {
color: #CC0000;
font-family: "Times New Roman", Times, serif;
font-style: italic;
}
-->
</style></head>

<body>
<table width="920" height="650" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" background="background.png" class="Stil26"><table width="60%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td height="650" valign="top"><br>
<br>
<table width="95%" height="420" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="Stil27"><div align="right">
<div id="flashcontent"></div>
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer", "500", "500", "8", "#ffffff");
fo.addParam("wmode", "transparent");
fo.write("flashcontent");
</script>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>

Code der gallery.xml:
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery maxImageWidth="480" maxImageHeight="480" textColor="0xFFFFFF" frameColor="0xCACAFF" frameWidth="5" stagePadding="40" navPadding="40" thumbnailColumns="5" thumbnailRows="1" navPosition="bottom" vAlign="center" hAlign="center" title="" enableRightClickOpen="true" backgroundImagePath="" imagePath="" thumbPath="">
<image>
<filename>IMG_2546.jpg</filename>
<caption></caption>
</image>
<image>
<filename>IMG_2545.jpg</filename>
<caption></caption>
</image>
<image>
<filename>IMG_2544.jpg</filename>
<caption></caption>
</image>
<image>
<filename>IMG_2543.jpg</filename>
<caption>Caption 4</caption>
</image>
<image>
<filename>IMG_2542.jpg</filename>
<caption>Caption 5</caption>
</image>
<image>
<filename>IMG_2541.jpg</filename>
<caption>Caption 6</caption>
</image>
<image>
<filename>IMG_2540.jpg</filename>
<caption>Caption 7</caption>
</image>
<image>
<filename>IMG_2539.jpg</filename>
<caption>Caption 8</caption>
</image>
<image>
<filename>IMG_2538.jpg</filename>
<caption>Caption 9</caption>
</image>
<image>
<filename>IMG_2537.jpg</filename>
<caption>Caption 10</caption>
</image>
<image>
<filename>IMG_2536.jpg</filename>
<caption>Caption 11</caption>
</image>
<image>
<filename>tall.jpg</filename>
<caption>Caption 12</caption>
</image>
</simpleviewergallery>

Code der gallery.html:
<!-- saved from url=(0014)about:internet -->
<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>SimpleViewer</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/s...r/options.html

//fo.addVariable("xmlDataPath", "gallery.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>

Ich hoffe, dass mir jemand helfen kann. Ich finde einfach keine Lösung. Vielen Dank!