Sorry for the slow reply! I have not been available lately ...
Im looking at the link
http://www.team-ab.net/ - I can see that when the "gallery" is clicked and you go back to the "home" page, the slideshow is aligned incorrectly.
I can immediately say that this is because certain global parameters/variables are saved and stored for both the gallery and imagevue. Both use sets of overlapping prototypes, and they have different stage alignment options. There was already enough complications under the process of integrating the slideshow with imagevue, and it wasnt really intended that users were gonna use both imagevue and the slideshow in the same overhead SWF file, as they have 2 very separate fundaments.
You might wanna try the following, although I have no guarantee of success:
- When clicking the "home" button for sldieshow, make sure you set Stage.align = "TL"
- Make sure you unload all loaded movies before loading a new one.
- When creating the movieclip for the slideshow, make sure you set(or renew) the x- and y- coordinates for it.
Are you actually using the boxstage right now? If none of above works, I think the only solution is to clean up global vars.