I don't get why it keeps opening a new window when i want it to open in the Iframe
html code are:
iframe width="940px" name="iframe" id="iframe" height="550px" scrolling="no" src="mainframe.html" frameborder="0" >
flash script:
on (release) {
getURL("mainframe.html", "iframe");
}