# clickTAG for Flash + HTML....a little help please

**URL:** https://forum.kirupa.com/t/clicktag-for-flash-html-a-little-help-please/285535
**Category:** flash
**Created:** [April 2, 2009, 1:17am UTC](https://forum.kirupa.com/t/clicktag-for-flash-html-a-little-help-please/285535 "2009-04-02T01:17:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![media\_mixx](https://avatars.discourse-cdn.com/v4/letter/m/6f9a4e/32.png) [@media\_mixx](https://forum.kirupa.com/u/media_mixx)
#### Post date: [April 2, 2009, 1:17am UTC](https://forum.kirupa.com/t/clicktag-for-flash-html-a-little-help-please/285535/1 "2009-04-02T01:17:09Z")

</div>

Can somebody tell me how to put the code into the HTML file to complete the clickTAG  
process for a banner ad.

I have put the following code onto the button (covers whole ad):

on (release) {  
clickTAG = “http://” + clickTAG.slice(7);  
if(clickTAG.substr(0,4)==“http”) getURL(clickTAG,"\_blank");  
}  
but I need to know what to do with the HTML doc…Is this how the ad goes to the intended location like a regular URL link would???:sen:
