Problems loading swf file HELP :(

Hi guys,

I’m building a website that has multiple pages. each page is a separate swf file. The website is working correctly, however when you click the button to navigate to a new page, for a split second, it switches back to the homepage before going to where it should go. I’ve heard this might be because of loading and unloading but I can’t figure it out. Here is the actionscript I’m using to link to each page:

on (release) {
gotoAndStop(1);
loadMovieNum(“contact.swf”, 1);
}

please help!