Loading and Unloading Movies-Please Again

I know there are millions of posts for unloading and loading movies, but the actionscript does not appear on my browser. Could somebody please send it via text. But here’s my problem:

I have a main page with 6 buttons and am loading .swf’s from them. I’ve tried the loading and unloading movies on different levels, but there is a still a flash of main page when using navigation.

Please Help!

on (press) {
loadMovie (“name_of_swf.swf”,“destination”);
}

where is…
() name_of_swf.swf - your swf’s with extension,
(
) destination - name MC that will show your loaded swf’s

Also, the same way you can use unloadMovie.