Search…

X3 Photo Gallery Support Forums

Search…
 
ivoht
Topic Author
Posts: 3
Joined: 06 Feb 2007, 17:13

loadMovie("gallery/imagevue.swf","loadTargetM

06 Feb 2007, 17:18

hello on my site, http://www.oellies.nl/index2.html -> foto's -> 2006, I load the imagevue.swf into my stage with,

loadMovie("gallery/imagevue.swf", "loadTargetMC");
stop();


But it doesn't work.

The swf keeps looking for input.
Maybe i should change something in the directories? but what and where?

Can somebody help me?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

16 Feb 2007, 22:44

When using a remote path "gallery/imagevue.swf", you also need to make sure to forward the globalpath parameter, so Imagevue knows in what relative folder to look for the Imagevue base scripts.
Code
loadMovie("gallery/imagevue.swg?globalpath=imagevue.swf", loadTargetMC)
Also, make sure you are using Imagevue released after 5th february because there was some related issue cleared.
 
ivoht
Topic Author
Posts: 3
Joined: 06 Feb 2007, 17:13

17 Feb 2007, 10:58

still doesn't work