Flash Menu linking to a frame Need Help

Hi, I’m new to the forum and all but just wondering if anyone has found a solution to a problem lots of us seem to have or had.

I created a 2 frame web page with a flash menu.

Using this code to make my index page
<FRAMESET COLS=“19%,81%” FRAMEBORDER=0 BORDER=0>
<FRAME id=“menu” title=“menu” NAME=“menu” SRC=“Menu.html” SCROLLING=NO MARGINHEIGHT=0 MARGINWIDTH=0 NORESIZE>
<FRAME id=“home” title=“home” NAME=“home” SRC=“Home.html” SCROLLING=YES MARGINHEIGHT=0 MARGINWIDTH=0 NORESIZE>
</FRAMESET>

Then adding in the usual

on (release) {
getURL(“home.html”, “home”);
}

For the Flash menu.

But no matter what I do for some reason with Flash 8 it won’t open it in that frame it just opens it in a new window… I just spent literally the last 2 and a half hours searching and everyone just says do what I just showed you… I also spent a good half hour taking out anything or modifying anything I thought might be conflicting it, but sadly no luck…

Please if anyone has found a solution to this problem or perhaps knows anything that might help please let me know =)