Copy link to clipboard
Copied
It works when I have published the swf and html and preview it on the browser. At first the link was not working when I published it in htmls and swf, but then I changed the Local playback security to access network only. If I upload it to my web server through Filezilla then the banners animation works, but when clicked on, doesn't go anywhere anymore. Any suggestions?
Actionscript 2 code I'm using:
on(release){
getURL('http://www.example.com', '_blank');
}
there's no problem with your code.
disable any popup blocker that you have or try a different browser.
Copy link to clipboard
Copied
there's no problem with your code.
disable any popup blocker that you have or try a different browser.
Copy link to clipboard
Copied
Dude you were right, I didn't think of that! I am using Adblock extension, added exception and now everything works fine. Thousand thanks, I spent 4-5 hours trying to figure out what is the problem. Thanks so much!
Copy link to clipboard
Copied
you're welcome.
p.s. please mark helpful/correct responses.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now