Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
BannerMonkey #1
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, but am not sure exactly
what code to use where and if the host page needs to put in some javascript or
additional HTML to their page.
Can anyone help?
BannerMonkey 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 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... -
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... -
southman #2
Re: ClickTAG -How to use
I am working on the same issue, I m?ght have the answer, but please, what company are you fron?
southman Guest
-
southman #3
Re: ClickTAG -How to use
I am working on the same issue, I m?ght have the answer, but please, what company are you fron?
southman Guest
-
!lurk #4
Re: ClickTAG -How to use
[url]http://www.mfaa.org/[/url]
[url]http://www.macromedia.com/resources/richmedia/tracking/[/url]
The simple method is to put this ActionScript onto your click button.
on(release){
geturl(_root.clickTAG);
}
!lurk Guest
-
willabelle #5
Re: ClickTAG -How to use
YOu need to add a button to your banner and assign it the following action:
on(release) {
getURL(_level0.clickTag, "_blank");
}
willabelle Guest
-
AquaBoogie #6
Re: ClickTAG -How to use
This usually works for me:
on(release){
getURL(clickTAG, "_blank");
}
AquaBoogie Guest
-
Samuhka #7
Re: ClickTAG -How to use
Hello. i work every day with clickTag and we ran in to a problem when the
clickTag was inside a movie clip.
The best solution we found for a general clikTag call was:
on(release){
getURL(_root.clickTag, "_blank");
}
The usage of the root, prevneted the clicktag be dependent of the level
attribute.
Samuhka Guest



Reply With Quote

