Results 1 to 2 of 2

Thread: Splash page button opens new browser Window/Tab??

  1. #1
    Join Date
    Jun 2010
    Posts
    4

    Splash page button opens new browser Window/Tab??

    So i just finished a client's website and the only problem that i've run into was the issue where the splash page (using Flash of course) is opening up a new window, instead of opening in the same window. I've listed the website below as well as the ActionScript code for the 'Enter' button. Does anyone have any suggestions?

    www.synopticsresearch.com

    ActionScript code:
    Code:
    enterButton.addEventListener(MouseEvent.CLICK,goThere);
    function goThere(e:MouseEvent){
    	var request:URLRequest = new URLRequest("http://www.synopticsresearch.com/home.php");
     navigateToURL(request);
    }

  2. #2
    Join Date
    Jun 2010
    Posts
    4
    nevermind, i got it fixed!

    Thanks anyways!

Similar Threads

  1. Secret Glossy Effect Button Making Secrets Revealed!!!
    By WongFei in forum Graphic Design
    Replies: 1
    Last Post: 27 Sep 2009, 08:06 PM
  2. IE 8 Back Button Problem Always Top of Page
    By davidj in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 09 Sep 2009, 05:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •