Click Tracking guidelines? help

I have to make a flash banner ad over the course of a week and i am supposed to use click tracking. However, i have no clue what the hell it is so can anyone please shed some light on this topic?

Thanks.:stuck_out_tongue:

This is the guidelines i got from a company.

Flash - All flash creative must be click track enabled.  Do NOT embed the URL in the banner.  For more information see The Macromedia Site for instructions**.  

ADVERTISER MUST PROVIDE click-through URL and a default gif creative.  

MAXIMUM FILE SIZE: 50KB

Only focus on the an action script button with clickTAG within the FLA.

on (release)
{
    if (clickTAG.substr(0, 4) == "http")
    {
        getURL(clickTAG, "_blank");
    } // end if
}

Make sure to include the _blank.

Flash MX/Flash 6:
   getURL(clickTAG)  & choose "_blank" by the window option in the action window

Flash MX 2004/Flash 7:
   getURL(clickTAG,"_blank")

OAS RealMedia Click Tracking Resource:
http://www.247realmedia.com/tech/oas/RichMedia/local/akamai/shockwavemodifysingle.html