On Wed, Sep 16, 2009 at 12:15 PM, Luiz Rolim <[email protected]> wrote: > 1) could the module“s project be a swc project or should it be swf?
I haven't done modules either, but from what I understand, it depends. If you just want to have some common resources to reuse across different projects, you can create a swc project and then just reference the resources you need, but they will be compiled in. No need for a module. If you want to load the resources at runtime using a module, then you need to create a swf project, as runtime modules are swfs. Logan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
