I have this problem when I load a swf via this script.
on(release){
_root.SWF_stage.loadMovie(MySWF.swf", 1);
}
I loose all the interactivity because the the path is now
_root.SWF_stage.thingsOnImportedSWF.....
is there a way I can import a SWF onto the stage, where I want it, and keep the interactivity? I mean, without re-pathing everything on the to be imported SWF?
Many Thanks
Mark
