Hi, I am new to flex. I am trying out the Greeter sample at http://livedocs.adobe.com/labs/flex3/html/02_Getting_Started__23.html#126410
I saved the mxml and as classes in 2 separate files but can't get mxmlc to compile both. mxml only takes 1 src filename as input at a time. How can I get mxmlc to detect the as file dependency automatically while compiling the mxml and pick up the .as file and compile it ? Is there a search path for as files that I can set ? -srp

