Having issues with loading movieclips - AGAIN

Yes, sorry to have to ask for help on this once again, you’d think I’d get this straight …

Anyways I have a series of nested MovieClips as always, and I’d like to load a movieclip into an emptymovieclip I have … so here is the layout:

[COLOR=lime]MainMC[/COLOR]
->[COLOR=royalblue]NavMC[/COLOR]
->[COLOR=darkorchid]Web_PortfolioMC[/COLOR]
->[COLOR=darkorange]load_webPortfolio[/COLOR]

The [COLOR=black]emptymovieclip[/COLOR] is “[COLOR=darkorange]load_webPortfolio[/COLOR]” and the buttons that are loading the content into this [COLOR=black]emptyclip[/COLOR] are located on the movieclip “[COLOR=darkorchid]Web_PortfolioMC[/COLOR]” … what do I use to load the appropriate movieclip into the [COLOR=black]emptymovieclip[/COLOR] “[COLOR=darkorange]load_webPortfolio[/COLOR]” …

something like:

[COLOR=red]_parent._parent._parent.load_webPortfolio.loadMovie(".swf");[/COLOR]

Any help is appreciated! Thanks! :thumb: