How are you compiling? Are you using the -module-output flag? I believe it should work by first compiling your main.mxml then compiling your module.mxml with the -module-output flag. What that flag does it make it so the javascript files go into the same bin folder that main.mxml created nested into whatever directory you specifiy.
Also be sure to enter a directory for the -module-output flag. eg. -module-output=/contact -Gabriel B -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
