Page 1 of 1

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

Posted: 06 Feb 2007, 17:18
by ivoht
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?

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

Posted: 17 Feb 2007, 10:58
by ivoht
still doesn't work