On 10/6/14, 12:51 PM, "raygan" <[email protected]> wrote:
>I'd like to compile all the resource files for different language locales >into the main SWF. > >Here is error message at runtime: >Error: Could not find compiled locale 'en_US'. > at >mx.resources::ResourceManagerImpl/setlocaleChain()[/Users/aharui/release4. >13.0/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as >:248] > at [C:\src\CurrentDev\FBUI\Flex\src\FBapp.as:180] This call stack looks like you are using ResourceManager from an ActionScript-only project. I don¹t recall off-hand if that is supported, but assuming it is, I suspect the issue is that the resource manager isn¹t initialized by the time your code runs. -Alex
