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

The parseW3CDTF() method gives a bad result with the following string : "2011-04-11T22:03:44.578125Z". As mentionned by the W3C (http://www.w3.org/TR/NOTE-datetime), the number after the "." is a decimal fraction of a...

Originally filed by mohammedsaleem on 2008-09-29T17:47:00 It would be great if you could provide maven artifacts for these projects. Flex-mojos is a good starting point for mavenizing them.

Priority-Medium
Type-Defect

If locale is set to "fr_FR" parseRFC822 fails. For exemple : trace(DateUtil.parseRFC822("Mon, 02 May 2011 08:53:37 +0200")); outputs: "Thu Dec 2 07:53:37 GMT+0100 2010"

Originally filed by marcinhow on 2007-09-04T12:50:55 What steps will reproduce the problem? 1. private var string: String = '[[{metadata:{fields: [{width:50,attrname:"NME_NIVEL_FORM",fieldtype:"string"}, {width:4,attrname:"ANO_FORM",fieldtype:"string"}]},rowdata: [["Doutorado","2006"]],version:2.0}]]'; 1. var obj: Object = JSON.decode(string); 2. Error:...

Type-Enhancement
Priority-Medium
JSON
strict

I've got the code that can calculate differences between dates and format them in English and Russian e.g. "1 year 2 months 56 minutes". It favors leap-years and other issues....

The ASDoc compilation fails in the build.xml, from the command line, and via an External Tool in both sdk's 3.5 and 4.1.0. (note, one must use aasdoc to include the...

Just downloaded the latest zip and noticed .svn folders in there so I figured I would post ;)

With the new strict flag, JSON.decode is backwards compatible, however the constructor for JSONDecoder is not backwards compatible, it still expects 2 parameters. Some libraries use this class directly, and...

All of the com.adobe.crypto classes (SHA1, etc) only take a ByteArray for the hashBytes method. This method should actually take the more general IDataInput. A use-case for this would be:...

Originally filed by marko.kocic on 2009-02-12T16:03:24 It would be a great addition to json library if it could be used to decode String stream. It is usefull when you are...

JSON
Type-Patch