Monthly Archives: November 2008

Event Tracking in Google Analytics

Google recently announced Google Analytics Tracking For Adobe Flash by publishing gaforflash library. This is a standardized and officially supported way for flash platform to track pageviews and events, with the second available only in Event Tracking Beta. Yesterday I checked it … Continue reading

1 Comment

Blur on rotationY = 0? Use transform.matrix

If you have run across bad quality visuals after doing DisplayObject transformations in 3D (rotationX, rotationY, rotationY or z-axis modifications) you might want to use transform.matrix to get back the quality. I wanted to make a simple 3D animation in … Continue reading

15 Comments