onLoad swf issue

Ok, quick question on a weird issue for a New Media class for another student

So at first the entire flash website was build in one scene, but we’re trying to break up a part of it and load swf’s

so he has a button that loads a swf, but inside that swf, we cant close back and go to the scene of the original document where the button is

So from scene5, frame1, a button is present and when clicked it loads the swf


on (release) {
loadMovie("drumline.swf","drumline_mc")
}

Now the swf is loaded, pretty much smack on top of everything else, then at the top it has a back to menu button…buuut we cant get it to unload the swf and go back to that scene5, frame1.

Does anyone know the correct code to get to do this?