Skip to main content
Known Participant
August 29, 2012
Question

Problem with set click tag for google adwords flash

  • August 29, 2012
  • 1 reply
  • 1892 views

Hello. I jsut create a flash for my company and i wanna use it for google adwords. I just have one problem, flash need to have click tag and i add one button named clicktag_bt then i click right mouse button on time line with this button and go to action script and paste this:

import flash.events.MouseEvent;

import flash.net.URLRequest;

// ......

clicktag_bt.addEventListener(

   MouseEvent.CLICK,

   function(event: MouseEvent) : void {

     flash.net.navigateToURL(new URLRequest( root.loaderInfo.parameters.clickTAG), "_blank");

     }

   );

im use AS 3.0

and still i get a info about no AS in flash

plz hlp me 😕😕

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
August 29, 2012

What is the info you get about no AS in Flash?

szeli33Author
Known Participant
August 30, 2012

http://dl.dropbox.com/u/22660496/baner%20na%20adwords.fla ther is my fla file with my project. I spend hard week with this stupid click tag and i cant figure out how to set this i try on many ways but still when upload on adwords i get msg " ther is no click tag "

Ned Murphy
Legend
August 30, 2012

I didn't ask for your file, just whatever info you were mentioning.  Have you defined the clicktag url in your html page code?