images don't open in slideshow-mode
Posted: 19 Dec 2007, 15:43
hi guys, at first: SORRY FOR MY ENGLISH! I'm not familiar with this language 
i embedded imagevue into a html-page. i included javascript into the head like this:
and in the body i wrote:
when i open this site: http://www.daniel-klemm.com/test/gallery.html
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!
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!