Re: [Flashcoders] Google Analytics ga.js Update

2008-01-17 Thread Corban Baxter
() method; I'm not suggesting that you do away with the method. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corban Baxter Sent: Wednesday, January 16, 2008 3:45 PM To: Flash Coders List Subject: Re: [Flashcoders] Google Analytics ga.js Update I

[Flashcoders] Google Analytics ga.js Update

2008-01-16 Thread Corban Baxter
Hey guys I was working on updating my script for the new Google Analytics ga.js code. Can some one tell me what I might be missing in my code? My actionscript: function tracking(page) { import flash.external.ExternalInterface; ExternalInterface.call(pageTracker._ trackPageview('

RE: [Flashcoders] Google Analytics ga.js Update

2008-01-16 Thread Jim Robson
/ Using the ExternalInterface class -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corban Baxter Sent: Wednesday, January 16, 2008 3:00 PM To: Flash Coders List Subject: [Flashcoders] Google Analytics ga.js Update Hey guys I was working on updating

Re: [Flashcoders] Google Analytics ga.js Update

2008-01-16 Thread Corban Baxter
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corban Baxter Sent: Wednesday, January 16, 2008 3:00 PM To: Flash Coders List Subject: [Flashcoders] Google Analytics ga.js Update Hey guys I was working on updating my script for the new Google

RE: [Flashcoders] Google Analytics ga.js Update

2008-01-16 Thread Jim Robson
, January 16, 2008 3:45 PM To: Flash Coders List Subject: Re: [Flashcoders] Google Analytics ga.js Update I was trying to make it an easy call to the function from anywhere in the site. Thats why I created the function. I was hoping to just keep from having to write both lines all over the site