Search…

X3 Photo Gallery Support Forums

Search…
 
paolus
Topic Author
Posts: 3
Joined: 06 Dec 2007, 21:39

load imagevue in an another flash works but (NOT) ..... HELP

06 Dec 2007, 21:51

Hi, I'm trying to load the image imagevue.swf in a swf, and that works

I use code found on the forum (thank you)
loadMovieNum("imageveux/imagevue.swf?globalpath=imageveux/", 1);

the imagevue.swf loads fine, but when I click on a thumb to see the image something weird happend, imagevue.swf stay in the right place, but the original hosting swf gets pushed on the upper left corner

please take a look and HELP ME

http://www.andrealavaria.com/loadmovie_test.html

note: I made the bkg clear with green stripes to see what was going on
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

07 Dec 2007, 00:45

You are correct in your observations, and in fact I am aware of this deficiency.

It would be a long story trying to explain why this happens, but let me try to make it short: The Imagevue gallery and the slideshow module have two separate stage alignment settings. The Imagevue gallery was originally created as a locked-size module with default Stage align, while the slideshow module was created as a full screen(100%) module with stage align set to Top Left.

Once we integrated the slideshow into Imagevue, we faced a challenge to 'correct' the stage alignment differences between the two modules as it is loaded, and set it back is the sldieshow module is closed. It is a dirty workaround, but was our only option under the current circumstances.

I think you can get around this issue, if you make your main FLA file have the following settings:
Code
Stage.scaleMode = "noScale";
Stage.align = "TL";
Sorry for any inconvenience - In a future release, this issue will be history.
 
paolus
Topic Author
Posts: 3
Joined: 06 Dec 2007, 21:39

07 Dec 2007, 11:25

Hi, that was a good suggestion and I did try that, but did not work, I somehow was able to achieve something close to what I wanted, buy specifying the size of the movie in the html, then made the swf (by changing the flas) that sizes. I'M LOOKING FORWARD YOUR SOLUTION, that will be a real fix ;)
 
paolus
Topic Author
Posts: 3
Joined: 06 Dec 2007, 21:39

07 Dec 2007, 13:02

something was not working, so, for you who want to try go go down this path.... the fla with the loadmovie and the slideshow.fla should be the same size (mine is 1000x650), keep the imagevue.fla at the original size (700x500),
and load it with loadMovie("imageveux/imagevue.swf?globalpath=imageveux/", moviehere; as "moviehere" is the mc name, you just need to position it in the right spot and that takes some tweaking
 
graphections
Posts: 5
Joined: 22 Nov 2007, 21:51

ditto

05 Jan 2008, 02:45

Im along the same path.... somehow, though my thumbgallery is not dispappearing when a thumb is clicked... this is tough!

Has anyone come up with a solution to this?

-g-
 
graphections
Posts: 5
Joined: 22 Nov 2007, 21:51

Link

05 Jan 2008, 02:47

oops heres where i am right now, forgot to post a link

http://graphections.com/GV57/site/
(click on galleries)

fyi: imagevue loads onto the stage into an MC that is 640x360 centered

The top right square deletes imagvue and the bottom right loads it