Version 1, last updated by marvotron at Jun 07 07:02 2008 UTC
Actionscript Development Setup
For working with the AS3 code I have my FlexBuilder setup like this :
Top Level Projects
1. AS3-OSCLib (trunk/as3)
No external dependencies, just the flex sdk library stuff.
2. OSCBox (trunk/oscbox)
Which depends on
Dependencies
Minimal Components
http://code.google.com/p/minimalcomps/
You can use the .swc or checkout the code as a project. I use the source, checked out into a project called MinimalComponents
Again, I use the source, checked out into a project called goasap.
This is the UI project based on go and is part of the 'Go Playground' here :
http://code.google.com/p/goplayground/
The GoBox svn is here :
https://goplayground.googlecode.com/svn/trunk/MartinWoodMitrovski/GoBox
which I have checked out as a project called GoBox in FlexBuilder.
GoBox also depends on GoAsap and MinimalComponents.