Check for ESR latest version
I use internal update server in my company and deploying the ESR version company-wide.
I'm trying to automate update checks to upload the actual version onto my server.
I can get the current public version using a method like this:
- Get the major version ($VersionMajor) from here: https://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/currentmajor.xml
- Go to the major version subdir and check for the full version here: https://fpdownload2.macromedia.com/pub/flashplayer/update/current/sau/$VersionMajor/xml/version.xml
Are there some URLs to check for the current ESR version using the method above?
For now I have to parse the Flash Player Distribution page and get ESR version from there, that is absolutely inconvenient (especially now, when there are two different versions for ActiveX/Plugin)...
