Hello there.
Just wondering if anyone can help me out with a problem, it’s been driving me nuts.
I have a main flash movie, which I’m using to display various other smaller swf’s.
Script used is:
loadMovie(“swf/movies/moviename.swf”, “p2”);
This is loading the swf into a correctly sized and placed movieclip with instance name “p2”
This all works perfectly well apart from one particular swf. It has various script in it that seem to be interfering with the timeline of my main movie. Causing it to start playing, when it should be stopped etc.
Is there a way of making sure none of the script within the loaded SWF will effect the main movie that it’s loaded into?
I tried using
_this.lockroot=true
on the 1st frames of the SWF’s to be loaded, and also on the 1st frame of the main movie, but it does not work.
I also tried loading to various levels, with no luck.
Any ideas?