Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattupstate/AS3-Toolkit
A collection of goodies for developing ActionScript 3 applications
https://github.com/mattupstate/AS3-Toolkit
Last synced: 3 months ago
JSON representation
A collection of goodies for developing ActionScript 3 applications
- Host: GitHub
- URL: https://github.com/mattupstate/AS3-Toolkit
- Owner: mattupstate
- License: mit
- Archived: true
- Created: 2011-06-15T19:09:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-01T14:42:15.000Z (about 13 years ago)
- Last Synced: 2024-06-23T20:45:11.133Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 1.48 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - AS3-Toolkit - A collection of goodies for developing ActionScript 3 applications (Utilities / Other Utilities)
README
# AS3-Toolkit
### A collection of goodies for building ActionScript 3 apps.
It contains a wide array of utilities and abstracted UI classes that can increase your producitivty.
Import the library into your project source, or compile the SWC file and include that instead.
To generate documentation, compile the swc or run the unit tests, create a file named user.properties and define the path to the Flex SDK. For example:
FLEX_HOME = /Users/Matt/SDK/Flex/4.1
Build/compile the SWCant build
Run unit tests:
ant test
Create documentation:
ant docs