Hello,
thanks again for your quickly message.
Ok, the solution is not so happy for me :cool:
All other things are working fine with this domain, with all browser.
What i found in modules/simpleviewer/view.php:
<script type="text/javascript">
var fo = new SWFObject("<?php echo WB_URL.'/modules/simpleviewer/simpleviewer.swf' ?>", "viewer", "<?php echo $settings['galleryWidth']; ?>", "<?php echo $settings['galleryHeight']; ?>", "8", "#<?php echo $settings['fullscreenBackroundColor'];?>");
fo.addParam("wmode", "transparent");
fo.addVariable("xmlDataPath", "<?php echo WB_URL."/media".$settings['imagePath']; ?>/gallery.xml");
fo.addParam("allowFullScreen","true");
fo.addParam("allowScriptAccess","always");
fo.write("flashcontent");
</script>
Maybe my problem is here, where you could solve?
If there is no solution, unfortunately I have to use another gallery, so it will work all the other galleries, just simpleviewer will not work.
Alternatively is, with some losses, the Swift Gallery, which works well on this domain in Websitebaker.
regards peterjend