About How to Add SWC Files in Flex Builder
Saturday, November 15th, 2008Maybe you are looking for the answer how to use SWC files in Flex Builder. Then following intruduction may help you to solve this problem. In fact it just need a few steps. At first let’s see the sentences from Adobe official. What is SWC files.
Compile Your SWC With ANT
Wednesday, October 22nd, 2008ANT is an excellent tool for automating software processes. It is like MAKE but it uses the Java language. If you are using Flex SDK not the Flex Builder, it must need to repeat the same command to complete the compile and package work. Then ANT could help you to do so. Following is the [...]