billynugz wrote:I have tried to load the imagevue.swf file into a empty MC of my flash file with wierd results. Is there a proper way to load this into a existing flash file???
Thanks for any help
It should work, and there are a few pointer:
1. General approach is:
loadMovie("imagevue.swf", movieclip_name);
2. If you are using a remote path, make sure to use the globalpath parameter:
loadMovie("gallery/imagevue.swf?globalpath=gallery/", movieclip_name);
3. Make sure you are running the test from a PHP server, or Imagevue will obviously not work.
4. Also, make sure you are using a release of Imagevue from after 05. Feb. 2007, as there were some related issues cleared out.