ActionScriptライブラリas3corelibがgithubへホストサーバーを変更していました。
as3corelibはcom.adobeなので安心して使えるライブラリのひとつです。
最近の流行なのでしょうか、Google Codeからgithubへサーバーを変えていました。
http://ja.wiki.github.com/mikechambers/as3corelib/
Google Codeでは今後メンテナンスが行われないとアナウンスされているので、ダウンロードリンクを早々に変更しておきましょう。
Introduction
The corelib project is an ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript 3. These include classes for MD5 and SHA 1 hashing, JSON serialization as well as general String, Number and Date APIs.Details
Functionality includes:MD5 Hash
SHA1 Hash
JSON Library (serialization and de-serialization)
JPEG and PNG Encoding
HTTP Utility and Helper Classes
Array, String, Date, Number and XML Utility APIs
More…
MD5, SHAやJSONなど便利な機能があります。
パフォーマンスには問題があるかもですが、JPEG と PNG への BitmapData からの変換などうれしい機能もあります。