Topic: Autoview requires Javascript and .... Need help!!
Hello!
I really have read lots of posts on forum and have been changing lots of variables in my gallery.xml file and my index.html file, but I just can't seem to get it right.
Go to here ---> http://www.hgallery.net/SENIOR2011/index.html for the problem (Autoview requires Javascript and flash.....).
Here ---> http://www.hgallery.net/SENIOR2011/images/ are my images.
And here ---> http://www.hgallery.net/SENIOR2011/gallery.xml is my xml file.
Below is what my index.html file looks like which is stored inside the 'SENIOR2011' folder.
<!-- 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>AutoViewer</title>
<!-- Download AutoViewer at www.airtightinteractive.com/projects/autoviewer -->
<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:40;
}
a {
color:#cccccc;
}
</style>
</head>
<body>
<div id="flashcontent">AutoViewer requires JavaScript and the Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/">Get Flash here.</a> </div>
<script type="text/javascript">
var fo = new SWFObject("http://www.hgallery.net/SENIOR2011/autoviewer.swf", "autoviewer", "100%", "100%", "8", "#181818");
//Optional Configuration
//fo.addVariable("langOpenImage", "Open Image in New Window");
//fo.addVariable("langAbout", "About");
fo.addVariable("xmlURL", "http://www.hgallery.net/SENIOR2011/gallery.xml");
fo.write("flashcontent");
</script>
</body>
</html>
Any help would be greatly appreciated! I would really like to use this viewer - thank you!!!
~ jamie ;-)