Search…

X3 Photo Gallery Support Forums

Search…
 
billynugz
Topic Author
Posts: 13
Joined: 06 Nov 2006, 17:05

load gallery into movie clip ?

27 Jan 2007, 21:43

I have tried to load the imagevue.swf file into a empty MC of my flash file with wierd results. Is there a proper way to load this into a existing flash file???

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

Re: load gallery into movie clip ?

16 Feb 2007, 22:26

billynugz wrote:I have tried to load the imagevue.swf file into a empty MC of my flash file with wierd results. Is there a proper way to load this into a existing flash file???

Thanks for any help
It should work, and there are a few pointer:

1. General approach is:
Code
loadMovie("imagevue.swf", movieclip_name);
2. If you are using a remote path, make sure to use the globalpath parameter:
Code
loadMovie("gallery/imagevue.swf?globalpath=gallery/", movieclip_name);
3. Make sure you are running the test from a PHP server, or Imagevue will obviously not work.

4. Also, make sure you are using a release of Imagevue from after 05. Feb. 2007, as there were some related issues cleared out.
 
mattsfolio
Posts: 5
Joined: 25 Apr 2007, 01:24

Gallery Into Another SWF

25 Apr 2007, 01:32

Hi There;

When ever I import the gallery into another SWF it works somewhat. I have a slight problem. When I click on an image thr gallery moves over the the top left corner. Can someone please help me resolve this problem. If you would like to see the problem for yourself, visit www.djfusion.com.au and go to the photo gallery section.

Thank You;

Regards;
Matty
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Gallery Into Another SWF

25 Apr 2007, 03:55

mattsfolio wrote:When ever I import the gallery into another SWF it works somewhat. I have a slight problem. When I click on an image thr gallery moves over the the top left corner. Can someone please help me resolve this problem. If you would like to see the problem for yourself, visit www.djfusion.com.au and go to the photo gallery section.
Allow me to help you with this -

Can you first tell me what version of Imagevue you are using? (When did you download it?)
 
mattsfolio
Posts: 5
Joined: 25 Apr 2007, 01:24

Imagevue Version

26 Apr 2007, 02:07

Hey There;

I have downloaded the latest version. The zip file is named "imagevue17.zip" if that helps. Please help as my project for my client is soon due.

Regards;

Matty
 
kevinws
Posts: 6
Joined: 13 Jul 2007, 11:40

Same problem here!!! gallery moves when clicking over thumbs

13 Jul 2007, 11:47

Please Mjau I need to know how can I avoid the gallery moves this way to the top when loading gallery into flash.

my flash code says:

SWFfile = "imagevue.swf";
loadMovie(SWFfile,content);

And then created a empty movie clip called "content" that was placed on the stage 0,0 position.

It loads fine but when clicking over thumbs to go slideshow, it goes well but the gallery moves to the top and return same position after closing the slide with the buttom [x].

Also another weird behavior I got it is that when the gallery moves top also the movie clip content I have moves to the left.

:(
please help! thanks