Need help to automatically load an external swf. once the current swf has stopped

Hi.

I’m kinda new to this so please bear with me.

I am making a flash site & have the intro & menu as separate swf’s.

I want the Menu to load as soon as the intro ends, without having to click any buttons. I have tried…

onEnterFrame = function(){
loadMovieNum(“AS_Menu.swf”,2);
}

… but nothing seems to happen. Any help will be most appreciated.
On a tite deadline with this!

Thanking you in advance

missK