X3 Photo Gallery Support Forums
createEmptyMovieClip("container1", _root.pag.pages.page1);
loadMovie("imagevue/slideshow.swf?globalpath=imagevue/","container1");
container1._x = -570;
container1._y = -290;createEmptyMovieClip("container", _root.pag.pages.page2);
loadMovie("imagevue/imagevue.swf?globalpath=imagevue/","container");
container._x = -295;
container._y = -85;I too am trying to implement a "page component" style slideshow into a flash movie. I think BOXSTAGE is what I need to use, but there is no information on how to configure this feature. Please provide more info.mjau-mjau wrote: Importantly, you will have to use the boxstage setting to delimit the position and size of your slideshow.
loadMovie("imagevue/slideshow.swf?globalpath=imagevue/", yourmovieclip);loadMovie("imagevue/slideshow.swf?globalpath=imagevue/&contentfolder=content2/", yourmovieclip);