as3corelib
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...
Adobe document for Actionscript 3.0 points to your set of classes to execute encrypted database. http://help.adobe.com/en_US/as3/dev/WS8AFC5E35-DC79-4082-9AD4-DE1A2B41DAAF.html Your EncryptionKeyGenerator.as class uses SHA256.as class that points to import of non existent mx.utils...
Hello, I get a warning when compiling because values set to ints are too big (> 0x7fffffff). -> com.adobe.crypto.SHA1.as lines 126, 127 & 129 -> com.adobe.crypto.SHA224.as lines 123, 126, 127...
no one would use both ECMA5 JSON(JSON.stringify, JSON.parse) and as3corelib JSON except for benchmarking purposes. but in some day the default flex-config with FlashBuilder would target ``` flex-config.xml 13 ```...
If you create a new URI instance using a URL that has a query string property value containing an `=` symbol, the URI class will truncate the value at the...
I can't work out how to build. I don't like using ant, I don't like the way you setup your ant script, "FLEX_HOME needs to be defined as an environment...
Greetings, I made this change after trying to upgrade as3core lib and discovered an incompatibility that would cause us quite an unnecessary headache to refactor. I know that the code...
 Added accented chars support as stated on the bug (included fix) https://github.com/mikechambers/as3corelib/issues/128
Adding own 'substitute' method (for variable injections) to replace the one in mx.utils.StringUtil.