I've got a flash intro that I purchased from a template site. I am loading it into my flash project using loadMovie(). The .swf loads fine however within the .swf there are many references to _root. I assume the author didn't anticipate anyone loading this .swf into a parent flash movie. For example.
In the preloader of the intro .swf, there is the statement
So obviously what's happening is that the main .swf is returning the playhead to frame 2.
Any suggestions. Can I give the intro .swf a name or variable and then replace all of the
statements with that name or variable.
Any help would be appreciated.
Flash 8 Professional
ToddWW
In the preloader of the intro .swf, there is the statement
Code:
_root.gotoAndPlay(2);
So obviously what's happening is that the main .swf is returning the playhead to frame 2.
Any suggestions. Can I give the intro .swf a name or variable and then replace all of the
Code:
_root
Any help would be appreciated.
Flash 8 Professional
ToddWW