Page 1 of 1

load movie

Posted: 05 Feb 2007, 15:31
by pose
hi everyone !

i'm trying to load imagevue on a loadmovie clip (level5 by example) but had some strange results/errors... i need some help !

thanks

Posted: 14 Feb 2007, 01:18
by mjau-mjau
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 ...

Posted: 14 Feb 2007, 20:33
by pose
thanks Karl
eveything works fine now !!