Hi, > Justin, let me see if I'm understanding the patch right. This is the file > that gets generated after you build the SDK, not any of your own projects, Yes that's correct. This file (as far as I know) is only used in Flash Builder to show the name of the SDK. Other IDE's might use it but not 100% sure.
If you compile the SDK for any other locale or a flash player version previously the description wasn't enough to tell you what it was compiled for this could cause some confusion. > that target the SDK, right? SDK may contain several different playerglobal > libraries, same goes for locales. In fact, several released versions of SDK > shipped with 2 playerglobals, so that's not a theoretical possibility. Each compile of the SDK will be for one player global (and one locale using framework_build.xml). The version of player global directly related to the version of the flash player you are targeting so it will use only one version of it. The build.xml scripts have to the option to compile for multiple locales but I've not modified those fully (yet) as I'm waiting on further donations from Adobe. Does that clear things up? Thanks, Justin