Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Adobe Flash Help!

Options
  • 15-09-2010 1:40pm
    #1
    Registered Users Posts: 93 ✭✭


    Hi guys, i'm using buttons to link my site together but the problem that i'm having is that whenever someone clicks on the button it opens up a new tab. Any help would be brilliant.

    Here's the code:

    on (press) {getURL("index.html", "_main");

    }

    Thanks


Comments

  • Registered Users Posts: 21,257 ✭✭✭✭Eoin


    You shouldn't use flash for site navigation.

    The answer to your question is probably to swap "_main" with "_self" - but please reconsider using flash for your site nav.


  • Registered Users Posts: 93 ✭✭Carrollj


    Hi Eoin, thanks for your reply, the flash buttons are only placed on the footer of each page, i have the header all in html. Thanks again


  • Closed Accounts Posts: 9,700 ✭✭✭tricky D


    Flash is a great technology for video, animation, games and the like. It is inappropriate for almost all websites including buttons even if they're in the footer.

    /borken record


  • Registered Users Posts: 21,257 ✭✭✭✭Eoin


    To say the same thing in a more positive way - there are many libraries that provide really nice navigation using JavaScript, HTML and CSS. They can provide many of the Flash effects, but in a way that's more appropriate.


Advertisement