|
Main
Wiki for ActionScript 3 corelib Project THIS PROJECT HAS MOVED AND IS NO LONGER BEING MAINTAINED ON GOOGLE CODE THE NEW PROJECT HOME CAN BE FOUND AT: https://github.com/mikechambers/as3corelib THIS PAGE IS NO LONGER MAINTAINED AND HAS BEEN MOVED TO: https://github.com/mikechambers/as3corelib/wikis IntroductionThe corelib project is 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, JSON serialization as well as general String, Number and Date APIs. DetailsFunctionality includes:
Authors
This project was contributed to the open source community by Adobe and was originally hosted on Adobe Labs. |
► Sign in to add a comment
somebody should put up the AS Docs on a web page somewhere... i don't wnat to have to download the whole zip, unzip, etc to see the docs... devs are lazy :-)
You can find the docs here:
http://as3corelib.googlecode.com/svn/trunk/docs/index.html
Everything about the JPEGEncoder and PNGEncoder is working… except for the fact that I can’t open the JPEG (or PNG) after it downloads to my desktop. Every program I use complains that there appears to be corrupt data.
I’ve tried downloading zip archives of other people's SWF/PHP combinations, and always get the same result: files that do contain data, but can't be opened with image viewing software of any stripe, because the data is "corrupt" or "invalid".
Is this a PHP thing? Is this an Apache thing? A security thing? I wish there were examples of the code in action....
I read somewhere that using Vectors and fixed point integer arithmetic would give us close to native speeds on JPEG encoding. Is that something we can expect to see in as3corelib sometime soon? That would be a great performance improvement. Please let us know.
http://ntt.cc/category/programming/ria-flex/as3corelib
Nice lib guys, but I wonder why you implemented StringUtils?.replace by yourself and didn´t used the faster String.split().join() technique for replacing?
@a.goli...@web.de
Have you done any performance tests between corelib implementation and split()? If it is faster then we can replace it.
If you do have some, can you post an issue about it with the info?
Thanks...
mike
It would be awesome if someone could come up with DICOM support (next to the JPG & PNG support). This way Flex would be a serious option in the medical world.
Could you add Blowfish and AES? Because as3Crypto is undocumented and slightly bloated imho. Cheers.
very interesting project :) thanks :)
nice project, good job
I'm new to Flash (using CS4, ActionsScript? 3.0, and not Flex), and I want to download as3corelib but have three questions please:
1. To what folder do I put it after downloading?
2. Do I unzip it with Winzip, or leave it as a zip file?
3. Do I need to do anything within the Flash application to start using it, or just add the import statements as the AS3 examples show?
Thanks much for any help.
I am trying to use the JSON API to encode decode the data.
I get the below run time error:
ReferenceError?: Error #1065: Variable {"id":646,"method":"getInfo","jsonrpc":"2","params":} is not defined.
The code is as shown below:-
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
</mx:Application>
I added the swc to the library path manually.
Please let me know what am I missing.
Thanks in Advance, Anil
I'll second the DICOM support comment