Categories: Discuss Tracking and Implementation issues :

Help: Newbie trying to track AS2 Flash events

Showing 1-5 of 5 messages
Help: Newbie trying to track AS2 Flash events jennymesserly 5/6/09 8:44 AM Hi All. I'm not quite the master with AS2 yet and am trying to track Flash events with Google Analytics. I got some examples from this site, http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&answer=55520, but the examples don't look s
Re: Help: Newbie trying to track AS2 Flash events htmlterrier 5/6/09 9:43 AM You should be able to slot the code in after the semi-colon: this.navArr[i].btn.onRelease = Proxy.create(this, onNavRelease, i, this.photoArr[i]._name, true); getURL("javascript:pageTracker._trackPageview('/folder/file.html');"); If this is what yo
Re: Help: Newbie trying to track AS2 Flash events jennymesserly 5/6/09 10:08 AM Thanks for being so helpful David. I want to track when each button is clicked (sammie, natalee, sean, buchhalter, alex, keston and mary). Do I need to somehow add a different tracking URL for each?
Re: Help: Newbie trying to track AS2 Flash events htmlterrier 5/7/09 2:29 AM If you want to track them differently yes. For example: /virtual//flash/clicks/buchhalter and /virtual//flash/clicks/alex. Did you ever look into EventTracking?
Re: Help: Newbie trying to track AS2 Flash events jennymesserly 5/7/09 9:37 AM thanks david. yes, i understand they need to be different and i've looked at the links. like i said, i'm new to as2. the buttons are in array, so i don't understand how to match up the unique links. sorry for the newbie questions!