Loading an external swf that loads external swfs

Hello everyone,
Here’s my little problem, I have an external swf that also loads external swfs. I think the problem lies with the _root and _parent codes.
Here’s my code in the external swf that loads the external swfs.

loadMovie("portfolio_radio.swf",_root.mainclip.drop);

Now, when this swf is played on it’s own, it works fine.
When I play it in the main swf, it does not load the 2nd external swf.

I removed the “_root” and tried again but it still did not load.
Any ideas??

Thanks
Chester