Mike Chambers

code = joy

Archive for the ‘as3corelib’ tag

as3corelib Library moved to GitHub

with 4 comments

I have just moved the as3corelib library over to GitHub (at the urging of Darron Schall). This should make the project a little easier to manage, and in particular, make it easier for developers to contribute patches, and for me to review and accept them.

All files, issues, source, and wiki pages have been moved from the old site to the new one. The old site is still up, but directs people to the new site, and will no longer be updated.

Make sure to update your bookmarks to:
https://github.com/mikechambers/as3corelib

Thanks to Darron Schall who help with the transition.

Written by mikechambers

July 29th, 2010 at 11:12 am

Posted in General

Tagged with

New Release of as3corelib Library

with 4 comments

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.

Written by mikechambers

May 28th, 2010 at 12:50 pm

Posted in General

Tagged with ,

Monitoring System Volume changes with Adobe AIR

with 10 comments

I am at FITC Amsterdam this week, where I had a talk on Desktop Development with Adobe AIR. One of the things I showed was how to get notifications when new volumes / drives are added / removed to a machine. This could be useful if for example, you application needs to know when a new CD Rom or USB drive has been added or removed to the user’s system.
Read the rest of this entry »

Written by mikechambers

February 24th, 2009 at 2:32 am

Posted in General

Tagged with ,

Update to JSON support in as3corelib

without comments

Darron Schall has just checked in some changes and bug fixes to the JSON support in as3corelib. Among other things, Darron has added a strict mode which allows you to specify how strict of a conformance to the JSON spec you want the library to follow.
Read the rest of this entry »

Written by mikechambers

December 23rd, 2008 at 12:55 pm

Posted in ActionScript

Tagged with ,