loadMovie Problems

Everyone on this forum has been amazing, and I am really close to finishing my site, but I have another snag.

To organize my entire site I generally based my methodology off of the Kirupa “Full Website” tutorial. Everything is working great but when you click on another page the text info from the first page (which is coming from an external .txt file) still remains. So what you are left with is the new page overlapping the old page.

This is the code I used for each button of my navigation…

on (release) {
_root.contents.loadMovie(“news.swf”);
}

“contents” is the movie target (instance name) located at x:0 & y:0 that each movie (web page) loads into.

Can anyone tell me what’s going wrong here?

Thanks so much!