Action Script 3.0 Help with CLick Tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nesalot
    New Member
    • Nov 2007
    • 1

    Action Script 3.0 Help with CLick Tag

    Hello all.. I need help with some code in a Flash CS3 banner using action Script 3.0..

    I am using this code below right now on banner ad that I am sending to a site. This code allows someone to click on my banner and goto my site.


    [HTML]var link:URLRequest = new URLRequest("htt p://www.dex4.com");

    click_mc.addEve ntListener(Mous eEvent.CLICK, onClick);

    function onClick(event:M ouseEvent):void
    {
    navigateToURL(l ink);
    }

    click_mc.button Mode = true; [/HTML]




    well the site came back to me and told me that I need to use their Click Tag guidelines seen at this site
    Click Tag Info


    Does anyone know how I would go about to do this??

    Thank you to anyone in advance..
  • barracuda1
    New Member
    • Jan 2009
    • 1

    #2
    Go to Flash clickTAG Tutorial - Learn to build Flash banners with click tracking capability!

    They have a nice step-by-step tutorial that will help.

    Comment

    Working...