I'm trying, without success, to compile an ActionScript "Hello World" into a SWF file.
This is what I've done so far:
- I downloaded Flex SDK 4.6 from here
- I created a "hello world" .as file using the examples in here
- I try to compile the .as file following the instructions in this page
I'm using the command line:
D:\flex_sdk_4.6\bin\mxmlc.exe test.as
And the result I get is:
Loading configuration file D:\flex_sdk_4.6\frameworks\flex-config.xml
Error: null
What am I missing or doing wrorg?
Should I not get at least compilation errors if my ActionScript code was wrong?
I'll apreciate some directions please.
PS: I also tried with Apache Flex 4.9 but I get the exact same result Error: null