In FB, I think it's not possible. ________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov Sent: Monday, April 16, 2007 10:25 AM To: [email protected] Subject: [flexcoders] How to manage 2 applications with different output folders in one project? Hi All! I have two applications: client and administrator area. They have a lot of common classes, therefore I have created two Flex Projects (MyApplication and MyApplicationAdmin) and one Flex Library Project (MyApplicationFlexLibrary) and placed all the classes they use together into the MyApplicationFlexLibrary. Actually, I consider this method is not easy to manage when working in a team, because each class added to the library should be registered within it and developers usually forget about it, so that I'd prefer to have only 1 project instead of 3 with 2 mxml applications - index.mxml and indexAdmin.mxml, but I want index.mxml to be published to http://localhost/myApplication/index.html <http://localhost/myApplication/index.html> and indexAdmin.mxml to http://localhost/myApplication/admin/index.html <http://localhost/myApplication/admin/index.html> . Is there any way to make it possible? Thank you in advance. Sergey. --------------------- An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. --------------------- --------------------- An electronic message is not binding on its sender. Any message referring to a binding engagement must be confirmed in writing and duly signed. ---------------------

