Page 1 of 1

load gallery into movie clip ?

Posted: 27 Jan 2007, 21:43
by billynugz
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

Re: load gallery into movie clip ?

Posted: 16 Feb 2007, 22:26
by mjau-mjau
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.

Gallery Into Another SWF

Posted: 25 Apr 2007, 01:32
by mattsfolio
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;

Re: Gallery Into Another SWF

Posted: 25 Apr 2007, 03:55
by mjau-mjau
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?)

Imagevue Version

Posted: 26 Apr 2007, 02:07
by mattsfolio
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

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

Posted: 13 Jul 2007, 11:47
by kevinws
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