Hey there,
How can I turn off the debug mode by as3? so I am able to run it on the
production server. thanks
===========================
import com.google.analytics.AnalyticsTracker;
import com.google.analytics.GATracker;
import com.google.analytics.debug.*;
var tracker:AnalyticsTracker = new GATracker( this, "UA-111-222", "AS3",
true );
playGame.addEventListener( MouseEvent.CLICK, onButtonClick );
function onButtonClick( event:Event ):void {
trace("test");
tracker.trackPageview("/myGame1");
}
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders