# ! Has anyone used AS3 with Google Adwords?!

**URL:** https://forum.kirupa.com/t/has-anyone-used-as3-with-google-adwords/270716
**Category:** Uncategorized
**Created:** [September 12, 2008, 5:04pm UTC](https://forum.kirupa.com/t/has-anyone-used-as3-with-google-adwords/270716 "2008-09-12T17:04:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hobbbz](https://avatars.discourse-cdn.com/v4/letter/h/54ee81/32.png) [@hobbbz](https://forum.kirupa.com/u/hobbbz)
#### Post date: [September 12, 2008, 5:04pm UTC](https://forum.kirupa.com/t/has-anyone-used-as3-with-google-adwords/270716/1 "2008-09-12T17:04:27Z")

</div>

I am having a big problem with some AS3 banner ads i created.  
When uploading them into the google adwords system I get the error ‘Flash must support clickTAG’

I know what clickTAG is and how to implement it AS3 which I have done, but it still gives me this error.

Google says it supports as1-3 and you must build for Flash PLayer9 anyway.  
My code is as such:

```auto
if (root.loaderInfo.parameters.clickTAG.substr(0,5)=="http:") {
                navigateToURL( 
                        new URLRequest(root.loaderInfo.parameters.clickTAG), 
                        "_blank" 
                      );
            }

```

Anyone please help!
