I am trying to push in the Google Analytics library into my As3 widget. I plan to use the EventTracking feature in addition to the regular HTML-like pageview tracking that it provides. I plan to use the library in As3 mode (not the Bridge mode) since the widget is embedded on a lot of external domains.

Using the SWC to add the component to my project adds about 50k in file size. And my widget in itself is a very painstakingly achieved 120kb. I cannot afford the 50k overhead and every KB trimmed takes me closer to actually using GA with my player.

I got the code down from http://gaforflash.googlecode.com/svn/trunk/ and am trying to figure out any libraries that I can weed out to save file size, yet retain core functionality.

Any tips/pointers on where to go with this?

link|improve this question
feedback

1 Answer

Currently there is no "lite" version, but as I just walked into that issue. I'm going to start writing a GALite. shouldn't take much time.

link|improve this answer
ok, I managed to bring it down to 25k, there is not much more you can do about it.. – funkysoul Feb 9 '11 at 9:53
thanks a ton! Thats a very substantial save. Please share the link to GALite when it's up :) – Sawrb Feb 9 '11 at 15:22
Could you please share your optimized library? I think it will have a big success on the web since the original developer think the most important in a lib is to inlude everything, even a coffe maker, and he won't consider optimizing it for the time being. Also he thinks 60KB lib is "light". The optimized version could have more download than the original one. For the time being, I'm considering going back to the JS and external interface. It's a shame when you think a lib exists. – raph Feb 21 '11 at 14:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.