AS3 Core Lib

AS3Corelib is a set of useful AS3 classes. Some highlighted classes:

- JSON : decoder, encoder, parser

- MD5 : to MD5 hash a string

- SHA1 : to SHA1 has a string

- StringUtil : includes the trim function which removes leadign and trailing whitespace chars from a string

- ArrayUtil : includes also a very useful function removeValueFromArray which removes all instances of the specified value from the array

The package includes also other classes like DateUtil, XMlUtil, NumberFormatter, DynamicURLLoader and others.

Script Image: 
util_1.jpg
Script author: 
Christian Cantrell, Mike Chambers, Daniel Dura, Darron Schall