Error locating slideshow.swf
Posted: 11 Jul 2007, 15:13
Hello,
I have this problem:
I put imagevue.swf and everything in
www.mysite.com/commoncode/imagevuex
If I run www.mysite.com/commoncode/imagevuex everything works.
Now I created this file:
www.mysite.com/test.html
with basically this:
<script>
var so = new SWFObject("commoncode/imagevuex/imagevue.swf", "imagevue", "100%", "500", "6", "#FFFFFF");
so.addVariable("globalpath", "commoncode/imagevuex/");
so.addVariable("configfile", "config.ini");
so.write("imagevue");
</script>
the imagevue.swf gets loaded, it displays the thumbs, but when I click on a thumbs gallery disappears and seems to fail to load slideshow.swf.
I checked with an http debugger, and what is requested to the webserver is
www.mysite.com/slideshow.swf, and not www.mysite.com/commoncode/imagevuex/slideshow.swf
Do you have any idea why?
Best,
Giulia
I have this problem:
I put imagevue.swf and everything in
www.mysite.com/commoncode/imagevuex
If I run www.mysite.com/commoncode/imagevuex everything works.
Now I created this file:
www.mysite.com/test.html
with basically this:
<script>
var so = new SWFObject("commoncode/imagevuex/imagevue.swf", "imagevue", "100%", "500", "6", "#FFFFFF");
so.addVariable("globalpath", "commoncode/imagevuex/");
so.addVariable("configfile", "config.ini");
so.write("imagevue");
</script>
the imagevue.swf gets loaded, it displays the thumbs, but when I click on a thumbs gallery disappears and seems to fail to load slideshow.swf.
I checked with an http debugger, and what is requested to the webserver is
www.mysite.com/slideshow.swf, and not www.mysite.com/commoncode/imagevuex/slideshow.swf
Do you have any idea why?
Best,
Giulia