Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Links in same window...?

Status
Not open for further replies.

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);
 
Obvious now its been pointed out. Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top