MC within another MC

Good evening everyone!

I got past my last problem (which turned out to be a small miss from my side) thanks to rhamej, however, as expected I’ve run into some more.
I’m loading all my subpages as external swf’s using a movieclip container called, well, container.
In one of my subpages that I’m currently working on though I’m using another container, called artcontainer, in which I load different pictures when you roll your mouse over one of the links on that page (using the rollOver command) and at the same time the links functions as regular links (using release command) and loads a new page in the original container (that’s just called container) when clicked on.
For some reason though, the artcontainer won’t load anything when I move my mouse over the links, but it will load the swf I set as currMovie in the beginning (“splash” page).
And when I preview the page it works perfectly, just not together with the whole website.
I don’t know if a movieclip container within another one causes problems of some sort, but if it did the “splash” page shouldn’t load either.

I just began learning flash so I hope I’m making sense here.