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..
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..
Comment