-
Target path problem
Hi
I am loading a swf to a container mc like this:
_root.container.loadMovie("my.swf");
the problem is all the fuctions that I have in "my.swf" stop working becuase target path changes to something like this for example:
_root.container.mc1 (before it was _root.mc1!).
therefore I was wondering is there a way to fix this problem without having to change all my paths in "my.swf".
Thanks
-
can you apply - this._lockroot = true; - to my.swf ??
-
Hey modified dog!
thanks for your reply, but where do i exactly put the this._lockroot=true;?
should be on the first keyframe of my action script layer?
many thanks
-
-