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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Adobe Flash Help!

  • 15-09-2010 12:40pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 21,263 ✭✭✭✭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, Registered Users 2 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, Registered Users 2 Posts: 21,263 ✭✭✭✭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