Okay, I feel like an idiot here. I have a link in my movie that is supposed to target an iframe on the page that the Flash is embedded in. Here is the link code:

Code:
button.onRelease = function(){
	getURL("http://www.google.com","testFrame");
}
The problem is it keeps opening in a new window. I have verified that there is a target iframe with the name "testFrame" on the page. Thanks!