my flash file has different pages and on every page flip i want to track the hits using GoogleAd… this is how i am trying to get it within flash:
onClipEvent (load) {
getURL("javascript:pageTracker._trackPageview('/filetrack/'+_root.currentPage.text+'.html');");
}
root.currentPage.text is the generated page number- but this does not seem to work- looks like within this getURL parameter i can not add any variables… is there any other way to get the same result… please help… !!