I make flash banners for different clients and all were happy until I met fellows who use openX . I used the regular as2 code(they demanded as2)
on (release){
getURL("http://www.ge.vtb.ge/personal/cards/credit/");
}
but they said it doesn't convert or something, so I found out I needed clicktag, I used this code
on (release) {
if (clickTAG.substr(0,5) == "http:www.[mylink].com") {
getURL(clickTAG,clickTARGET);
}
}
as was stated in this tutorial , but now they say the banner isn't linked. I'm really confused what to do, can anyone give me a suggestion? I even read through adobes official guide for clicktag , but it was the same...