I'm new to Flex and wondering what the difference is between these two ActionScript implementations of the bit.ly API:
http://github.com/julien/as3_bitly
http://code.google.com/p/bitly-as3-api/
One thing I noticed is that one comes in .as files and the other's an .swc file. Is one better than the other for learning Flex?
Thanks.