Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
rcbmoose #1
clickTAG testing problem within Flash
Hello! I am by no means a Flash pro, but I know the basics... I did a search
and couldn't find what I was looking for on this, and I'm new to the forum, so
apologies if I miss some etiquette step.
So, I've got a simple linear animation banner ad with a topmost layer as a
clear button and the clickTAG info from the hosting site/agency.
The code they have provided should be attached below...
Should I be able to test this within Flash? If I swap out the code for regular
ol' Flash links it works and tests fine. Anyone with similar issues, or a
solution to shis? TIA!
clickTAG.on (release) {
if (clickTAG.substr(0,5) == "http://www.rebit.com") {
getURL(clickTAG, "_blank");
}
}
rcbmoose Guest
-
Steps to insert a clickTag in a Flash Banner with FlashMX 6 & Adobe CS3 Version
Hi Folks I am very new to this forum + having a basic level of understanding with Flash Software (like Flash MX & Adobe CS3). By profession i am... -
clickTag not working in Flash 8
I am setting up a banner for a client, and need to add the clickTag function to it, which I did like this: on (release) { if... -
Testing for flash player 8
I just built a new site and it is in flash8. I thought I built the tester right, but just had someone in Nicaragua look at it and see nothing. He... -
Flash clickTAG destination URL
When using clickTAG to add a destination clickthrough URL to an ad, is there a limit to the length of the URL string or limits on characters? ... -
Pb ClickTAG
Bonjour, Je dois créer un anim qui pointe vers une url après un clic dessus en passant par un module de stats. Voici la procédure :... -
rcbmoose #2
Re: clickTAG testing problem within Flash
So this is odd... I tried tracing the code and Flash is not even seeing the
initial button click (trace code below). I am truly confused.
And yet, if I use non-clickTAG straight link code it works just fine. Buh?
on (release) {
if (clickTAG.substr(0,5) == "http://www.rebit.com") {
//getURL(clickTAG, "_blank");
trace("here's a button click");
}
}
rcbmoose Guest



Reply With Quote

