Linking flash with frames

Hello, I was just wondering if i could get a little help with linking flash to frames. Heres what my problem is.

I have my frame set complete and I have my flash file in my frame titled “top”. I would like to know how to get my flash movie to open up a page in the frame “bottom”

All help will be greatly appreciated. Thanks in advance

if you had a button that opened a page in the “bottom” frame you’d use the code:

[AS]on (release) {
getURL("<url here>", “bottom”)
}
[/AS]