Groups | Blog | Home
all groups > flash actionscript > october 2007 >

flash actionscript : Opening link in same window


TnaE
10/18/2007 7:27:18 PM
enter_bttn.addEventListener(MouseEvent.CLICK, buttonCLickHandler);
function buttonCLickHandler (event:MouseEvent) :void {
navigateToURL(new URLRequest("http:www.tnae.net",));
trace("I'm clicked");
}


I've tried adding _self and _parent but I can't get it to open in the same
window. I get an error when using those two tags. I'm using ActionScript3 in
Flash CS3 Pro.
TnaE
10/18/2007 10:24:45 PM
AddThis Social Bookmark Button