Flash menu

I’m working on a frame page, and I want to have in the frame a flash-made menu. When I click the flash button (that is in a flashmovie), I want it to open the link in the mainFrame. I’ve tried using things like this:
[AS]on(release){ getURL(“home.html”,mainFrame)}[/AS]
but it didn’t work instead of mainFrame I also tried _parent but without success. Could somebody help me?

Thnx in advance