Flash - question

Discussion in 'HTML & Website Design' 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. badmasketa

    badmasketa Well-Known Member

    Messages:
    351
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #2
    you have to put link of that new site to that flash file while exporting to SWF file...
    if needed more help, feel free to PM me...
     
    badmasketa, Dec 13, 2007 IP
  3. ChPeter

    ChPeter Peon

    Messages:
    974
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    open fla file in flash. make button over everything and put there script:
    on(release){getURL ("http://www.yoursite.com","_blank");}
     
    ChPeter, Dec 13, 2007 IP