Mike
Mike

Reputation: 9

Compile AS project via command line

I downloaded Flex SDK 4 and also an .as project with many classes. In order to learn I want to build them and execute. How do I do it ?

I tried with FlashDevelop, but it's not working and when works compile only one single class.

I READ IT BUT I'M GETTING ERROR. CAN SOMEONE ELSE EXPLAIN IT TO ME IN A NUTSHELL ? THANKS !

THANKS GOD, I ALREADY FIGURED OUT HOW TO DO IT. I HAD TO SET UP THE ENVIRONMENT VARIABLES.

Upvotes: 0

Views: 155

Answers (1)

JeffryHouser
JeffryHouser

Reputation: 39408

Have you read any of the documentation on using the flex Command line compiler?

http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7ffd.html

I suggest reading through the docs, and then coming back here with your specific problem.

Upvotes: 1

Related Questions