Problem with set click tag for google adwords flash
hello. jsut create flash company , wanna use google adwords. have 1 problem, flash need have click tag , add 1 button named clicktag_bt click right mouse button on time line button , go action script , 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 3.0
and still info no in flash
plz hlp me :/
what info no in flash?
More discussions in ActionScript 3
adobe
Comments
Post a Comment