Skip to main content
Participating Frequently
July 17, 2014
解決済み

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.
  • 317 ビュー

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

}

このトピックへの返信は締め切られました。
解決に役立った回答 kglad

there's no problem with your code.

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

返信数 1

kglad
Community Expert
kgladCommunity Expert解決!
Community Expert
July 17, 2014

there's no problem with your code.

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

Mihkeldesign作成者
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.