Search…

X3 Photo Gallery Support Forums

Search…
 
hugznotthugzkidz
Topic Author
Posts: 1
Joined: 25 Oct 2007, 14:30

Help: Stage Height and Width

25 Oct 2007, 14:38

I have an existing website which has a header, footer and an image background. When the window is resized the site maintains it's size ratio and never scales, except the background, which when resized it scales proportionally.

My problem occurs when I load imagevuex in a movie clip. Once loaded it misaligns my header and footer, and all of my menu buttons (not the gallery menu) are inactive.

I just need to know what controls the Stage.width and Stage.height of imaguevuex and if it is possible to disable them so that it follows my Stage resizing logic.

Any help is appreciated.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

26 Oct 2007, 06:33

We are talking about a flash site here right?

Unfortunately, Imagevue is a little troublesome when it comes to Stage alignment and loading it into another FLA. Main reason is since we integrated the slideshow module into Imagevue, the gallery actually jumps between Stage.align = "M" (gallery, default) and Stage.align = "TL" (slideshow). Its a little tacky, but that was the option we had since they were 2 independant galleries.

You could of course consider NOT using the slideshow module in the gallery by setting "thumbopenwin = false" in the config.ini file. From there you would only need to hunt out Stage.align setting in frame 1 of the imagevue.fla source, and simply remove it so that your parent flash file is in total command.

In a future release, it will be easier to integrate the gallery into custom flash pages.