Flash nav + html anchors in a frameset

I made a simple flash navigation and html page in a frameset.
How do I code the buttons to scroll to a specific point in the html page.

I’ve been trying stuff like this in the flashnavigation frame:

on (press) {
getURL(“videomontage.html#finalcut”, “main”);
}

and this halfway the htmlpage of the content frame:
<a name=“finalcut”></a>

So this doesn’t work - solutions, suggestions welcome!
Thanks in advance.