Search…

X3 Photo Gallery Support Forums

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

loadMovie("gallery/imagevue.swf") doesn't work

07 Feb 2007, 15:49

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?
 
pose
Posts: 7
Joined: 05 Feb 2007, 14:45

14 Feb 2007, 20:36

hi, just had the same error but with that quote you can fix the problem !!
mjau-mjau wrote:Generally, when loading Imagevue into another FLA, you should use the following process:
Code
loadMovie("imagevue.swf", target_movieclip);
If your Imagevue folder is in a remote location, f.ex. in a relative folder gallery, you need to add the globalpath parameter:
Code
loadMovie("gallery/imagevue.swf?globalpath=gallery/", target_movieclip);
Also, please make sure you are using the latest version of Imagevue(or atleast after 5th february), because there was an issue in earlier versions related to loading into a parent FLA.

If you have any further questions, please post here and elaborate the errors. Perhaps post a link also ...