Flash navagation loading an html page

okay i have flash navagation (“main_loader”) when this swf loads up it calls up an external swf and loads it (“home_red.swf”) each link has a different banner that has to load up but when you load a page say studio.html, it loads the html page then the movie re-loads with it so there is a red banner in a place where there should be a blue one. anyone have any ideas on this? here is the button code i am using:
Home_button

on(press){
getURL(“index.html”);
}
on(release){
loadMovie(“home_blue.swf”,4);
}

I know i can use frames but in this situation frame wont do it. unless anyone know how to make 2 frame scroll as one…