New Release of as3corelib Library
I have just posted a new release (.93) of as3corelib. The corelib project is an ActionScript 3 Library that contains a number of classes and utilities for working with ActionScript? 3.
You can view a complete list of changes in the change list (items 75 – 106).
You can download the updated SWC and source from the project’s download page.
Thanks to Christian Cantrell for helping build the release.






Swweeeeeeeeeeeeeet! You guys are awesome.
Lee Graham
28 May 10 at 1:45 pm
Niceone, good to see this very usefull library is still alive.
But just linking to your revision list is not a proper release notice (spending minutes clicking every revision to see whats new, when most stuff is simple bug fixes and tweaks). A basic list of highlights is appreciated (and imho expected).
Jimmy
29 May 10 at 2:34 am
@Jimmy,
–
But just linking to your revision list is not a proper release notice (spending minutes clicking every revision to see whats new, when most stuff is simple bug fixes and tweaks). A basic list of highlights is appreciated (and imho expected).
–
Well, it is an open source and community project, so feel free to create such a list, and Ill post it.
mike chambers
mesh@adobe.com
mikechambers
30 May 10 at 3:47 pm
Is there a version of this library that has no dependencies on the flex framework? I tried using the DateUtil class in a pure AS3 project, however it relys on the DateBase class with is a part of the flex framework swc. Even when I included the SWC I get the following error:
Unable to resolve resource bundle “formatters” for locale “en_US”
Any pointers on how to tackle this problem?
Damion Murray
2 Jul 10 at 2:21 pm
Hey Damion,
You probably are long past a solution for what you asked about above, but I thought I’d comment anyways.
I was having the same problem, not being able to use DateUtil because of dependencies on DateBase in mx.formatters. In order to fix the problem, I added the framework.swc to my Flash CS4 publish settings.
Hope this helps.
Dan
Dan
20 Sep 10 at 5:07 pm