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

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: