Topic: Image path error
Hi,
I'm trying to embed Autoviewer into my web page. I don't want the autoviewer files in my root folder so I've made a new folder called "autoviewer" which contains all the files / images for autoviewer.
I've managed to edit the embed code so that the player loads up by editing the paths to "autoviewer/autoviewer.swf" and "autoviewer/swfobject.js" but the images don't load and I don't know how or where to redirect the path to the image folder.
I read on the forums somewhere that its to do with xmlURL property or something? (http://www.simpleviewer.net/autoviewer/ … tions.html)
Could you please explain in basic terms how to do this, I'm just a beginner!
Thank you!
p.s. This is my code:
<script type="text/javascript" src="autoviewer/swfobject.js"></script>
<div id="flashcontent">AutoViewer 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("autoviewer/autoviewer.swf", "viewer", "800", "600", "8", "#181818");
fo.write("flashcontent");
</script>