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.
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...
open fla file in flash. make button over everything and put there script: on(release){getURL ("http://www.yoursite.com","_blank");}