<!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" lang="en" xml:lang="en">
<head>
<li><a href="http://chivers.homeip.net/">Click here to return to Home Page</a></li>
<title>Chivers Gallery</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "gallery.xml";
var params = {};
params.allowfullscreen = true;
params.allowscriptaccess = "always";
params.bgcolor = "000000";
swfobject.embedSWF("simpleviewer.swf", "flashContent", "100%", "100%", "9.0.124", false, flashvars, params);
</script>
<style type="text/css" media="screen">
html, body { height:100%; }
body {
margin:1;
padding:1;
overflow:hidden;
background-color: #000000;
color:#666;
font-family:sans-serif;
font-size:20px;
}
a {
color:#ffffff;
}
</style>
</head>
<body>
<div id="flashContent">SimpleViewer requires JavaScript and the Flash Player.
<a href="http://get.adobe.com/flashplayer/">Get Flash</a>
</div>
</body>
</html>
Looking at your site I'm seeing that you have some tags in the head of your HTML that do not belong there. You need to move the li and a tags to the body of your HTML, and then clear your browser's cache. If that does not fix the problem, does the example on the SimpleViewer site work for you?
Mike Richards
SimpleViewer Support Team.