Flash buttons makes a html page load in a iframe

Hi mates,

I’ve a problem. I think it’s pretty strange since it should work.

I want to load a html page in a iframe when i click a flash button.

My code for the iframe:

<iframe name="IFRAME" height="100%" width="100%" border="0" frameborder="0" title="IFRAME">Your browser does not support iframes. Sorry.</iframe>

So the name of the iframe is IFRAME.

The actionscript for my button:

on (release) {
	getURL("news.html", "IFRAME");
}

Shouldn’t that be alright? I’ve tried with _IFRAME too, but didn’t work out. Instead of opening in the iframe, it opens in a new window.
My flash button is on the main page, not in a iframe and the iframe is on the mainpage too.

What’s wrong?

Cheers,
Simon Henriksen