Flash Help
Flash Help
Out of context: Reply #1
- Started
- Last post
- 11 Responses
- russdogg0
On your .swf you are loading in, are you using root in your actionscript? Because when you load an external .swf that .swf's root will now be the parent movie. If thats the case, you can either change the inside movie's code from root to parent, or add a lockroot = true on the main timeline...