I was trying to put the main mxml application file under the sub folder of the root 'src', i.e. src\abccorp\ui\flexapp\Main.mxml
However eclipse compiled the file and generated the swf under the same structure in the output root. i.e. output\abccorp\ui\flexapp\Main.swf Is there a way I can put the Main.mxml in the namespace subfolder under 'src' while keeping the output swf in the output root folder? For example: sourec in -- src\abccorp\ui\flexapp\Main.mxml swf in -- output\Main.swf Thanks, Sam (P.S. I had to include the path abccorp\ui\flexapp\Main.mxml in the .actionScriptProperties in order for the file gets compiled.

