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