Search…

X3 Photo Gallery Support Forums

Search…
 
plenty
Topic Author
Posts: 5
Joined: 13 Jan 2008, 12:07

HELP with FLASH INTERGRATION

13 Jan 2008, 12:18

I have intergrated imagevue into my swf file with:
loadMovie("upload/imagevue.swf", ImageVue);
and uploaded the swf to my site but can't seem to figure out why the galleries won't load?? I have the portfolio.swf file in the same directory as the upload folder..

see my file here: http://sanhyp.com/portfolio.swf

Any idea why I get " input... " and no galleries are loading?

Thanks
Plenty
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

13 Jan 2008, 22:28

If you are loading Imagevue from a remote location, as you are, you need to use the globalpath parameter to tell the gallery where the Imagevue root folder is. In your case, it should be:
Code
loadMovie("upload/imagevue.swf?globalpath=upload/", movieClip);
 
plenty
Topic Author
Posts: 5
Joined: 13 Jan 2008, 12:07

14 Jan 2008, 07:11

Perfect! It works thanks! .. But now I want to remove the background so the gallery stays within the boundary of my 920x570 flash window I created for the page..

http://sanhyp.com/portfolio.swf

thanks
Plenty
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

14 Jan 2008, 09:12

You can do that but you need to at least embed it into a html at your specific size first. You should also set:

scalemode = "noScale";

in your document so it keeps correct size and aspect.