Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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.

New Here ,
Jul 17, 2014 Jul 17, 2014

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

}

TOPICS
ActionScript
293
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 17, 2014 Jul 17, 2014

there's no problem with your code.

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

Translate
Community Expert ,
Jul 17, 2014 Jul 17, 2014

there's no problem with your code.

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 17, 2014 Jul 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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 17, 2014 Jul 17, 2014
LATEST

you're welcome.

p.s. please mark helpful/correct responses.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines