Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
adobegirl #1
Adding clickTAG code to flipbook
Hi,
The same [url]http://www.page-flip.com/demos.htm[/url] I refer to in my previous post is
also going to need clickTAG code as my boss wants to be able to track the
number of clicks on each page and if possible the clicks on each button.
Is it possible to do this?
adobegirl Guest
-
Adding buttons to a flipbook
Hello, I am building a Flash flipbook: http://www.northbay.com/Advertising/GiftGuide2008/index.html This is one .swf file that I created from... -
Adding API code to Actionscript
Hello, I am working on an online poker game for a client. I am in charge of the design phase and somebody else is involved with the back end. He... -
Adding to code hints
I want to add things to the "Tag libraries" I guess? You know when you are in ASP VBScript or something and you hit CTRL+SPACE it shows the code... -
Adding user accounts from code
All, I am building a ASP.Net app that will act as a online data store. It needs the ability to add windows user accounts from the interface. I... -
adding a new record with code
Access 97 ,win98SE. I have a form (myform) with a subform(mysf). myform has a combo box which looks up a client and then displays that client... -
webqaflash #2
Re: Adding clickTAG code to flipbook
The clickTag method for tracking now bit changed in AS3,
The code look like this
var getclickTag:String;
function loaderComplete(myEvent:Event)
{
var myQueryStrings=this.loaderInfo.parameters;
getclickTag=myQueryStrings.clickTag;
}
this.loaderInfo.addEventListener(Event.COMPLETE, loaderComplete);
I think this one helps you
webqaflash Guest



Reply With Quote

