Hi I am building a Flex Library that make use of some swc files that I do not have permission to include in the library. The Applications that uses my Library includes these swc files.
My library will not compile if I do not include the swc files. I am aware that there is a way to to this with Modules. With -link-report and then -load-externs. I have tried to do this with my Flex library. Then I do not get any error messages, but the swc file is not created. Is this even possible with a Flex library, what can I do? Thanks Peter

