Adobe heeft een update voor versie 20 uitgebracht van Flash Player en de Integrated Runtime. Met Adobe Flash Player is het mogelijk om Flash-content, voornamelijk swf-bestanden, op de computer af te spelen. Onder meer populaire videosites als YouTube en Google Video bieden hun bezoekers de mogelijkheid om video's met de stand-alone-Flash Player af te spelen. Adobe AIR biedt een crossplatform-omgeving voor het ontwikkelen en afspelen van zogeheten Rich Internet Applications. De release notes voor deze uitgave zijn hieronder te vinden.
Fixed Issues
Flash Player
- [PPAPI][Chrome]: Certain text is getting corrupted while printing [4101195]
- VB6 Fusion Chart Not Loading [4100436]
- Flash player freezes when accessing select content on beatingtheblues.co.uk [4099360]
- [SAP Only] trackHeaderBoxMatrix and movieHeaderBoxMatrix value are not in proper format. (4093085)
AIR
- ADL quits unexpectedly in certain sceanrios [4092617]
- [MAC] native installer for AIR application gives error in certain scenario [4098155]
- [Android] Simple option to add "flagNoExtractUi" on Android in Landscape mode for StageText. (3789398)
- [iOS] Bundle errors appearing on uploading app on Appstore (4079233)
- [iOS] Performance problem with the AOT compiler : difference in the execution of the methods with object and interface. (4082885)
- [iOS]: Packaging is failing on Win 8 on targets (ipa-test, ipa-app-store,ipa-debug,ipa-ad-hoc) targets while packaging real world apps with error "Compilation failed while executing : ld64” (4095930)
- [iOS ] "This build is invalid" error in iTunesConnect while uploading app
- This issue has been fixed on Mac. To package the app correctly, so that it gets uploaded to iTunesConnect without any errors, the developer needs to perform following
- Add certificate in the Keychain Access of the Mac and provide necessary permission to it while adt accesses the certificate.
- If doing a remote login (ssh) for packaging the app, an extra command is required. Security unlock <home>/Library/Keychains/login.keychain for successful packaging.
Known Issues
Flash Player
- ActiveX Unable to play local swf files using 'file' protocol[4101728]
- [Win10] Flash Player in Internet Explorer Sizes Incorrectly [4067585]
- Number.toExponential returns incorrect results for some values [4054275]
- (0.000001).toFixed(6) returns "0.000000" [4054170]
AIR
- Incorrect value of object if using type casting [4057763]
- [iOS][Win] IPA packaged on Windows machine cannot be submitted to the Apple App store. Error "This build is invalid" occurs in iTunes connect.
- [Android] ATF texture gets corrupted on MALI GPU platform (4041690, 3961778)
- [iOS 7] There are several issues related to Screen Orientation on iOS7. There is simple workaround for this Use platform sdk switch pointing to iOS9 sdk.
<sdk Path>/adt -package -target <target> -provisioning-profile <provisioning profile> -storetype pkcs12 -keystore <certificate> -storepass <password> <name of ipa> <xml> <swf> -platformsdk <platform sdk home>