PDA

View Full Version : Working with *.swf in another *.swf


Tailzo
06-10-2005, 04:26 PM
I have been toying around with a Flash tutorial lately,
( http://www.flashkit.com/tutori...ontroll-k-gianni-698/more5.php )
The tutorial shows how to make a stop-play-fast forward, ect. buttons panel. And it works!

But I have one question. When I load it (the controls and the animation) into another *.swf file (with the loadmovie actionsscript.), the controls won't work (But I can see the animation). Why, and how do I fix it? I am using Flas MX. (Not 2004) I have tried to change the _root to _parent, and it still did not work.

I hope this is not a dumb question, but I have searched around and tried to find a solution myself first. I hope someone has a solution to this, as I am going crazy trying to figure this out. :)

Cota
06-11-2005, 07:56 AM
I would think it would be a pathing problem. Have you tried referencing the double _parent?