# Clicktag in flash HELP

**URL:** https://forum.kirupa.com/t/clicktag-in-flash-help/285539
**Category:** Uncategorized
**Created:** [April 2, 2009, 2:49am UTC](https://forum.kirupa.com/t/clicktag-in-flash-help/285539 "2009-04-02T02:49:22Z")
**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, 2:49am UTC](https://forum.kirupa.com/t/clicktag-in-flash-help/285539/1 "2009-04-02T02:49:22Z")

</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 in the .fla:

on (release) {  
clickTAG = “http://” + clickTAG.slice(7);  
if(clickTAG.substr(0,4)==“http”) getURL(clickTAG,"\_blank");  
}

Now I need to add the code to the published HTML file and this is where I am having problems.

Can anyone help…if my terminology is incorrect I apologize.

This is the first time I have done this. It seems some people (obviously bottlefed as a baby) have had a problem with my explanation in another forum (Flash 8).

Thanks!

```
	  		  		  		  		  		  	   	 		 [IMG]http://www.kirupa.com/forum/styles/kirupaProblue/statusicon/user_online.gif[/IMG] [[IMG]http://www.kirupa.com/forum/styles/kirupaProblue/buttons/report.gif[/IMG] [IMG]http://www.kirupa.com/forum/styles/kirupaProblue/misc/progress.gif[/IMG] [URL="http://www.kirupa.com/forum/editpost.php?do=editpost&p=2454260"][IMG]http://www.kirupa.com/forum/styles/kirupaProblue/buttons/edit.gif[/IMG]](http://www.kirupa.com/forum/report.php?p=2454260)
```
