Archives by date

You are browsing the site archives by date.

AS3 clickTag & IE popup blocker

Recently, we at Gynzy had to implement clickTag scripts in Actionscript 3 banners. As you might know, AS 3 banners don’t work well in Internet Explorer. You’ll get a pop-up blocked warning when using navigateToURL(). After some googling I found a clickTag script at blog.advalidation.com/2011/06/as3-clicktag.html It uses ExternalInterface.call(‘window.open’, url, ‘_blank’); when the user agent of the […]