Flash - question

Discussion in 'Graphics & Multimedia' started by dmi, Dec 13, 2007.

  1. #1
    Hi there,

    I put a flash banner on a site and I need it when someone clicks on it, it opens a new site. I tried <a> but it doesn't work. Anyone can assist? Thanks.
     
    dmi, Dec 13, 2007 IP
  2. levikay

    levikay Active Member

    Messages:
    294
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    68
    #2
    building the link within the flash movie would be a good idea
    make a button with only the hit stage and create a link that way.
     
    levikay, Dec 13, 2007 IP
  3. the_red

    the_red Peon

    Messages:
    132
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you must put the actionscript --> for linking, when you did the flash banner.
     
    the_red, Dec 14, 2007 IP
  4. chaka42

    chaka42 Peon

    Messages:
    73
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Like they've mentioned, it has to be done in the Flash file.
     
    chaka42, Dec 15, 2007 IP
  5. samedi

    samedi Peon

    Messages:
    75
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you need this on a button:
    on(release){
    getUrl("url","_blank")
    }
     
    samedi, Dec 28, 2007 IP