March 2008 Archives
AS3ScribdLib has been updated to version 0.85.
Changelog:
* Fixed docs.uploadFromUrl().
* Added documentation.
* Added a download link (includes docs, src, and swc).
Links:
* Main Page
* Download
* Source
* Docs
Dependencies:
* as3corelib
* as3flexunitlib (Only necessary for running unit tests for the library)
TODO:
* docs.upload()
* user.signup()
I've updated my Language References post with the latest and greatest since Flex 3 and AIR were officially released.
I've also added a subheading for Flash library language references.
If you've created a library with public facing docs let me know.
I'll continue to try and update the post.
I just finished AS3ScribdLib, the AS3 API for Scribd.
The source code can be found on Google Code: http://code.google.com/p/as3scribdlib
The project has the following dependencies:
* http://code.google.com/p/as3corelib
* http://code.google.com/p/as3flexunitlib (Only necessary for running unit tests for the library)
The project has the following known issues:
* docs.upload() and docs.uploadFromUrl() not functioning properly
* user.signup() not functioning properly
After committing to creating the API I quickly realized that it is not the API for iPaper, but the actual API for handling document upload and management and user registration for the overall Scribd service.
Once I get upload and signup functioning 100%, I'll move onto iPaper to see what API might be available for it.