Activating and de-activating Loaded movies

Hi guys,

Am working on a flash AS 2.0 project where am loading movies from the same folder. my code goes like

    on (release) {
loadMovie("HAD.swf",2);

}

problem is the swf loads infront of the main movie but the main movie’s links are still active.
Is there a way I can dee-activate them? thanks in advance.