The requirement is to build one component that I can distribute to a wide range of agencies to use in their Flash training.
Ideally, it would be ideal to email out one MXP to our agencies. They could install it using the Extension Manager and it would take care of everything. But my problem is I have no control over how they build their training. I need my components/classes to be accessible in Flash IDE, Flex Builder, FlashDevelop, and whatever other iteration of software comes out in the future.
There is ONE main class and one event class that it calls. The debugging capabilities consist of 3 classes and 3 MCs. I have the MCs compiled into one SWC that I use in FlashDevelop without any problems. The debugging classes extend the MC class in the SWC. It works brilliantly.
But that SWC doesn't compile in Flex Builder. Flash IDE borks at trying to compile from an SWC unless its in the specific project folder for the .FLA. It doesn't work from the Components folder.
Is there anyone well versed in a multi-use set up for components? Ideally I'd like to compile everything into one that worked across all. I won't want a "here's your Flex Builder components, here's your Flash components" scenario. I would even like to include the AS2 component (one compiled MC) if possible too.
I'm really not good with the technics. Can anyone help guide me?