Flash site load movie nav problems

Hello -

I am a designer attempting to design a site in flash for the first time. So far I have done well with the simple Kirupa full site tutorial.

But I have an fla that I am loading swf sections of my site into.

So layer 1 = a nav bar movie
layer 2 = actions empty container movie
layer 3 = background image

an swf of another section of a 5 section site gets loaded into the container movie each time you click on a section button in the nav bar.

But when the section swf loads I need to have a sub nav just for that section.

I made one within the loaded swf file which tells more swf in sub categories to load.

Once I preview all of this through the first fla file only the first tier navs work.

How do I fix this level nav problem? - if this makes sense to anyone.

The code on all of my buttons is
on (release);
_root.the containers name.loadMovie("swf)

regardless of what level they are on.

I also know almost no code and am just now beginning to understand what all this means.

Thanks for any help.