Hey again .... still trying to get this to work....
taking the following from the FAQ:
11. How do I insert SimpleViewer into a pre-existing HTML page?
Copy the contents of your SimpleViewer gallery folder into the folder that contains your HTML page. Now edit your HTML page in a text editor. Add this code into the <head> tag:
<script type="text/javascript" src="flashobject.js"></script>
Add the following code in your HTML where you want SimpleViewer to appear. To set the size of SimpleViewer, replace "640", "480" with your required width and height
<div id="flashcontent">
SimpleViewer requires Macromedia Flash.
<a href="http://www.macromedia.com/go/getflashplayer/">
Get Macromedia Flash.</a> If you have Flash installed,
<a href="index.html?detectflash=false">click to view gallery</a>
</div>
<script type="text/javascript">
var fo = new FlashObject("viewer.swf", "viewer",
"640", "480", "6", "#181818");
fo.addParam("quality", "best");
fo.write("flashcontent");
</script>
I still can't work out how you do this without having your original html and all the simpleviewer files (inc. it's own index. page) in the same folder.....
for example... at the moment I have it working like this: www.alisonpetty.co.uk ...... but all the files are in the top level of my directory..... bit messy :?
Any ideas would be gratefully appreciated :D