Search…

X3 Photo Gallery Support Forums

Search…
 
pose
Topic Author
Posts: 7
Joined: 05 Feb 2007, 14:45

load movie

05 Feb 2007, 15:31

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

14 Feb 2007, 01:18

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

14 Feb 2007, 20:33

thanks Karl
eveything works fine now !!