I am trying to load a swf from my main movie. That external file is a scripted magnifying lens going through a map… the magnifying lens function doesn’t work when loaded as an external file, and in fact most of my actionscripted swf don’t! … They all work perfectly loaded as level, but not on target. (and it has to be on target)
Did you try giving the instance name a different name?
loadmovie is a specific Flash function, and being that in most cases flash is not case sensitive, this could be the problem.
BTW, and easier way to write loadMovie would be
_root.containerClip.loadMovie(“yourFile.swf”)
Also… when loading a movie in, any code inside that loaded movie that uses _root will think youa re talking about the _root of the main .swf that you loaded into. Use “this” instead.
Well, I am lost here, I am not using any _root function, I can’t seem to make it work and I’ve trying the last 2 days to find a the solution… Here is my last resort…
I put a link to the files if you guys would be willing to take a look at it …
For some reason when you load the movie in, the button doesn’t react. It won’t even react to a trace. No matter what I do it doesn’t want to cooperate.