|
-
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
-
FK'n_dog
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
-
FK'n_dog
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|