AlanGNW
Technical User
- Nov 30, 2005
- 16
Hi, I have the following in my movie - but would like it to open in the same window, what do I need to add? It currently throws open a new window.
As you´ve probably guessed I'm new to Flash!
function gotoBuildPage(event:MouseEvent):void
{
var targetURL:URLRequest = new
URLRequest(" navigateToURL(targetURL);
}
BUTbuild1.addEventListener(MouseEvent.CLICK, gotoBuildPage);
As you´ve probably guessed I'm new to Flash!
function gotoBuildPage(event:MouseEvent):void
{
var targetURL:URLRequest = new
URLRequest(" navigateToURL(targetURL);
}
BUTbuild1.addEventListener(MouseEvent.CLICK, gotoBuildPage);