On Thu, Apr 29, 2010 at 7:55 AM, Bjorn Harvold <[email protected]> wrote: > I want to have a common resource bundle swf for several application swfs. > That's why I created i18n. I want all my modules to be able to load > i18n-en_US.swf at runtime. So you are saying that is not currently > supported?
What isn't supported (AFAIK) is to build *just* i18n-en_US.swf (resource bundle swf) without also building i18n.swf (application swf). But I see no reason you can't reuse the i18n-en_US.swf for other projects that use the same resources, unless the optimizing mxmlc compiler strips out non-used resources. I've never tried it. 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 http://flexmojos.sonatype.org/
