Thanks for the input.. I'll keep trying.. Thanks for the RTFM advise Marvin, I'll bookmark that right away... The application already builds using ant tasks, using swf for the resource bundles (and hence I'm trying to change the build without changing code), that said at this stage it might be best to do the bundles as a swc, especially as it seems to work for everyone.
Thanks again Mark 2010/1/26 Logan Allred <[email protected]>: > On Tue, Jan 26, 2010 at 8:42 AM, Mark Lowe <[email protected]> wrote: >> Correct me if I'm wrong, but loading the bundles with the >> ResourceBundle metadata means the bundles are compiled into the swf. > > You could be right. We compile in English, and load all other > languages at runtime. So we have to do both, and I might be mixing > them up. > >> I did see the example, but the bundles and swf are in different >> modules, I was under the impression that I could build the bundle swfs >> with the application.. The copy-flex-resources goal certainly deals >> with including both application.swf with the Resource_{locale}.swf.. >> I'll try building them in different modules, although it would be a >> shame if this cant be handled in a single swf module. > > It should work just fine in a single swf module. > > 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/ -- 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/
