Topic: One more "Gallery XML not found" question
Help! Gallery XML not found, trying to embed into Front Page doc, cannot seem to figure this out. Here is a simple test html page:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.americanmobilephoto.com/gallery/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars={};
flashvars.baseURL="http://www.americanmobilephoto.com/gallery/";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "222222", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
</body>
</html>
Do not know what I am doing incorrectly, please advise and thanks.
My URL : americanmobilephoto.com/gallery/
Ray