Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
Been Deleted #1
Trouble with clickTAG coding
I'm trying to get a flash ad to work properly as a clickTAG enabled file, but
I'm not having in luck through the ad tracking system we're using. I've looked
at everything on this
[url]http://www.adobe.com/resources/richmedia/tracking/designers_guide/[/url], and believe
that I have it organized correctly, but am apparently missing a step. Any
obvious reasons this might not be working? Any help would be greatly
appreciated. Thanks!
Been Deleted Guest
-
clickTAG not working
I have a banner ad that works fine if I use getURL and hard-code a link but doesn't do anything if I use clickTAG so that the clicks can be tracked.... -
ClickTAG -How to use
Hello, I need to track clicks for some banners I am making that will be hosted on affiliate websites. What do I need to do? I know it involves... -
clickTAG test
I need a way to make sure that the clickTAG in flash banners are working properly. I'm assuming the best way is to create an HTML page with the... -
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 :... -
ClickTag
Hi! Trying to load a page (www.clarin.com) and after reading the index, the page loads, say: http://www.clarin.com/diario/2004/08/31/clickTag... -
aniebel #2
Re: Trouble with clickTAG coding
Can we see the code you're using? Make sure that the clicktag variable matches the one on the hosting site exactly because it is case sensitive.
aniebel Guest
-
Been Deleted #3
Re: Trouble with clickTAG coding
Here is the code that I have applied to the button:
Do I need more adjustments than this?
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG);
}
}
Been Deleted Guest
-
Been Deleted #4
Re: Trouble with clickTAG coding
I've actually figured out the issue. I was missing a keyframe. Thanks for the response.
Been Deleted Guest
-
aniebel #5
Re: Trouble with clickTAG coding
Glad to hear it. Thanks for posting your solution!
aniebel Guest



Reply With Quote

