FlashEff2.0 and Adwords AS3 clickTAG problem

Posted by pgizowski 
FlashEff2.0 and Adwords AS3 clickTAG problem
January 24, 2011 05:48PM
I included the following code into my flash banner:

Quote:
import flash.events.MouseEvent;
import flash.net.URLRequest;
// ......

someButton_or_displayObject_to_receive_mouseClick.addEventListener(
MouseEvent.CLICK,
function(event: MouseEvent) : void {
flash.net.navigateToURL(new URLRequest( root.loaderInfo.parameters.clickTAG), "_blank");
}
);


but when uploading to Adwords I receive the following message:

"ad cannot use mouse tracking"

the AS2 code does not work either:

Quote:
on (release) {
if (clickTAG.substr(0,5) == "http:") {
getURL(clickTAG, "_blank");
}
}
Re: FlashEff2.0 and Adwords AS3 clickTAG problem
January 25, 2011 07:19AM
If you applied flasheff on this button someButton_or_displayObject_to_receive_mouseClick, try to add the event listener directly on Flasheff.
Re: FlashEff2.0 and Adwords AS3 clickTAG problem
July 26, 2011 11:44PM
Same problem here ... Is there anyway this can be fixed ?
Re: FlashEff2.0 and Adwords AS3 clickTAG problem
January 16, 2012 09:05AM
Hello,

was a soultion found to the above issue?

Regards
Richy
Re: FlashEff2.0 and Adwords AS3 clickTAG problem
January 16, 2012 03:20PM
Make sure that you you are not using an effect that might contain random expression. Adwords don't accept swf files which use random expression in the code. FlashEff is not fully compatible with adwords.



Edited 1 time(s). Last edit at 01/16/2012 03:21PM by kneo.
Sorry, you do not have permission to post/reply in this forum.