Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
moveon
Topic Author
Posts: 2
Joined: 28 Mar 2008, 07:49

Gallery move / jump out of stage

28 Mar 2008, 08:25

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

31 Mar 2008, 07:00

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).
Last edited by mjau-mjau on 01 Apr 2008, 00:16, edited 2 times in total.
 
User avatar
moveon
Topic Author
Posts: 2
Joined: 28 Mar 2008, 07:49

perfect solution!

31 Mar 2008, 12:15

Thanks!

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

Now it is the best Gallery for my needs.