Page 1 of 1

Gallery move / jump out of stage

Posted: 28 Mar 2008, 08:25
by moveon
Hello,

before a while I bought the gallery.
On my current project i have a problem with Flash Integration.
The Gallery is exactly on the right position. But if you open an image then the whole Gallery jumps out of the stage.

Take a look: http://www.disco-fun-zwickau.de/

Loading the gallery:
Code
on (release) {
	loadMovie("Gallery/imageVue.swf?globalpath=Gallery/", _root.content_mc.Gallery_mc);
	}
I already tryed to add this Code in my main fla.
Code
Stage.scaleMode = "noScale";
Stage.align = "TL";

I have studied the Support Forum for a couple of days now without any results.

Hope someone could fix my problem.

Kind Regards

Robert

Posted: 31 Mar 2008, 07:00
by mjau-mjau
I think the following topics are identical, and explain the problem:

viewtopic.php?p=7436 (See entire post)
viewtopic.php?p=6996 (read 2nd post)

The only solution for this, is to change the configuration item "thumbopenwin = slideshow" to either "thumbopenwin = false" or "thumbopenwin = popup", effectively disabling the slideshow module(which is the cause of the position mixup).

perfect solution!

Posted: 31 Mar 2008, 12:15
by moveon
Thanks!

This is the perfect solution. Anyway I felt the Slideshow disturbing.

Now it is the best Gallery for my needs.