You probably want to use the compc compiler <http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_22.html> to create .swc libraries that you can then include from your main application.

hth
Scott

Scott Melby
Founder, Fast Lane Software LLC
http://www.fastlanesw.com
http://blog.fastlanesw.com



y.mauron wrote:
Dear all,
I'm slightly new to the flex's world and am completely stuck in a
difficult (difficult for me) situation. I hope someone here will be
able to answer but I don't doubt of that seeing the high level threads.

I'm building a flex application that involves multiple "widget" or
components. I want to be able to package each of those components
sepparatly and thus I decided to create completely separated projects
for these components. My problem consists in finding a way to use a
flex project inside another project.
Let's say I have a "contact" project which provides an interface to
manage contacts and a "contract" project, which as you can guess,
provides an interface to manage contracts. I then build my principal
application and I want to display a contact management area and a
contract management one. Is there a canonical way to achieve that ? Is
it possible to consider a flex project a kind of widget that can be
instantiate in a more high-level application ?

Thank you in advance for your answers or tips.

Reply via email to