Howdy guys, i have used this code a million times before and now its suddenly stopped working, this is my code in the html for iframe...

Code:
<iframe src="home.html" name="content" width="342" marginwidth="0" height="458" scrolling="yes" frameborder="0"></iframe>

and this is my code in flash...
Code:
on (release) {
	getURL("about.html","content");
	}
so basically flash should be loading the html page "about.html" in to the iframe called "content".
Instead its just opening content in a new window.

I dont know what on earth im doin wrong.
Ive done a search and this fella seems to be having the same problem....

http://board.flashkit.com/board/show...geturl+iframes

any body else had the same problem?

Cheers
Aidan