Welcome to the Flash Player and AIR 32 release notes!
October 9, 2019
In today's scheduled release, we've updated Flash Player with important bug fixes.
September 10, 2019
In today's scheduled release, we've updated Flash Player with important bug and security fixes.
August 13, 2019
In today's scheduled release, we've updated Flash Player with important bug fixes.
July 9, 2019
In today's scheduled release, we've updated Flash Player with important bug fixes.
June 11, 2019
In today's scheduled release, we've updated Flash Player with important bug and security fixes.
May 14, 2019
In today's scheduled release, we've updated Flash Player with important bug and security fixes.
April 25, 2019
In today's release, we've updated the AIR shared runtime with an important bug fix for video playback. Customers that rely on the shared runtime will automatically be prompted to update.
April 9, 2019
In today's scheduled release, we've updated Flash Player and AIR with important bug and security fixes.
March 12, 2019
In today's scheduled release, we've updated Flash Player with important bug and security fixes.
February 12, 2019
In today's scheduled release, we've updated Flash Player with important bug and security fixes.
January 8, 2019
In today's scheduled release, we've updated Flash Player with important bug fixes.
December 11, 2018
In today's scheduled release, we've updated the AIR SDK and Runtime with bug fixes and new functionality.
December 5, 2018
In today's release, we've updated Flash Player 32 with critical bug fixes and security updates. AIR 32 will be released on December 11th.
How to update Flash Player
Current Flash Player customers who have enrolled in the "Allow Adobe to install updates (recommended)" update mechanism will be automatically updated to the latest version of Flash Player within 24 hours after release.
Users who have selected "Notify me to install updates" will receive an update notification dialog within 7 days from release date. Please note that Windows users will need to restart their system or log out and in to activate the update notification dialog.
The latest version of Flash Player can always be downloaded and installed by simply visiting https://get.adobe.com/flashplayer
Customers using Google Chrome or Windows 8.x/10 Internet Explorer or Microsoft Edge will receive updates through the Google and Microsoft update mechanisms.
How to contact us
We hope you enjoy this release. If you encounter any problems, please let us know by posting issues to our public bug database. For installation or usage help, please visit our community forums for assistance.
Adobe Bug Database - https://tracker.adobe.com/
Flash Player Forums - http://forums.adobe.com/community/flashplayer
AIR Forums - http://forums.adobe.com/community/air
EnableInsecureActiveXNavigateToURL
We've added a new Flash Player option to override the Flash Player 32 and above behavior of strictly enforcing Same Origin Policy with requests made from NavigateToURL() in the ActiveX Flash Player for IE and Edge on Windows. We recommend that administrators leave this feature disabled. Additional information can be found in the Flash Player Administrator Guide.
Adobe AIR News
Exciting news for Adobe AIR developers. Please see our announcement on the future of Adobe AIR.
October 9, 2019
- Assorted functional fixes
September 10, 2019
- Added macOS Notarization support
- Assorted functional and security fixes
August 13, 2019
Flash Player
- Assorted functional fixes
July 9, 2019
Flash Player
- Assorted functional fixes
June 11, 2019
Flash Player
- Assorted security and functional fixes
May 14, 2019
Flash Player
- Internet explorer quits unexpectedly on opening some websites (FP-4199000)
- Win10 - Increase in load times from < 1 to > 30 seconds for AX control in .NET Application (FP-4198953)
April 14, 2019
AIR
- Reverted video pipeline changes in the shared runtime that went in too soon.
April 9, 2019
Flash Player
- Assorted security and functional fixes
AIR
- Swift 4.2 dylibs are getting incorrectly signed (AIR-4198777)
- iOS app crashes if a NetStream is referenced by a class variable when app is brought to foreground (AIR-4198784)
- Add launch images for 2018 models of iPad Pro 11" and 12.9" (AIR-4198773)
- SecureSocket can't connect when hostname only matches Subject Alternative Names (AIR-4198762)
- TouchEvent systems stops sending TOUCH_END events to air app on iPhoneX (AIR-4198768)
- iOS AIR Application produces error with new LD upgrade (FLASH-4190918)
- iOS SDK version warning on submitting air apps to app store (AIR-4198787)
March 12, 2019
Flash Player
- Assorted security and functional fixes
February 12, 2019
Flash Player
- Assorted security and functional fixes
January 8, 2019
Flash Player
- Flash Memory usage increased with latest version leading to application performance issues (FP-4198948)
December 11, 2018
- AIRClient (AIR Android) fails to make rtmps connection with the server if TLS 1.0 is disabled on the server (FLASH-4190642)
- Launch Image name mapping for iPhone XS and iPhone XR (FLASH-4190711)
- Installing on latest iOS devices through ADT fails (XS, XS max) (AIR-4198748)
- Sound: Custom sampling with shared sound source creates crackling artifacts (AIR-4198737)
- Multi-touch in Win10 experiencing performance hit (FLASH-4085538)
- [iOS 12]Keyboard isn't coming at its default position when packed using platformsdk option (FLASH-4190759)
- AIR application quits unexpectedly when playing video loops for many hours (FLASH-4190569)
- App quits unexpectedly when Scout is connected (AIR-4198756)
December 5, 2018
Flash Player
- Assorted security and functional fixes
AIR Runtime is now built with iOS 12.1 SDK, which enables AIR developers to use ANEs built with iOS 12.1 APIs without using the –platformSDK switch while packaging with ADT.
To use existing ANEs built with earlier iOS version:
- Apple has removed support for libstdc++ from Xcode10 (iOS12). All the native static libraries used in ANE, which are built with libstdc++ will not work with the latest AIR SDK. It will throw the below error. The static library has to be rebuilt with Xcode 10 and repackaged.
Error : ld: library not found for -lstdc++
ld: library not found for -lstdc++
Compilation failed while executing : ld64
- We have updated some of the symbols in the stub files generated, which are in accordance with Apple’s changes. If you see below error during packaging ipa with ANE, repackage the ANE with the latest AIR SDK.
Error: Undefined symbols for architecture armv7/arm64
If we are using -platformsdk, we need to replace the ld from /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin to /AIRSDK/lib/aot/bin/ld64/ld64 and rename it to ld64.
While using -platformsdk, developers must specify the iphoneOS version number 12.0 in the path to avoid any unintended behavior. For example, /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk
Until AIR SDK 31, when an application runs in the background, access to geolocation services is paused after some time. This is as designed behavior implemented by Apple. When the services are paused it is the user’s responsibility to enable the geolocation services by re-launching the application.
Native iOS application developers can set the flag pausesLocationUpdatesAutomatically as false which helps in keeping navigation services running in the background. Since continuous running can cause battery drain, native iOS flag desiredAccuracy permits the developer to specify the accuracy of the geolocation data required by the app.
Starting AIR SDK 32, two new properties have been defined on the Geolocation object to allow users to replicate the native iOS behavior. The properties are:
pausesLocationUpdatesAutomatically: This would allow application developers to choose if they want to keep the geolocation services active when the application is in the background. The value of this property is set to true by default. Setting it to false would keep the geolocation services running in the background. Setting it to true will replicate default native iOS behavior of pausing the location services after some period of inactivity.
desiredAccuracy: This property allows application developers to specify the accuracy of the geolocation data to prevent drainage of battery with the long continuous usage of geolocation services. It can be set to:
• Geolocation.LOCATION_ACCURACY_BEST_FOR_NAVIGATION: for the highest possible accuracy that uses additional sensor data to facilitate navigation apps.
• Geolocation.LOCATION_ACCURACY_BEST: for the best level of accuracy available.
• Geolocation.LOCATION_ACCURACY_NEAREST_TEN_METERS: for the accuracy of within ten meters of the desired target.
• Geolocation.LOCATION_ACCURACY_HUNDRED_METERS: for the accuracy of within one hundred meters of the desired target.
• Geolocation.LOCATION_ACCURACY_KILOMETER: for accuracy to the nearest kilometer.
• Geolocation.LOCATION_ACCURACY_THREE_KILOMETERS: for accuracy to the nearest three kilometers.
The properties can only be set after geolocation permission is requested. Also, the following key needs to be set in the application XML to allow location access to the application when running in the background.
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
The properties are introduced for iOS, Android remains unaffected by this change.
With AIR SDK version 32, support of launch images for iPhone XS, iPhone XS Max and iPhone XR is added. Refer the table below for launch image names and dimensions:
Devices | Resolution (pixels) | Launch image name | Orientation |
iPhone X, XS | 1125×2436 | Default-812h@3x~iphone.png | Portrait |
iPhone X, XS | 2436×1125 | Default-Landscape-812h@3x~iphone.png | Landscape |
iPhone XR | 828 × 1792 | Default-896h@2x~iphone.png | Portrait |
iPhone XR | 1792 × 828 | Default-Landscape-896h@2x~iphone.png | Landscape |
iPhone XS Max | 1242 × 2688 | Default-414w-896h@3x~iphone.png | Portrait |
iPhone XS Max | 2688 × 1242 | Default-Landscape-414w-896h@3x~iphone.png | Landscape |
Starting AIR and Flash Player version 32, a new property cpuAddressSize is added to flash.system.Capabilities class. The cpuAddressSize specifies whether the Flash Player instance or an AIR application running on the system is 32-bit or 64-bit. This read only property returns value 32 or 64 for 32-bit and 64 for 64-bit applications respectively.
Note:
For a full list of features in Flash Player and AIR, including features introduced in previous releases, please review the document here
Deliverable | Released Version |
Flash Player Windows for Internet Explorer - ActiveX | 32.0.0.270 |
Flash Player Windows for Firefox - NPAPI | 32.0.0.270 |
Flash Player Windows for Chromium - PPAPI | 32.0.0.270 |
Flash Player Mac for Safari and Firefox - NPAPI | 32.0.0.270 |
Flash Player Mac for Chromium - PPAPI | 32.0.0.270 |
Flash Player Win 8 & 10 for Internet Explorer & Edge | 32.0.0.255 |
Flash Player Mac for Google Chrome | 32.0.0.270 |
Flash Player Windows for Google Chrome | 32.0.0.270 |
Flash Player ChromeOS | 32.0.0.270 |
Flash Player Linux for Google Chrome | 32.0.0.270 |
Flash Player Linux for Chromium - PPAPI | 32.0.0.270 |
Flash Player Linux for Firefox - NPAPI | 32.0.0.270 |
AIR Desktop Win Runtime | 32.0.0.125 |
AIR Desktop Mac Runtime | 32.0.0.125 |
AIR SDK & Compiler Windows | 32.0.0.116 |
AIR SDK & Compiler Mac | 32.0.0.116 |
AIR SDK Windows | 32.0.0.116 |
AIR SDK Mac | 32.0.0.116 |
Security Bulletin | Impacted Deliverables |
APSB19-46 | Adobe Flash Player |
Authoring for Flash Player 32
To use the new Flash Player, you will need to target SWF version 43 by passing "-
- Download the new
playerglobal .swc for Flash Player 32 - Download and install Flash Builder 4.7 from Creative Cloud: https://creative.adobe.com/products/flash-builder
- Backup the existing AIR SDK if you need to restore it later then replace the bundled AIR SDK with the AIR 32 SDK. To do this, unzip the AIR 32 SDK to this location:
- MacOS: /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.348297/AIRSDK
- Windows: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\
- In Flash Builder, create a new project: File -> New -> project.
- Open the project Properties panel (right-click and chose 'Properties').
- Select
ActionScriptCompiler from the list on the left. - Add "-swf-version=43" to the 'Additional compiler arguments' field.
- This ensures the outputted SWF targets SWF version 43. If you compile on the command-line and not in Flash Builder, you need to add the same compiler argument.
- Ensure you have installed the new Flash Player 32 build in your browser.
Authoring for AIR 32 Update to the AIR 32 namespace
You must update your application descriptor file to the 32
Found a bug? Please submit a bug to the Flash Player and Adobe AIR bug database.
Flash Player and AIR may leverage your graphics hardware to decode and play H.264 video. There may be video issues that can only be reproduced with your particular graphics hardware and driver. When reporting an issue involving video, it is essential to note your graphics hardware and driver, along with your operating system and browser (when using Flash Player), so that we can reproduce and investigate issues. Please be sure to include this information as described in Instructions for Reporting Video Playback Issues. Note: Due to the high volume of email we receive, we are unable to respond to every request.
Thank you for using Adobe® Flash Player® and AIR® and for taking the time to send us your feedback!
Release Date | Runtime Version | Security Enhancements |
October 9, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.270 | |
September 10, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.255 | APSB19-46 |
August 13, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.238 | |
July 9, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.223 | |
June 11, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.207 | APSB19-30 |
May 14, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.192 | APSB19-26 |
April 25, 2019 | AIR Runtime 32.0.0.125 | |
April 9, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.171 AIR Runtime 32.0.0.116 AIR SDK 32.0.0.116 | APSB19-19 |
March 12, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.156 | |
February 12, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.142 Flash Player (Win 8.1/10 ActiveX) 32.0.0.144 | APSB19-06 |
January 8, 2019 | Flash Player (Win, Mac, Linux) 32.0.0.114 | APSB19-01 |
December 11, 2018 | AIR Runtime 32.0.0.89 AIR SDK 32.0.0.89 | |
December 5, 2018 | Flash Player (Win, Mac, Linux) 32.0.0.101 | APSB18-42 |
November 13, 2018 | Flash Player (Win, Mac, Linux) 31.0.0.148 | APSB18-39 |
October 9, 2018 | Flash Player (Win, Mac, Linux) 31.0.0.122 | APSB18-35 |
September 11, 2018 | Flash Player (Win, Mac, Linux) 31.0.0.108 AIR Runtime 31.0.0.96 AIR SDK 31.0.0.96 | APSB18-31 |
August 14, 2018 | Flash Player (Win, Mac, Linux) 30.0.0.154 | APSB18-25 |
July 10, 2018 | Flash Player (Win, Mac, Linux) 30.0.0.134 | APSB18-24 |
June 7, 2018 | Flash Player (Win, Mac, Linux) 30.0.0.113 AIR Runtime 30.0.0.107 AIR SDK 30.0.0.107 | APSB18-19 |
May 8, 2018 | Flash Player (Win, Mac, Linux) 29.0.0.171 | APSB18-16 |
April 13, 2018 | AIR SDK 29.0.0.122 | |
April 10, 2018 | Flash Player (Win, Mac, Linux) 29.0.0.140 | APSB18-08 |
March 13, 2018 | Flash Player (Win, Mac, Linux) 29.0.0.113 AIR Runtime 29.0.0.112 AIR SDK 29.0.0.112 | APSB18-05 |
February 6, 2018 | Flash Player (Win, Mac, Linux) 28.0.0.161 | APSB18-03 |
January 9, 2018 | Flash Player (Win, Mac, Linux) 28.0.0.137 | APSB18-01 |
December 12, 2017 | Flash Player (Win, Mac, Linux) 28.0.0.126 AIR Runtime 28.0.0.127 AIR SDK 28.0.0.125 | APSB17-42 |
November 14, 2017 | Flash Player (Win, Mac, Linux) 27.0.0.187 | APSB17-33 |
October 25, 2017 | Flash Player (Win, Mac, Linux) 27.0.0.183 | |
October 16, 2017 | Flash Player (Win, Mac, Linux) 27.0.0.170 | APSB17-32 |
October 10, 2017 | Flash Player (Win, Mac, Linux) 27.0.0.159 AIR SDK Win 27.0.0.132 | APSB17-31 |
September 12, 2017 | Flash Player (Win, Mac, Linux) 27.0.0.130 AIR SDK and Runtime Win 27.0.0.124 AIR SDK and Runtime Mac 27.0.0.128 | APSB17-28 |
August 8, 2017 | Flash Player (Win, Mac, Linux) 26.0.0.151 | APSB17-23 |
July 11, 2017 | Flash Player (Win, Mac, Linux) 26.0.0.137 AIR Runtime 26.0.0.127 | APSB17-21 |
June 16, 2017 | Flash Player (Win, Mac, Linux) 26.0.0.131 | |
June 13, 2017 | Flash Player (Win, Mac, Linux) 26.0.0.126 Flash Player (ActiveX Win 8/10) 26.0.0.120 AIR SDK and Runtime 26.0.0.118 | APSB17-17 |
May 9, 2017 | Flash Player (Win, Mac, Linux) 25.0.0.171 | APSB17-15 |
April 20, 2017 | Flash Player (Mac) 25.0.0.163 | |
April 11, 2017 | Flash Player (Win, Mac, Linux) 25.0.0.148 | APSB17-10 |
March 14, 2017 | Flash Player (Win, Mac, Linux) 25.0.0.127 AIR SDK and Runtime 25.0.0.134 | APSB17-07 |
February 14, 2017 | Flash Player (Win, Mac, Linux) 24.0.0.221 | APSB17-04 |
January 10, 2017 | Flash Player (Win, Mac, Linux) 24.0.0.194 | APSB17-02 |
December 13, 2016 | Flash Player (Win, Mac, Linux) 24.0.0.186 AIR SDK and Runtime 24.0.0.180 | APSB16-39 |
November 8, 2016 | Flash Player (Win, Mac, Linux) 23.0.0.207 Flash Player (NPAPI Linux) 11.2.202.644 | APSB16-37 |
October 26, 2016 | Flash Player (Win, Mac, Linux) 23.0.0.205 Flash Player (NPAPI Linux) 11.2.202.643 | APSB16-36 |
October 11, 2016 | Flash Player (Win, Mac, Linux) 23.0.0.185 Flash Player (NPAPI Linux) 11.2.202.637 Flash Player (ESR) 18.0.0.382 | APSB16-32 |
September 13, 2016 | Flash Player (Win, Mac, Linux) 23.0.0.162 Flash Player (NPAPI Linux) 11.2.202.635 Flash Player (ESR) 18.0.0.375 AIR SDK and Runtime 23.0.0.257 | APSB16-29 APSB16-31 |
July 14, 2016 | Flash Player (Win ActiveX) 22.0.0.210 | |
July 12, 2016 | Flash Player (Win, Mac, Linux) 22.0.0.209 Flash Player (NPAPI Linux) 11.2.202.632 Flash Player (ESR) 18.0.0.366 | APSB16-25 |
June 16, 2016 | Flash Player (Win, Mac, Linux) 22.0.0.185 Flash Player (NPAPI Linux) 11.2.202.626 Flash Player (ESR) 18.0.0.358 AIR SDK and Runtime 22.0.0.153 | APSB16-18 APSB16-23 |
May 12, 2016 | Flash Player (Win, Mac, Linux) 21.0.0.242 Flash Player (NPAPI Linux) 11.2.202.621 Flash Player (ESR) 18.0.0.352 AIR SDK and Runtime 21.0.0.215 | APSB16-15 |
April 21, 2016 | Flash Player (Mac NPAPI) 21.0.0.226 | |
April 12, 2016 | AIR SDK and Runtime 21.0.0.198 | |
April 8, 2016 | Flash Player (Google Chrome) 21.0.0.216 | |
April 7, 2016 | Flash Player (Win, Mac, Linux) 21.0.0.213 Flash Player (NPAPI Linux) 11.2.202.616 Flash Player (ESR) 18.0.0.343 | APSB16-10 |
March 23, 2016 | Flash Player (Win, Mac, Linux) 21.0.0.197 | |
March 10, 2016 | Flash Player (Win, Mac, Linux) 21.0.0.182 Flash Player (NPAPI Linux) 11.2.202.577 Flash Player (ESR) 18.0.0.333 AIR SDK and Runtime 21.0.0.176 | APSB16-08 |
February 9, 2016 | Flash Player (Win, Mac, Linux) 20.0.0.306 Flash Player (NPAPI Linux) 11.2.202.569 Flash Player (ESR) 18.0.0.329 AIR SDK and Runtime 20.0.0.260 | APSB16-04 |
January 19, 2016 | Flash Player (Win, Mac, Linux) 20.0.0.286 | |
January 1, 2015 | Flash Player ActiveX (Win 7) 20.0.0.270 | |
December 28, 2015 | Flash Player (Win, Mac, Linux) 20.0.0.267 Flash Player (NPAPI Linux) 11.2.202.559 Flash Player (ESR) 18.0.0.324 AIR SDK and Runtime 20.0.0.233 | APSB16-01 |
December 8, 2015 | Flash Player (Win, Mac, Linux) 20.0.0.228 Flash Player (NPAPI Win & Mac) 20.0.0.235 Flash Player (NPAPI Linux) 11.2.202.554 Flash Player (ESR) 18.0.0.268 AIR SDK and Runtime 20.0.0.204 | APSB15-32 |
November 10, 2015 | Flash Player (Win, Mac, Linux) 19.0.0.245 Flash Player (NPAPI Linux) 11.2.202.548 Flash Player (ESR) 18.0.0.261 AIR SDK and Runtime 19.0.0.241 | APSB15-28 |
October 16, 2015 | Flash Player (Win, Mac, Linux) 19.0.0.226 Flash Player (PPAPI ChromeOS) 19.0.0.225 Flash Player (NPAPI Linux) 11.2.202.540 Flash Player (ESR) 18.0.0.255 | APSB15-27 |
October 13, 2015 | Flash Player (Win & Mac) 19.0.0.207 Flash Player (PPAPI Linux) 19.0.0.207 Flash Player (NPAPI Linux) 11.2.202.535 Flash Player (ESR) 18.0.0.252 AIR SDK and Runtime 19.0.0.190 | APSB15-25 |
September 21, 2015 | Flash Player (Win & Mac) 19.0.0.185 Flash Player (PPAPI Linux) 19.0.0.185 Flash Player (NPAPI Linux) 11.2.202.521 Flash Player (ESR) 18.0.0.241 AIR SDK and Runtime 19.0.0.190 | APSB15-23 |
August 11, 2015 | Flash Player (Win & Mac) 18.0.0.232 Flash Player (PPAPI Linux) 18.0.0.233 Flash Player (Linux) 11.2.202.498 Flash Player (ESR) 18.0.0.228 AIR SDK and Runtime 18.0.0.199 | APSB15-19 |
July 16, 2015 | Flash Player (Linux NPAPI) 11.2.202.491 Flash Player (ESR) 13.0.0.309 | APSB15-18 |
July 14, 2015 | Flash Player 18.0.0.209 | APSB15-18 |
July 8, 2015 | Flash Player 18.0.0.203 Flash Player (PPAPI Linux) 18.0.0.204 Flash Player (ESR) 13.0.0.302 Flash Player (Linux NPAPI) 11.2.202.481 Flash Player 17.0.0.191 AIR SDK and Runtime 18.0.0.180 | APSB15-16 |
June 23, 2015 | Flash Player 18.0.0.194 Flash Player (ESR) 13.0.0.296 Flash Player (Linux NPAPI) 11.2.202.468 Flash Player 17.0.0.190 | APSB15-14 |
June 9, 2015 | Flash Player (Win & Mac) 18.0.0.160 Flash Player PPAPI (Mac) 18.0.0.161 Flash Player (Linux) 11.2.202.466 Flash Player (ESR) 13.0.0.292 AIR SDK and Runtime (Win) 18.0.0.144 AIR SDK and Runtime (Mac) 18.0.0.143 | APSB15-11 |
May 12, 2015 | Flash Player (Win & Mac) 17.0.0.188 Flash Player (Linux) 11.2.202.460 Flash Player (ESR) 13.0.0.289 AIR SDK and Runtime 17.0.0.172 | APSB15-09 |
April 14, 2015 | Flash Player (Win & Mac) 17.0.0.169 Flash Player (Linux) 11.2.202.457 Flash Player (ESR) 13.0.0.281 AIR SDK and Runtime 17.0.0.144 | APSB15-06 |
March 12, 2015 | Flash Player (Win & Mac) 17.0.0.134 Flash Player (Linux) 11.2.202.451 Flash Player (ESR) 13.0.0.277 AIR SDK and Runtime 17.0.0.124 | APSB15-05 |
February 12, 2015 | AIR Desktop Runtime (Win) 16.0.0.273 AIR SDK (Win & Mac) 16.0.0.292 | |
February 5, 2015 | Flash Player (Win & Mac) 16.0.0.305 Flash Player (Linux) 11.2.202.442 Flash Player ESR (Win & Mac) 13.0.0.269 | APSB15-04 |
January 27, 2015 | Flash Player (Win & Mac) 16.0.0.296 Flash Player (Linux) 11.2.202.440 Flash Player ESR (Win & Mac) 13.0.0.264 | APSB15-03 |
January 22, 2015 | Flash Player (Win & Mac) 16.0.0.287 Flash Player (Linux) 11.2.202.438 Flash Player ESR (Win & Mac) 13.0.0.262 | APSB15-02 |
Janurary 13, 2015 | Flash Player (Win & Mac) 16.0.0.257 Flash Player (Linux) 11.2.202.429 Flash Player ESR (Win & Mac) 13.0.0.260 AIR Android 16.0.0.272 AIR Desktop Runtime 16.0.0.245 AIR SDK 16.0.0.272 | APSB15-01 |
December 9th, 2014 | Flash Player (Win & Mac) 16.0.0.235 Flash Player (Linux) 11.2.202.425 Flash Player ESR (Win & Mac) 13.0.0.259 | APSB14-27 |
December 9th, 2014 | Flash Player (Win & Mac) 15.0.0.246 | APSB14-27 |
November 11th, 2014 | Flash Player (Win & Mac) 15.0.0.223 Flash Player (Linux) 11.2.202.418 Flash Player ESR (Win & Mac) 13.0.0.252 AIR Android 15.0.0.356 AIR Desktop & SDK 15.0.0.356 | APSB14-24 |
September 23rd, 2014 | Flash Player (Windows ActiveX) 15.0.0.167 | APSB14-22 |
September 9th, 2014 | Flash Player (Win & Mac) 15.0.0.152 Flash Player (Linux) 11.2.202.406 Flash Player ESR (Win & Mac) 13.0.0.244 AIR Android 15.0.0.252 AIR Desktop & SDK 15.0.0.249 | APSB14-21 |
August 12th, 2014 | Flash Player (ActiveX, Mac NPAPI) 14.0.0.176 Flash Player (Win NPAPI) 14.0.0.179 Flash Player (PPAPI) 14.0.0.177 AIR Android 14.0.0.179 AIR Desktop & SDK 14.0.0.178 | APSB14-18 |
July 8th, 2014 | Flash Player Desktop (Win & Mac) 14.0.0.145 Flash Player Desktop (Linux) 11.2.202.394 Flash Player ESR (Win & Mac) 13.0.0.231 AIR (SDK & Android Runtime) 14.0.0.137 | APSB14-17 |
June 10th, 2014 | Flash Player Desktop (Win & Mac) 14.0.0.125 Flash Player Desktop (Linux) 11.2.202.378 Flash Player ESR (Mac & Win) 13.0.0.223 AIR (SDK & Runtime) 14.0.0.110 | APSB14-16 |
May 13th, 2014 | Flash Player Desktop (Win & Mac) 13.0.0.214 Flash Player Desktop (Linux) 11.2.202.359 Flash Player Enterprise (Mac & Win) 13.0.0.214 AIR (SDK & Runtime) 13.0.0.111 | APSB14-14 |