Could be a bug in the SDK or could be a bug in the example. There are something you are not supposed to do if you want your app to be loaded by another app. Like using FlexGlobals.topLevelApplication, or not fixing up relative URLs. Proper use of moduleFactory parameters are often needed to get styles/skins to work. I don't know the rules for resources, but I imagine that if you end up talking to the wrong ResourceManagerImpl, you'll be looking at the wrong set of resources. It may be that big-"R" ResourceManager references the first app loaded so these examples should be getting the ResourceManagerImpl for their SWF some other way which may require some moduleFactory parameter or some other API.
HTH, I'm signing off for today. -Alex On 9/11/14 11:26 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >> So you pick greek and nothing shows? Sounds like the localeChain isn't >> getting configured properly. > >Looks to me like it may be a bug if one swf (compiled with en_US) loads >another compiled with multiple locales? > >Justin