Opening Flash links into HTML frames

Hello Everyone.

I am trying to create a Flash menu for my site that opens into an HTML frame. I have checked online to try and see how to get it to work, but nothing is working.

I have my action script set to open the links into the frame titled “main”, but whenever I test it out, they open in a new window.

[COLOR=DarkOliveGreen]on (release) {
getURL(“home.html”, window=“main”);
}[/COLOR]

I’ve also tried it without the “window=” part, but still nothing.

Can anyone help me out? Thanks so much!