Hi, I am working hard on getting to build flexmojos with the alternate fdk structure. I wasted about 6 hours trying to figure out a problem I was having and traced it back to Velo sort of creating a copy of each playerglobal and renaming it from playerglobal-{flash.version}.swc to playerglobal.swc and then to replace the dependency in the build ... I found a note that the file has to be called playerglobal.swc but it seems more recent flex compilers don't have any problems with playerglobal-{flash.version}.swc ... if this was an old requirement, I would like to simplify the dependency management and remove this renaming code ...
So is this now an obsolete requirement? Chris