Skip to main content
Participating Frequently
July 17, 2014
Answered

Flash banner (AS 2) link is not working if I upload the swf file to my web and try to add it to my website.

  • July 17, 2014
  • 1 reply
  • 316 views

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');

}

This topic has been closed for replies.
Correct answer kglad

there's no problem with your code.

disable any popup blocker that you have or try a different browser.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
July 17, 2014

there's no problem with your code.

disable any popup blocker that you have or try a different browser.

Participating Frequently
July 17, 2014

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!

kglad
Community Expert
Community Expert
July 17, 2014

you're welcome.

p.s. please mark helpful/correct responses.