RE: [flexcoders] mxmlc.exe and config file?

2009-03-17 Thread Jim Hayes
It's been a while since I set this up, but I have two things that I seem to remember I needed to add to my mxmlc compile task: !-- use AIR config file, not flex one -- load-config filename=${FLEX_HOME}/frameworks/air-config.xml/ and !-- AIR SWC path -- external-library-path

RE: [flexcoders] mxmlc.exe and config file?

2009-03-17 Thread Jim Hayes
It's been a while since I set this up, but I have two things that I seem to remember I needed to add to my mxmlc compile task for AIR: !-- use AIR config file, not flex one -- load-config filename=${FLEX_HOME}/frameworks/air-config.xml/ and !-- AIR SWC path -- external-library-path