as3corelib icon indicating copy to clipboard operation
as3corelib copied to clipboard

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, Image encoders, and JSON serialization as...

Results 104 as3corelib issues
Sort by recently updated
recently updated
newest added

Added support for multi-line street addresses Added support for IM addresses Adding support for preferred phone/email/IM Fixed bug with parsing address with no street number Fixed mix NULL Exceptions when...

...much faster (about 5x as fast) than copying the pixels one by one. The same optimization could very well work for the transparent option - I just didn't need it...

It's a simple feature that are implemented in different ways around the community. It would be nice if as3corelib natively support it. var array : Array = new Array(1,2,3,4,5); ArrayUtil.shuffle(array);...

Arrays and Objects coming from mx:HTML windows are of the __HTMLScriptObject & __HTMLScriptArray types—which behave slightly differently than traditional objects and arrays. Trying to JSON encode them without these changes...

Hey guys, hitting issues with the Facebook JSON API, and downloading identifiers that are larger than Flash's double format. The fix is to decode these very large numbers as strings,...

Hi, We're using as3corelib on a project and needed support for deserializing dates that have been serialized to JSON in the Microsoft format(described in more detail here: http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspx ). I...

Added support for additional URI schemes per RFC 3986[1]. Specifically this patch adds support for three special characters (".", "+", and "-") in the URI scheme that were previously being...

I add support for serialazing Objects that contains Vector properties

This method lacks of a Unit test, so one was added asserting the null and empty string returns.