Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Graphics (https://www.askmehelpdesk.com/forumdisplay.php?f=449)
-   -   How can I make the flash banner linked? (https://www.askmehelpdesk.com/showthread.php?t=293680)

  • Dec 18, 2008, 05:27 PM
    bebo5000
    How can I make the flash banner linked?
    I have a problem, I made a flash banner, but I don't know how to make it refer to another site, I made the font inside the banner linked, but I want to make the whole banner linked.
  • Dec 20, 2008, 08:39 AM
    theecho
    Create a new symbol that is a button and draw a rectangle the size of your stage with no outline and an alpha of 0. draw another rectangle the size of the canvas on the hit frame. Give the symbol an instance name(for this example I'm naming it "flashlink"). Here is the actionscript you can use.

    Code:

    flashlink.onRelease = function () {
    getURL("http://urlyouwant.com")
    }

  • Jan 12, 2009, 10:19 AM
    Artem

    If you implement the Flash object into your webpage you could use the standard <a href="#">... </> links.

  • All times are GMT -7. The time now is 01:07 AM.