Help with path to mc on an external .swf

hey there everyone. I am trying to create a site where there is an index.swf file that just holds an empty movie clip (container) that will load the 4 external pages (home.swf, aboutus.swf, etc.) on the release of buttons within the navigation. I have followed the tutorial on this site about creating a full flash site and found it very useful. My only problem is that my navigation is not on the index.swf where the ‘container’ mc is. Here is the line of code in which i am trying to target the ‘container’ movie clip that is located on the “index.swf” file. This code is on the “wedding.swf” file that is located in the same folder as the “index.swf” file.

code:
_root.index.container.loadMovie(“wedding.swf”);

Is this syntax correct to target the ‘container’ mc in the “index.swf” file???