Currently we have a large project that was created in Flash and AS3. I know that you can't really compile or build fla's with ANT. I have seen all of the flex capabilities with ANT. So let me explain a little of what and why we are trying to do this and hopefully someone will have a suggestion on how to solve this.
- We want to customize our final product so that we can swap out images and color schemes (other things too) on the command line.
- We want to use ANT to be able to build our project and control the command line.
- Basically end product, the user will just tell it where the images are and only take a couple minutes.
Do we have to convert our project into Flex to do this? Anything to kick start me would be great. I have never used ANT so I am trying to learn that along the way in completing this.
p.s. I am messing around with ANT in Eclipse currently.