i embedded imagevue into a html-page. i included javascript into the head like this:
Code
<script type="text/javascript" src="http://www.daniel-klemm.com/gallery/javascript/swfobject_source.js"></script>
Code
<div id="imagevue"; style="height: 550px;">
www.photo.gallery imagevue gallery module
<script type="text/javascript">
var so = new SWFObject("http://www.daniel-klemm.com/gallery/imagevue.swf", "imagevue", "100%", "100%", "6", "#1a1a1a");
so.addVariable("backimage", "false");
so.addVariable("globalpath", "http://www.daniel-klemm.com/gallery/");
so.write("imagevue");
</script>
</div>all the thumbs are displayed but when i click some they don't open in large.
http://www.daniel-klemm.com/gallery/ is the same gallery but this works.. can you help me?
thanks!