How can I change this script so it doesn't load into a new window?

I have this script on an invisible button on a banner ad, but the client doesn't want the linked page to open in a new window, but rather load over the page in same window. How can I change the script to accomplish this, thanks!
link_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
    navigateToURL(new URLRequest("http://www.sdesignsstore.com/store.html"));

Try...
navigateToURL(new URLRequest("http://www.sdesignsstore.com/store.html"), "_self");

Similar Messages

Maybe you are looking for

  • Icloud mail doesn't work. due to wrong incoming server name?

    hi. I've had trouble with my icloud email all day. I can't send or receive any messages. when i enter my password i get the follwoing notification: "The iCloud IMAP server "p99-imap.mail.me.com" rejected the password for user...etcetc". Now when I ch

  • I need help making a die cut

    I work for a non-profit and have some experience with illustrator. I've come up with an idea for a fundraising brochure, it uses our logo and requires a die line. Can someone please help me get started? I have figured out that I need to make a new la

  • Teaching Kids Flash without Teaching them AS3?

    I want to teach high school kids how to create simple interactive pieces , and it is going to be beyond the scope of the class to teach them AS3. Is there a way to create simple interactive .SWF files with buttons that advance to other frames, scenes

  • Definition of reservation.

    Dear All,                        can ne one provide me the definition of reservation for material . regards sap11

  • EJB nested transaction handling.

    My situation closely relates to the round-trip planning problem. I have a series of say 5 EJBs (session and entity both involved) doing a particular work. If an error occurs at the EJB 5 stage, I don't want to rollback the work done in EJB 1 and 2 bu