Google Adwords ClickTAG

Posted by user636716 
Google Adwords ClickTAG
May 11, 2011 03:50PM
I can´t use flashVars because i cant edit the html where the flash is going to be.
So wich code in AS3 can i use for a ClickTag for google Adwords so the flashEff effects keep working?
Because with the one that i´m supposed to use removes the effects of the flashEff.
Im supposed to use this:

on (release) {

if (clickTAG.substr(0,5) == "[www.youtube.com];) {
getURL(clickTAG, "_blank");
}
}
Re: Google Adwords ClickTAG
July 26, 2011 02:39PM
Did you try this tutorial?
Re: Google Adwords ClickTAG
August 08, 2011 07:50AM
Hi [where] or [how] do i add the specified URL in the following code provided in that tutorial:

// The clickTag variable is placed through FlashVars in a list of parameters
// that the current clip uses when loading. Those paremeters can be accessed
// fropm the LoaderInfo object of the current clip. The name of the variable
// doesn't necessarily have to be "clickTag". You can name it anyway you like.
var paramList:Object = this.root.loaderInfo.parameters;

// Listen for the CLICK event on the button clip.
buttonClip.addEventListener(MouseEvent.CLICK, openURL);

// When the button is clicked then the navigateToURL function will open the
// specified URL. The function does not accept the URL directly as a String.
// You need to specify the URL as a URLRequest object.
function openURL(evtObj:MouseEvent):void {
var request:URLRequest = new URLRequest(paramList["clickTag"]);
navigateToURL(request, "_blank");
}


Please can you help
Re: Google Adwords ClickTAG
August 08, 2011 02:43PM
The url is specified in the html code when you embed the swf you add the flashVars parameter and there you set the value for the clickTag.
See this [www.flashinyourface.com],
[blog.six4rty.ch]
and
[blogs.adobe.com]
Sorry, you do not have permission to post/reply in this forum.