Flash link target

Hi there,

I’ve got a bit of a puzzler with a webpage I’m putting together.

The page has a floating layer (for the menu interface) and an iframe (for the webpage content). As it stands, I can put plain old html links into the floating layer and they’ll open up their content in the iframe without the slightest problem, but what I’d like to do is put a flash .swf menu in the floating layer, and this is where I seem to be hitting a brick wall. I’ve tried to specify this for the flash buttons to make the content appear in the iframe named ‘content’:

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

But all its doing is popping up in a blank new page. I’ve tried experimenting with flashvars but I’m not really getting anything from that either. Would anyone have any suggestions to put me in the right direction? It could be that I’ve just got my coding wrong!