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 and indexAdmin.mxml to http://localhost/myApplication/admin/index.html. Is there any way to make it possible?
Thank you in advance. Sergey.

