Hi,
I’ve made a banner that links to a page. I used this code to link:
inv_btn.addEventListener(MouseEvent.CLICK, buttonClickHandler);
function buttonClickHandler(event:MouseEvent):void {
navigateToURL(new URLRequest(" http://www.side.dk"));
//trace(“You clicked me.”);
}
Now I need to put a ClickTag code.
Is there anybody who can help me in putting it into my code?
Thanks