http://flex.apache.org/installer/sdk-installer-config-4.0.xml is probably the best location to look for this. A flash player node looks like this:
<versionP id="flash.sdk.version.14.0b" version="14.0" displayVersion="14.0.0.125 Beta"> <server id="flash.sdk.server.14.0b">http://download.macromedia.com </server> <folder id="flash.sdk.folder.14.0b">get/flashplayer/updaters/14/</folder> <path id="flash.sdk.path.14.0b"> http://download.macromedia.com/get/flashplayer/updaters/14/</path> <file id="flash.sdk.file.14.0b">playerglobal14_0.swc</file> <md5 id="flash.sdk.md5.14.0b">2465d2fcf0d985ed10231b43f61c3024</md5> <swfversion id="flash.sdk.swfversion.14.0b">25</swfversion> </versionP> Combining path+ file will give you the correct url. For example: http://download.macromedia.com/get/flashplayer/updaters/14/playerglobal14_0.swc Thanks, Om On Wed, Jun 25, 2014 at 10:53 AM, Christofer Dutz <christofer.d...@c-ware.de > wrote: > Hi guys, > > While doing some last tests with the new Mavenizer, I just noticed that I > currently don't know where to download playerglobals resource bundles from. > So I guess you have solved this in the Installer so could you please post > how to construct the url to download the resource bundles? > > Chris >