Adobe Flash Player

Adobe Flash Player (labeled Shockwave Flash in Internet Explorer, Firefox, and Google Chrome)[7] is computer software for content created on the Adobe Flash platform. Flash Player is capable of viewing multimedia contents, executing rich Internet applications, and streaming audio and video. In addition, Flash Player can run from a web browser as a browser plug-in or on supported mobile devices. Flash Player was created by Macromedia and has been developed and distributed by Adobe Systems since Adobe acquired Macromedia in 2005. Flash Player is distributed as freeware. With the exception of the China-specific and enterprise supported variants, it was discontinued on December 31, 2020, its download page disappeared on January 2, 2021, and a built-in time bomb that blocks Flash content when expired on versions newer than 32.0.0.371 displays a static icon with an information page link starting from January 12, 2021.[8]

Adobe Flash Player
Original author(s)FutureWave
Macromedia
Adobe Inc.
Developer(s)Zhongcheng Network Technology Co., Ltd
Harman International
Initial releaseJanuary 1, 1996 (1996-01-01)
Stable release(s) [±]
Windows, macOS, Linux (China-specific variant)34.0.0.105[1] / February 2, 2021 (2021-02-02)[2]
Windows, macOS, Linux, Chrome OS (Global variant, excluding China)32.0.0.465[3] / December 8, 2020 (2020-12-08)[4]
Internet Explorer 11 and Legacy Edge (Embedded - Windows 8.1/10)32.0.0.445[3] / October 13, 2020 (2020-10-13)[4]
Android 4.0.x11.1.115.81 / September 10, 2013 (2013-09-10)[4]
Android 2.x and 3.x11.1.111.73 / September 10, 2013 (2013-09-10)[4]
Solaris11.2.202.223 / March 28, 2012 (2012-03-28)[4]
Preview release(s) [±]
Windows, macOS, Linux, Chrome OS32.0.0.380 Beta / May 14, 2020 (2020-05-14)[5]
Written inActionScript
Operating systemWindows, macOS, Linux, Chrome OS, Solaris, BlackBerry Tablet OS, Android, Pocket PC
PlatformWeb browsers and ActiveX-based software
Available inChinese Simplified, Chinese Traditional, English, French, German, Italian, Japanese, Polish, Russian, Portuguese, Spanish, Korean, Turkish, Xhosa, Telugu, Vietnamese, Afrikaans, Yiddish, Zulu, and Arabe[6]
TypeRuntime system and browser extension
LicenseFreeware
Websiteadobe.com/products/flashplayer.html

Flash Player runs SWF files that can be created by Adobe Flash Professional, Adobe Flash Builder or by third party tools such as FlashDevelop. Flash Player supports vector graphics, 3D graphics, embedded audio, video and raster graphics, and a scripting language called ActionScript. ActionScript is based on ECMAScript (similar to JavaScript) and supports object-oriented code. Flash Player is distributed free of charge and its plug-in versions are available for every major web browser and operating system. Google Chrome, Internet Explorer 11, in Windows 8 and later, and Microsoft Edge came bundled with a sandboxed Adobe Flash plug-in.[9][10][11][12][13]

Flash Player once had a large user base, and was a common format for web games, animations, and graphical user interface (GUI) elements embedded in web pages. However, the most popular use of Flash among the 10-20 age group was for Flash games. Adobe stated in 2013 that more than 400 million out of over 1 billion connected desktops update to the new version of Flash Player within six weeks of release.[14] However, Flash Player has become increasingly criticized for its performance, consumption of battery on mobile devices, the number of security vulnerabilities that had been discovered in the software, and its closed platform nature. Apple co-founder Steve Jobs was highly critical of Flash Player, having published an open letter detailing Apple's reasoning for not supporting Flash on its iOS device family. Its usage has also waned because of modern web standards that allow some of Flash's use cases to be fulfilled without third-party plugins.[15][16][17]

Features

Adobe Flash Player is a runtime that executes and displays content from a provided SWF file, although it has no in-built features to modify the SWF file at runtime. It can execute software written in the ActionScript programming language which enables the runtime manipulation of text, data, vector graphics, raster graphics, sound, and video. The player can also access certain connected hardware devices, including the web cameras and microphones, after permission for the same has been granted by the user.

Flash Player was used internally by the Adobe Integrated Runtime (AIR), to provide a cross-platform runtime environment for desktop applications and mobile applications. AIR supports installable applications on Windows, Linux, macOS, and some mobile operating systems such as iOS and Android. Flash applications must specifically be built for the AIR runtime to use additional features provided, such as file system integration, native client extensions, native window/screen integration, taskbar/dock integration, and hardware integration with connected Accelerometer and GPS devices.[18]

Data formats

Flash Player included native support for many data formats, some of which can only be accessed through the ActionScript scripting interface.

  • XML: Flash Player has included native support for XML parsing and generation since version 8. XML data is held in memory as an XML Document Object Model, and can be manipulated using ActionScript. ActionScript 3 also supports ECMAScript for XML (E4X), which allows XML data to be manipulated more easily.
  • JSON: Flash Player 11 includes native support for importing and exporting data in the JavaScript Object Notation (JSON) format, which allows interoperability with web services and JavaScript programs.
  • AMF: Flash Player allows application data to be stored on users computers, in the form of Local Shared Objects, the Flash equivalent to browser cookies.[19] Flash Player can also natively read and write files in the Action Message Format, the default data format for Local Shared Objects. Since the AMF format specification is published, data can be transferred to and from Flash applications using AMF datasets instead of JSON or XML, reducing the need for parsing and validating such data.
  • SWF: The specification for the SWF file format was published by Adobe, enabling the development of the SWX Format project, which used the SWF file format and AMF as a means for Flash applications to exchange data with server side applications.[20][21] The SWX system stores data as standard SWF bytecode which is automatically interpreted by Flash Player.[22] Another open-source project, SWXml allows Flash applications to load XML files as native ActionScript objects without any client-side XML parsing, by converting XML files to SWF/AMF on the server.[23][24]

Multimedia formats

Flash Player is primarily a graphics and multimedia platform, and has supported raster graphics and vector graphics since its earliest version. It supports the following different multimedia formats which it can natively decode and play back.

  • MP3: Support for decoding and playback of streaming MPEG-2 Audio Layer III (MP3) audio was introduced in Flash Player 4. MP3 files can be accessed and played back from a server via HTTP, or embedded inside an SWF file, which is also a streaming format.
  • FLV: Support for decoding and playing back video and audio inside Flash Video (FLV and F4V) files, a format developed by Adobe Systems and Macromedia. Flash Video is only a container format and supports multiple different video codecs, such as Sorenson Spark, VP6, and more recently H.264.[25] Flash Player uses hardware acceleration to display video where present, using technologies such as DirectX Video Acceleration and OpenGL to do so. Flash Video is used by YouTube,[26] Hulu,[27] Yahoo! Video, BBC Online,[28] and other news providers. FLV files can be played back from a server using HTTP progressive download, and can also be embedded inside an SWF file. Flash Video can also be streamed via RTMP using the Adobe Flash Media Server or other such server-side software.
  • PNG: Support for decoding and rendering Portable Network Graphics (PNG) images, in both its 24-bit (opaque) and 32-bit (semi-transparent) variants. Flash Player 11 can also encode a PNG bitmap via ActionScript.
  • JPEG: Support for decoding and rendering compressed JPEG images. Flash Player 10 added support for the JPEG-XR advanced image compression standard developed by Microsoft Corporation, which results in better compression and quality than JPEG. JPEG-XR enables lossy and lossless compression with or without alpha channel transparency. Flash Player 11 can also encode a JPEG or JPEG-XR bitmap via ActionScript.
  • GIF: Support for decoding and rendering compressed Graphics Interchange Format (GIF) images, in its single-frame variants only. Loading a multi-frame GIF will display only the first image frame.

Streaming protocols

Hardware acceleration

Until version 10 of the Flash player, there was no support for GPU acceleration. Version 10 added a limited form of support for shaders on materials in the form of the Pixel Bender API, but still did not have GPU-accelerated 3D vertex processing.[37] A significant change came in version 11, which added a new low-level API called Stage3D (initially codenamed Molehill), which provides full GPU acceleration, similar to WebGL.[38][39] (The partial support for GPU acceleration in Pixel Bender was completely removed in Flash 11.8, resulting in the disruption of some projects like MIT's Scratch, which lacked the manpower to recode their applications quickly enough.[40][41])

Current versions of Flash Player are optimized to use hardware acceleration for video playback and 3D graphics rendering on many devices, including desktop computers. Performance is similar to HTML5 video playback.[42][43] Also, Flash Player has been used on multiple mobile devices as a primary user interface renderer.[44]

Compilation

Although code written in ActionScript 3 executes up to 10 times faster than the prior ActionScript 2,[45] the Adobe ActionScript 3 compiler is a non-optimizing compiler, and produces inefficient bytecode in the resulting SWF, when compared to toolkits such as CrossBridge.[46][47][48][49][50]

CrossBridge, a toolkit that targets C++ code to run within the Flash Player, uses the LLVM compiler to produce bytecode that runs up to 10 times faster than code the ActionScript 3 compiler produces, only because the LLVM compiler uses more aggressive optimization.[48][49][50]

Adobe has released ActionScript Compiler 2 (ASC2) in Flex 4.7 and onwards, which improves compilation times and optimizes the generated bytecode and supports method inlining, improving its performance at runtime.[51]

As of 2012, the Haxe multiplatform language can build programs for Flash Player that perform faster than the same application built with the Adobe Flex SDK compiler.[52]

Development methods

Flash Player applications and games can be built in two significantly different methods:

  • "Flex" applications: The Adobe Flex Framework is an integrated collection of stylable Graphical User Interface, data manipulation and networking components, and applications built upon it are termed "Flex" applications. Startup time is reduced since the Flex framework must be downloaded before the application begins, and weighs in at approximately 500KB. Editors include Adobe Flash Builder and FlashDevelop.
  • "Pure ActionScript" applications: Applications built without the Flex framework allow greater flexibility and performance.[53][54][55] Video games built for Flash Player are typically pure-Actionscript projects. Various open-source component frameworks are available for pure ActionScript projects, such as MadComponents, that provide UI Components at significantly smaller SWF file sizes.[56][57]

In both methods, developers can access the full Flash Player set of functions, including text, vector graphics, bitmap graphics, video, audio, camera, microphone, and others. AIR also includes added features such as file system integration, native extensions, native desktop integration, and hardware integration with connected devices.

Development tools

Adobe provides five ways of developing applications for Flash Player:

Third-party development environments are also available:

Game development

Adobe offers the free Adobe Gaming SDK, consisting (as of August 2014) of several open-source AS3 libraries built on the Flash Player Stage3D APIs for GPU-accelerated graphics:[60]

  • Away3D: GPU-accelerated 3D graphics and animation engine
  • Starling: GPU-accelerated 2D graphics that mimics the Flash display list API
  • Feathers: GPU-accelerated skinnable GUI library built on top of Starling
  • Dragon Bones: GPU-accelerated 2D skeletal animation library

A few commercial game engines target Flash Player (Stage3D) as run-time environment, such as Unity 3D[61] and Unreal Engine 3.[61][62] Before the introduction of Stage3D, a number of older 2D engines or isometric engines like Flixel saw their heyday.[63]

Adobe also developed the CrossBridge toolkit which cross-compiles C/C++ code to run within the Flash Player, using LLVM and GCC as compiler backends, and high-performance memory-access opcodes in the Flash Player (termed "Domain Memory") to work with in-memory data quickly.[64] CrossBridge is targeted toward the game development industry,[65] and includes tools for building, testing, and debugging C/C++ projects in Flash Player.

Notable online video games developed in Flash include Angry Birds, FarmVille, and AdventureQuest (started in 2002, and still active as of 2020).[66]

Availability

Desktop platforms

The latest version of Flash Player is available for Windows XP SP2+ and later, Mac OS X 10.6 and later and Linux.

Adobe Flash Player is available in four flavors:

  1. The "Internet Explorer – ActiveX" version is an ActiveX control for use in Internet Explorer, its shells, and other Windows applications that support ActiveX technology. This plugin cannot be installed on Windows 8 and later, because these OSes come with their own integrated Flash Player ActiveX.
  2. The "Firefox – NPAPI" version is available for Firefox as well as other applications that support NPAPI technology.
  3. The "Opera and Chromium – PPAPI" version is available for Chromium and browsers based on Chromium (such as Opera) as well as other applications that support PPAPI technology. This plugin cannot be installed on Google Chrome as it comes with its own built-in Flash component.
  4. The "projector" version is a standalone player that can open SWF files directly.[67]

On February 22, 2012, Adobe announced that it would no longer release new versions of NPAPI Flash plugins for Linux, although Flash Player 11.2 would continue to receive security updates.[68][69][70] In August 2016 Adobe announced that, beginning with version 24, it will resume offering of Flash Player for Linux for other browsers.[71]

The Extended Support Release (ESR) of Flash Player on macOS and Windows was a version of Flash Player kept up to date with security updates, but none of the new features or bug fixes available in later versions. It has been on version 11.7 as of July 9, 2013,[72] version 13 as of May 13, 2014,[73] and version 18 as of August 11, 2015.[74] Adobe has decided to discontinue the ESR branch and instead focus solely on the standard release as of August 2016.[75]

Release history for desktop operating systems
Operating system Latest version Support status
Windows XP SP210 34.0.0.105 (China-specific)[76]
32.0.0.465 (last public update, excluding China)[77]
2017–
2001–2020
2000 and XP RTM & SP1 11.1.102.55 and 10.3.183.90[78] 1999–2013
98, ME and 2000 RTM–SP2 9.0.289.0[78] 1998–2011
95 and NT 4 (IA-32) 7.0.14.0[78] 1996–2005
macOS 10.1010.15 34.0.0.105 (China-specific)[76]
32.0.0.465 (last public update, excluding China)[77]
2017–
2014–2020
10.9 29.0.0.171[78] 2013–2018
10.610.8 (IA-32,x64) 22.0.0.209[78] 2009–2016
10.5 (IA-32,x64) 10.3.183.90[78] 2007–2013
10.4 (IA-32,PPC)–10.5 (PPC) 10.1.102.64[78] 2005–2011
10.010.3 9.0.289.0[78] 2001–2011
Classic Mac OS 7.6.1–9.2.2 (PowerPC) 7.0.14.0[78] 1996–2005
7.6.1–8.1 (68k) 5[79] 1996–2002
Linux desktops 34.0.0.105 (China-specific)[76]
32.0.0.465 (last public update, excluding China)[77]
2017–
1996–2020
Solaris and OpenSolaris 11.2.202.223 and 10.3.183.90[78] ?–2013

Mobile platforms

In 2011, Flash Player had emerged as the de facto standard for online video publishing on the desktop, with adaptive bitrate video streaming, DRM, and fullscreen support.[26][27] On mobile devices however, after Apple refused to allow the Flash Player within the inbuilt iOS web browser, Adobe changed strategy, enabling Flash content to be delivered as native mobile applications using the Adobe Integrated Runtime.

Up until 2012, Flash Player 11 was available for the Android (ARM Cortex-A8 and above),[80][81] although in June 2012, Google announced that Android 4.1 (codenamed Jelly Bean) would not support Flash by default. Starting in August 2012, Adobe no longer updates Flash for Android.[82] In spite of this, Adobe Flash is still available to install on Android devices via Adobe's update archives (up to Android 4.3).

Flash Player is certified to be supported on a select range of mobile and tablet devices, from Acer, BlackBerry 10, Dell, HTC, Lenovo, Logitech, LG, Motorola, Samsung, Sharp, SoftBank, Sony (and Sony Ericsson), and Toshiba.[83][84][85] As of 2012, Adobe has stopped browser-based Flash Player development for mobile browsers in favor of HTML5,[86][87] however Adobe continues to support Flash content on mobile devices with the Adobe Integrated Runtime, which allows developers to publish content that runs as native applications on certain supported mobile phone platforms.

Version 9 was the most recent version available for the Linux/ARM-based Nokia 770/N800/N810 Internet tablets running Maemo OS2008, classic Mac OS and Windows 95/NT.[88] Version 10 can be run under Windows 98/Me using KernelEx. HP offered Version 6 of the player for HP-UX.[89] Other versions of the player have been available at some point for OS/2, Symbian OS, Palm OS, BeOS, and IRIX.[90] The Kodak Easyshare One includes Flash Player.[91]

Adobe said it will optimize Flash for use on ARM architecture (ARMv7 and ARMv6 architectures used in the Cortex-A series of processors and in the ARM11 family) and release it in the second half of 2009. The company also stated it wants to enable Flash on NVIDIA Tegra, Texas Instruments OMAP 3, and Samsung ARMs.[92][93] Beginning 2009, it was announced that Adobe would be bringing Flash to TV sets via Intel Media Processor CE 3100 before mid-2009.[94] ARM Holdings later said it welcomes the move of Flash, because "it will transform mobile applications and it removes the claim that the desktop controls the Internet."[95] However, as of May 2009, the expected ARM/Linux netbook devices had poor support for Web video and fragmented software base.[96]

Among other devices, LeapFrog Enterprises provides Flash Player with their Leapster Multimedia Learning System and extended the Flash Player with touch-screen support.[97] Sony has integrated Flash Player 6 into the PlayStation Portable's web browser via firmware version 2.70 and Flash Player 9 into the PlayStation 3's web browser in firmware version 2.50.[98] Nintendo has integrated Flash Lite 3.1, equivalent to Flash 8, in the Internet Channel on the Wii.

The following table documents historical support for Flash Player and AIR on mobile operating systems:

Platform Final version
Android 2.2–4.1, ARM Cortex-A8+[99] Flash Player 11.1, AIR 3.1[81][100][101]
Android 2.1 Flash Lite 3.0
iOS Flash Player 11.1, AIR 3.1[80][100]
BlackBerry 10.0–10.3.1 Flash Player 11.1, AIR 3.1
BlackBerry Tablet OS Flash Player 11.1, AIR 3.1[100][102]
Dreamcast Flash Player 4.0
Maemo Flash Player 9.4[103]
PlayStation 3 with Firmware 2.50, NetFront 2.81 Flash Player 9.1 (update 3)
PSP with Firmware 2.70 Flash Player 6[104]
Symbian OS Flash Lite 4.0[105]
Wii (Internet Channel) Flash Lite 3.1[106]
Pocket PC 2003[107] Flash Player 7[108][109]
webOS (Palm and HP) Flash Player 10
Windows Mobile 5[107] Flash Player 7[108]

Other hardware

Some CPU emulators have been created for Flash Player, including Chip8,[110] Commodore 64,[111] ZX Spectrum,[112] and the Nintendo Entertainment System.[113] They enable video games created for such platforms to run within Flash Player.

End of life (EOL)

In July 2017, Adobe announced[114] that it would end support for the normal/global variant of Flash Player on January 1, 2021, and encouraged developers to use HTML5 standards in place of Flash.[115][116] The announcement was coordinated with Apple,[117] Facebook,[118] Google,[119] Microsoft,[120] and Mozilla.[121] All major web browsers planned to officially remove Adobe Flash Player on December 31, 2020, and Microsoft removed it as a component of currently supported Windows OS versions in January 2021 via Windows Update.[122] In October 2020, Microsoft released a preview for the Windows 10 and 8.1 update which removes Adobe Flash component from IE (named KB4577586).[123] However, an ActiveX Flash Player plugin may still be used with IE after this update is applied.[124][125] Apple’s latest MacOS, Big Sur, which was released November 12, 2020, removed software compatibility for Adobe Flash Player. As of January 12, 2021, content is blocked from running on Flash[126] (excluding sites in mainland China which have obtained a commercial license to continue using Flash content via the China-specific variant of Flash[127]), but it is possible to avoid this by using an older version of Flash Player, or editing the Flash Player files.[128] As of January 26, 2021, all major web browsers including Apple Safari, Google Chrome, Microsoft Edge, and Mozilla Firefox have already permanently removed Flash support.[129]

Post EOL support

Adobe has partnered with HARMAN to support enterprise Flash Player users until at least 2023.[130][131]

The China-specific variant of Flash will also be supported beyond 2020.[132][133]

Shortly after Flash EOL, South African Revenue Service released a custom version of Chromium browser with Adobe Flash "timebomb" removed. This browser can access only a small set of SARS online pages containing Flash-based forms required for filing financial reports.[134]

Internet Explorer 11 will continue with ActiveX support, and by extension Flash Player support.[124][125] Firefox forks that plan to continue NPAPI support, and by extension Flash Player support, include; Waterfox, Basilisk, Pale Moon, and K-Meleon. Various Chromium based Chinese browsers will also continue to support Flash Player in PPAPI and/or NPAPI form, including, but not limited to 360 Secure Browser.

Content preservation projects

Internet Archive hosts some Flash and makes it playable in modern browsers via emulators, Ruffle and Emularity. [135] Blue Maxima's Flashpoint project claims to have collected more than 7,000 games and 8,000 animations, the majority being written in Adobe Flash Player.

Open source

Adobe has taken steps to reduce or eliminate Flash licensing costs. For instance, the SWF file format documentation is provided free of charge[136] after they relaxed the requirement of accepting a non-disclosure agreement to view it in 2008.[137] Adobe also created the Open Screen Project which removes licensing fees and opens data protocols for Flash.

Adobe has also open-sourced many components relating to Flash.

  • In 2006, the ActionScript Virtual Machine 2 (AVM2) which implements ActionScript 3 was donated as open-source to Mozilla Foundation, to begin work on the Tamarin virtual machine that would implement the ECMAScript 4 language standard with the help of the Mozilla community.[138] It was released under the terms of a MPL/GPL/LGPL tri-license and includes the specification for the ActionScript bytecode format; Tamarin Project jointly managed by Mozilla and Adobe Systems[139] It is now considered obsolete by Mozilla.
  • In 2011, the Adobe Flex Framework was donated as open-source to the Apache Software Foundation and rebranded as Apache Flex.[58] Some saw this move as Adobe abandoning Flex, and stepping away from the Flash Platform as a whole.[140][141] Sources from Apache say that "Enterprise application development is no longer a focus at Adobe. At least as Flash is concerned, Adobe is concentrating on games and video.",[140][142] and they conclude that "Flex Innovation is Exploding!".[142] The donated source code included a partly developed AS3 compiler (dubbed "Falcon") and the BlazeDS set of technologies.[141][142]
  • In 2013, the CrossBridge C++ cross-compilation toolset was open sourced by Adobe and released on GitHub.[143][144] The project was formerly termed "Alchemy" and "Flash Runtime C++ Compiler", and targeted the game development market to enable C++ video games to run in Adobe Flash Player.[145]

Adobe has not been willing to make complete source code of the Flash Player available for free software development and even though free and open source alternatives such as Shumway and Gnash have been built, they are no longer under active development.[146] The only fully functional third-party Flash Player is the commercially available Scaleform GFx Player, which is game development middleware designed for integration into non-Flash video games.

Criticism

Usability

In some browsers, prior Flash versions have had to be uninstalled before an updated version could be installed.[147][148] However, as of version 11.2 for Windows, there are now automatic updater options.[149] Linux is partially supported, as Adobe is cooperating with Google to implement it via Chrome web browser on all Linux platforms.[150]

Mixing Flash applications with HTML leads to inconsistent behavior with respect to input handling (keyboard and mouse not working as they would in an HTML-only document). This is often done in web sites[151] and can lead to poor user experience with the site.

The February 20, 2014, update to 12.0.0.70 introduced a reported bug, producing a green video with sound only. This defect is related to hardware acceleration and may be overcome by disabling hardware acceleration via the Adobe settings in Firefox (accessed by right-clicking within the video) or in Internet Explorer (within the Tools settings).[152] This defect may be related to widely used graphics hardware, AMD Radeon HD video cards, and similar visual defects that have occurred in earlier Flash updates, with the same workaround.

Privacy

Flash Player supports persistent local storage of data (also referred to as Local Shared Objects), which can be used similarly to HTTP cookies or Web Storage in web applications. Local storage in Flash Player allows websites to store non-executable data on a user's computer, such as authentication information, game high scores or web browser games, server-based session identifiers, site preferences, saved work, or temporary files. Flash Player will only allow content originating from exactly the same website domain to access data saved in local storage.[153]

Because local storage can be used to save information on a computer that is later retrieved by the same site, a site can use it to gather user statistics, similar to how HTTP cookies and Web Storage can be used. With such technologies, the possibility of building a profile based on user statistics is considered by some a potential privacy concern. Users can disable or restrict use of local storage in Flash Player through a "Settings Manager" page.[154][155] These settings can be accessed from the Adobe website or by right-clicking on Flash-based content and selecting "Global Settings".

Local storage can be disabled entirely or on a site-by-site basis. Disabling local storage will block any content from saving local user information using Flash Player, but this may disable or reduce the functionality of some websites, such as saved preferences or high scores and saved progress in games.

Flash Player 10.1 and upward honor the privacy mode settings in the latest versions of the Chrome, Firefox, Internet Explorer, and Safari web browsers, such that no local storage data is saved when the browser's privacy mode is in use.[156]

Security

Adobe security bulletins and advisories announce security updates, but Adobe Flash Player release notes do not disclose the security issues addressed when a release closes security holes, making it difficult to evaluate the urgency of a particular update. A version test page allows the user to check if the latest version is installed, and uninstallers may be used to ensure that old-version plugins have been uninstalled from all installed browsers.

In February 2010, Adobe officially apologized[157] for not fixing a known vulnerability for over a year. In June 2010 Adobe announced a "critical vulnerability" in recent versions, saying there are reports that this vulnerability is being actively exploited in the wild against both Adobe Flash Player, and Adobe Reader and Acrobat.[158][159] Later, in October 2010, Adobe announced[160] another critical vulnerability, this time also affecting Android-based mobile devices. Android users have been recommended to disable Flash or make it only on demand.[161] Subsequent security vulnerabilities also exposed Android users, such as the two critical vulnerabilities published in February 2013[162] or the four critical vulnerabilities published in March 2013,[163] all of which could lead to arbitrary code execution.

Symantec's Internet Security Threat Report[164] states that a remote code execution in Adobe Reader and Flash Player[165] was the second most attacked vulnerability in 2009. The same report also recommended using browser extensions to disable Flash Player usage on untrusted websites. McAfee predicted that Adobe software, especially Reader and Flash, would be primary target for attacks in 2010.[166] Adobe applications had become, at least at some point, the most popular client-software targets for attackers during the last quarter of 2009.[167] The Kaspersky Security Network published statistics for the third quarter of 2012 showing that 47.5% of its users were affected by one or more critical vulnerabilities.[168] The report also highlighted that "Flash Player vulnerabilities enable cybercriminals to bypass security systems integrated into the application."[168]

Steve Jobs criticized the security of Flash Player, noting that "Symantec recently highlighted Flash for having one of the worst security records in 2009".[169] Adobe responded by pointing out that "the Symantec Global Internet Threat Report for 2009, found that Flash Player had the second lowest number of vulnerabilities of all Internet technologies listed (which included both web plug-ins and browsers)."[170][171]

On April 7, 2016, Adobe released a Flash Player patch for a zero-day memory corruption vulnerability CVE-2016-1019 that could be used to deliver malware via the Magnitude exploit kit. The vulnerability could be exploited for remote code execution.[172][173]

Vendor lock-in

Flash Player 11.2 does not play certain kinds of content unless it has been digitally signed by Adobe, following a license obtained by the publisher directly from Adobe.[174]

This move by Adobe, together with the abandonment of Flex to Apache was criticized as a way to lock out independent tool developers, in favor of Adobe's commercial tools.[175][176][177]

This has been resolved as of January 2013, after Adobe no longer requires a license or royalty from the developer. All premium features are now classified as general availability, and can be freely used by Flash applications.[178]

Apple controversy

In April 2010, Steve Jobs, at the time CEO of Apple Inc. published an open letter explaining why Apple would not support Flash on the iPhone, iPod touch, and iPad.[169] In the letter he blamed problems with the "openness", stability, security, performance, and touchscreen integration of the Flash Player as reasons for refusing to support it. He also claimed that when one of Apple's Macintosh computers crashes, "more often than not" the cause can be attributed to Flash, and described Flash as "buggy".[179] Adobe's CEO Shantanu Narayen responded by saying, "If Flash [is] the number one reason that Macs crash, which I'm not aware of, it has as much to do with the Apple operating system."[180]

Steve Jobs also claimed that a large percentage of the video on the Internet is supported on iOS, since many popular video sharing websites such as YouTube have published video content in an HTML5 compatible format, enabling videos to playback in mobile web browsers even without Flash Player.[181]

Mainland China-specific variant

Starting with version 30, Adobe stopped distributing Flash Player directly to users from mainland China. Instead, they selected 2144.cn as a partner and released a special variant of Flash Player on a specific website,[182] which contains a non-closable process that collects private information and pops up advertisement window contents.[183][184][185] The partnership started in about 2017, but in version 30, Adobe disabled the usage of vanilla (global) variant of Flash Player in mainland China,[186] forcing users to use that specific variant, which may pose a risk to its users due to China's Internet censorship.[187] This affects Google Chrome users using Windows 10, Internet Explorer users using Windows 7, and Firefox users using all versions of Windows, as Microsoft still directly distributes Flash Player for Internet Explorer and Microsoft Edge through Windows Update in Windows 8 and upward.

Release history

Adobe Flash Player version history
  • Macromedia Flash Player 2 (June 17, 1997)
    • Mostly vectors and motion, some bitmaps, limited audio
    • Support of stereo sound, enhanced bitmap integration, buttons, the Library, and the ability to tween color changes
  • Macromedia Flash Player 3 (May 31, 1998)
    • Added alpha transparency, licensed MP3 compression
    • Brought improvements to animation, playback, and publishing, as well as the introduction of simple script commands for interactivity
  • Macromedia Flash Player 4 (June 15, 1999)
    • Saw the introduction of streaming MP3s and the Motion Tween. Initially, the Flash Player plug-in was not bundled with popular web browsers and users had to visit Macromedia website to download it; As of 2000, however, the Flash Player was already being distributed with all AOL, Netscape and Internet Explorer browsers. Two years later it shipped with all releases of Windows XP. The install-base of the Flash Player reached 92 percent of all Internet users.
  • Macromedia Flash Player 5 (August 24, 2000)
    • A major advance in ability, with the evolution of Flash's scripting abilities as released as ActionScript
    • Saw the ability to customize the authoring environment's interface
    • Macromedia Generator was the first initiative from Macromedia to separate design from content in Flash files. Generator 2.0 was released in April 2001, and featured real-time server-side generation of Flash content in its Enterprise Edition. Generator was discontinued in 2002, in favor of new technologies such as Flash Remoting, which allows for seamless transmission of data between the server and the client, and ColdFusion Server.
    • In October 2000, usability guru Jakob Nielsen wrote a polemic article regarding usability of Flash content entitled "Flash: 99% Bad". (Macromedia later hired Nielsen to help them improve Flash usability.)
The old Macromedia Flash Player logo
  • Macromedia Flash Player 6 (version 6.0.21.0, codenamed Exorcist) (March 15, 2002)
    • Support for the consuming Flash Remoting (AMF) and Web Service (SOAP)
    • Supports ondemand/live audio and video streaming (RTMP)
    • Support for screenreaders via Microsoft Active Accessibility
    • Added Sorenson Spark video codec for Flash Video[188]
    • Support for video, application components, shared libraries, and accessibility
    • Macromedia Flash Communication Server MX, also released in 2002, allowed video to be streamed to Flash Player 6 (otherwise the video could be embedded into the Flash movie).
  • Macromedia Flash Player 7 (version 7.0.14.0, codenamed Mojo) (September 10, 2003)
    • Supports progressive audio and video streaming (HTTP)
    • Supports ActionScript 2.0, an object-oriented programming language for developers
    • Ability to create charts, graphs and additional text effects with the new support for extensions (sold separately), high fidelity import of PDF and Adobe Illustrator 10 files, mobile and device development and a forms-based development environment. ActionScript 2.0 was also introduced, giving developers a formal object-oriented approach to ActionScript. V2 Components replaced Flash MX's components, being rewritten from the ground up to take advantage of ActionScript 2.0 and object-oriented principles.
    • In 2004, the "Flash Platform" was introduced. This expanded Flash to more than the Flash authoring tool. Flex 1.0 and Breeze 1.0 were released, both of which used the Flash Player as a delivery method but relied on tools other than the Flash authoring program to create Flash applications and presentations. Flash Lite 1.1 was also released, enabling mobile phones to play Flash content.
    • Last version for Windows 95/NT4 and Mac Classic[78]
  • Macromedia Flash Player 8 (version 8.0.22.0, codenamed Maelstrom) (September 13, 2005)
    • Support for runtime loading of GIF and PNG images
    • New video codec (On2 VP6)
    • Improved runtime performance and runtime bitmap caching
    • Live filters and blendmodes
    • File upload and download abilities
    • New text-rendering engine, the Saffron Type System
    • ExternalAPI subsystem introduced to replace fscommand
    • On December 3, 2005, Adobe Systems acquired Macromedia and its product portfolio (including Flash).[189]
  • Macromedia Flash Player 8 (version 8.0.24.0) (April 23, 2006)
  • Adobe Flash Player 9 (version 9.0.15.0, codenamed Zaphod and formerly named Flash Player 8.5) (June 22, 2006)
  • Adobe Flash Player 9 Update 1 (version 9.0.28.0, codenamed Marvin) (November 9, 2006)[190]
    • Support for fullscreen mode[191]
  • Adobe Flash Player 9 (version 9.0.45.0) (March 27, 2007)
    • Support for Creative Suite 3.
  • Adobe Flash Player 9 Update 2 (version Mac/Windows 9.0.47.0 and Linux 9.0.48.0, codenamed Hotblack) (June 11, 2007)
    • Security Update
  • Adobe Flash Player 9 Update 3 (version 9.0.115.0, codenamed Moviestar or Frogstar) (December 2007)[192]
    • H.264[193]
    • AAC (HE-AAC, AAC Main Profile, and AAC-LC)
    • New Flash Video file format F4V based on the ISO base media file format (MPEG-4 Part 12)
    • Support for container formats based on the ISO base media file format[194]
    • Last version for Windows 98/ME and other platforms[78]
  • Adobe Flash Player 10 (version 10.0.12.36, codenamed Astro) (October 15, 2008)
    • New Features
      • 3D object transformations
      • Custom filters via Pixel Bender
      • Advanced text support
      • Speex audio codec
      • Real Time Media Flow Protocol (RTMFP)
      • Dynamic sound generation
      • Vector data type
    • Enhanced Features
      • Larger bitmap support
      • Graphics drawing API
      • Context menu
      • Hardware acceleration
      • Anti-aliasing engine (Saffron 3.1)
      • Read/write clipboard access
      • WMODE
  • Adobe Flash Player 10 (version 10.0.32.18) (July 27, 2009)
  • Adobe Flash Player 10 (version 10.0.42.34) (November 16, 2009)
  • Adobe Flash Player 10 (version 10.0.45.2) (February 21, 2010)
  • Adobe Flash Player 10.1 (version 10.1.53.64, codenamed Argo) (June 10, 2010)[195]
    • Reuse of bitmap data copies for better memory management
    • Improved garbage collector
    • Hardware-based H.264 video decoding
    • HTTP Dynamic Streaming
    • Peer-assisted networking and multicast
    • Support for browser privacy modes
    • Multi-touch APIs
    • For Macs/OSX 10.4 ppc or later
      • Using Cocoa UI for Macs
      • Use of double-buffered OpenGL context for fullscreen
      • Use of Core Animation
  • Adobe Flash Player 10.2 (version 10.2.152.26, codenamed Spicy) (February 8, 2011)
    • Stage Video, a full hardware-accelerated video pipeline
    • Internet Explorer 9 hardware-accelerated rendering support
    • Custom native mouse cursors
    • Multiple monitor fullscreen support
    • Enhanced subpixel rendering for text
  • Adobe Flash Player 10.2 (version 10.2.152.32) (February 28, 2011)
  • Adobe Flash Player 10.2 (version 10.2.153.1) (March 21, 2011)
  • Adobe Flash Player 10.2 (version 10.2.159.1) (April 15, 2011)
  • Adobe Flash Player 10.3 (version 10.3.181.14, codenamed Wasabi) (May 12, 2011)[196]
    • Media measurement (video analytics for websites; desktop only)
    • Acoustic Echo Cancellation (acoustic echo cancellation, noise suppression, voice activity detection, automatic compensation for microphone input levels; desktop only)
    • Integration with browser privacy controls for managing local storage (ClearSiteData NPAPI)
    • Native control panel
    • Auto-update notification for Mac OS X
    • Last version for Mac OS X 10.5[78] and Windows 2000 (unofficially bypassing the XP installer)
    • Adobe replaced Extended Support Release 10.3 by 11.7 on July 9, 2013.[72]
  • Adobe Flash Player 10.3 (version 10.3.181.23) (June 5, 2011)
  • Adobe Flash Player 10.3 (version 10.3.181.26) (June 14, 2011)
  • Adobe Flash Player 10.3 (version 10.3.181.34) (June 29, 2011)
  • Adobe Flash Player 10.3 (version 10.3.183.5) (August 14, 2011)
  • Adobe Flash Player 10.3 (version 10.3.183.7) (August 24, 2011)
  • Adobe Flash Player 10.3 (version 10.3.183.10) (September 21, 2011)
  • Adobe Flash Player 10.3 (version 10.3.183.11) (November 11, 2011)
  • Adobe Flash Player 10.3 (version 10.3.183.25) (September 18, 2012)
  • Adobe Flash Player 10.3 (version 10.3.183.29) (October 8, 2012)
  • Adobe Flash Player 11 (version 11.0.1.152, codenamed Serrano) (October 4, 2011)[197]
    • Desktop only
      • Stage 3D accelerated graphics rendering[198]
      • H.264/AVC software encoding for cameras
      • Native 64-bit
      • Asynchronous bitmap decoding
      • TLS secure sockets
    • Desktop and mobile
      • Stage Video hardware acceleration
      • Native extension libraries[199]
        • Desktop: Windows (.dll), OS X (.framework)
        • Mobile: Android (.jar, .so), iOS (.a)
      • JPEG XR decoding
      • G.711 audio compression for telephony
      • Protected HTTP Dynamic Streaming (HDS)
      • Unlimited bitmap size
      • LZMA SWF compression
    • Mobile only
      • H.264/AAC playback
      • Front-facing camera
      • Background audio playback
      • Device speaker control
      • 16- and 32-bit color depth
  • Adobe Flash Player 11.1 (version 11.1.102.55, codenamed Anza) (November 10, 2011)[200]
    • Last version of the web browser plug-in for mobile devices (made for Android 2.2 to 4.0.3)
    • iOS 5 native extensions for AIR
    • StageText: Native text input UI for Android
    • Security enhancements, last official version for Windows 2000[78]
  • Adobe Flash Player 11.1 (version 11.1.102.62) (March 5, 2012)
  • Adobe Flash Player 11.2 (version 11.2.202.228) (March 28, 2012)
  • Adobe Flash Player 11.2 (version 11.2.202.233) (April 12, 2012)
  • Adobe Flash Player 11.2 (version 11.2.202.235, codenamed Brannan) (May 3, 2012)[201]
    • The Windows version offers automatic updater options[149]
    • Dropped support of the browser plug-in for mobile devices (Android). Android app developers are encouraged to use Adobe Air and Android web developers should switch to HTML5.
    • Extended support for Flash player 11.2 on Solaris as it is the last version to be supported.[78]
    • Adobe replaced Extended Support Release 11.2 on Linux with 24.0 on December 13, 2016.
  • Adobe Flash Player 11.3 (version 11.3.300.257) (June 8, 2012)
  • Adobe Flash Player 11.3 (version 11.3.300.262) (June 21, 2012)
  • Adobe Flash Player 11.3 (version 11.3.300.265) (July 11, 2012)
  • Adobe Flash Player 11.3 (version 11.3.300.268) (July 26, 2012)
  • Adobe Flash Player 11.3 (version 11.3.300.270) (August 4, 2012)
    • Desktop and mobile
      • Fullscreen interactive mode (keyboard input during fullscreen)
      • Native bitmap encoding and compression (PNG, JPEG, JPEG-XR)
      • Draw bitmaps with quality (low, medium, high, best)
      • Texture streaming for Stage3D
      • Dropped support for Linux and Solaris
    • Mobile-only
      • Auto-orientation on specific devices
      • USB debugging for AIR on iOS
  • Adobe Flash Player 11.3 (version 11.3.300.271) (September 18, 2012)
  • Adobe Flash Player 11.3 (version 11.3.300.273) (October 3, 2012)
  • Adobe Flash Player 11.4 (version 11.4.402.259) (August 10, 2012)
    • Flash Player only
      • ActionScript workers
      • SandboxBridge support
      • Licensing support: Flash Player Premium features for gaming
    • Flash Player and AIR
      • Stage3D "constrained" profile for increased GPU reach
      • LZMA support for ByteArray
      • StageVideo attachCamera/Camera improvements
      • Compressed texture with alpha support for Stage3D
      • DXT encoding
    • AIR only
      • Deprecated Carbon APIs for AIR
      • Direct AIR deployment using ADT
      • Push notifications for iOS
      • Ambient AudioPlaybackMode
      • Exception support in Native Extensions for iOS
  • Adobe Flash Player 11.4 (version 11.4.402.265) (August 21, 2012)
  • Adobe Flash Player 11.4 (version 11.4.402.278) (September 18, 2012)
  • Adobe Flash Player 11.4 (version 11.4.402.287) (October 8, 2012)
  • Adobe Flash Player 11.5[202]
    • Shared ByteArray
    • Invoke Event enhancement (for openurl)
    • Packaging multiple libraries in an ANE (iOS)
    • Debug stack trace in release builds of Flash Player
    • Statically link DRM (desktop only)
  • Adobe Flash Player 11.6 (codenamed Folsom)[202]
    • Lossless video export from standalone and authplay.dll
    • Support for flash.display.graphics.readGraphicsData() that returns a Vector of IGraphicsData
    • Improve permissions UI related to full screen keyboard access
    • Prevent ActiveX abuse in Office documents
    • Support file access in cloud on Windows
    • Enhance multi-SWF support
    • Migration certification for ANEs
    • RectangleTexture
    • File API update so AIR apps conform to Apple data storage guidelines
    • Separate sampler state for Stage3D
    • Set device specific Retina Display resolution (iOS)
  • Adobe Flash Player 11.7 (version 11.7.700.169, codenamed Geary) (April 9, 2013)[202]
    • SharedObject.preventBackup property
    • forceCPURenderModeForDevices
    • Remote hosting of SWF files in case of multiple SWFs
    • Support for uploading 16-bit texture formats
    • GameInput updates
    • Android – create captive runtime apps
    • Adobe replaced Extended Support Release 11.7 on Mac and Windows with 13.0 on May 13, 2014.[73]
  • Adobe Flash Player 11.8 (codenamed Harrison)[202]
    • Stage3D baselineExtended profile
    • Recursive stop on MovieClip
    • Flash Player & AIR Desktop Game Pad Support
    • Support for large textures (extendedBaseline, 4096)
    • Rectangle texture
    • DatagramSocket
    • ServerSocket
    • Substitute a redirected URL from a source URLRequest for part of the URL in a new URLRequest
  • Adobe Flash Player 11.9 (codenamed Irving)[202]
  • Adobe Flash Player 12 (codenamed Jones)[203]
    • Improved Mac .pkg Installation Support for the work flow and UI
    • Support for Internet Explorer 11 on Windows 7
    • Support for Safe Mode in Safari 6.1 and higher
    • 64-bit PPAPI Flash Player for Google Chrome
    • Graphics: Buffer Usage flag for Stage3D
  • Adobe Flash Player 13 (codenamed King)[204][205]
    • Supplementary Characters Enhancement Support for Text Field
    • Full Screen video message tweak
    • As of 13 May 2014 this is the Extended Support Release.[73]
  • Adobe Flash Player 14 (version 14.0.0.125, codenamed Lombard) (June 10, 2014)[206]
    • Stage 3D Standard profile
  • Adobe Flash Player 14 (version 14.0.0.145) (July 8, 2014)
  • Adobe Flash Player 14 (version 14.0.0.179) (August 12, 2014)
  • Adobe Flash Player 15 (version 15.0.0.152, codenamed Market) (September 9, 2014)[207]
    • Improved support for browser zoom levels
  • Adobe Flash Player 15 (version 15.0.0.167) (September 24, 2014)
  • Adobe Flash Player 15 (version 15.0.0.223) (November 11, 2014)
  • Adobe Flash Player 15 (version 15.0.0.239) (November 25, 2014)
  • Adobe Flash Player 16 (version 16.0.0.235, codenamed Natoma) (December 12, 2014)[208]
    • Stage3D – Standard Constrained Profile
    • PPAPI Installers for Windows and Mac
  • Adobe Flash Player 16 (version 16.0.0.257) (January 13, 2015)
  • Adobe Flash Player 16 (version 16.0.0.287) (January 22, 2015)
  • Adobe Flash Player 17 (version 17.0.0.134, codenamed Octavia) (March 12, 2015)[209]
    • Control Panel improvements
    • Installer improvements for Mac
  • Adobe Flash Player 18 (version 18.0.0.160, codenamed Presidio) (June 9, 2015)
    • Contains fixes for Adobe Security Bulletin APSB 15–11[210]
  • Adobe Flash Player 19 (version 19.0.0.185, codenamed Quint) (September 21, 2015)
  • Adobe Flash Player 20 (version 20.0.0.228, codenamed Rankin) (December 8, 2015)
  • Adobe Flash Player 21 (version 21.0.0.182, codenamed Sutter) (March 10, 2016)
  • Adobe Flash Player 22 (version 22.0.0.192, codenamed Townsend) (June 16, 2016)
  • Adobe Flash Player 23 (version 23.0.0.164, codenamed Underwood) (September 13, 2016)
  • Adobe Flash Player 24 (version 24.0.0.186, codenamed Van Ness) (December 13, 2016)
  • Adobe Flash Player 24 (version 24.0.0.194) (January 10, 2017)
  • Adobe Flash Player 25 (version 25.0.0.127, codenamed Webster) (March 14, 2017)
  • Adobe Flash Player 25 (version 25.0.0.148) (April 11, 2017)
  • Adobe Flash Player 25 (version 25.0.0.163) (April 20, 2017)
  • Adobe Flash Player 26 (version 26.0.0.131, codenamed York) (June 13, 2017)
  • Adobe Flash Player 27 (version 27.0.0.130, codenamed Zoe) (September 12, 2017)
  • Adobe Flash Player 27 (version 27.0.0.159) (October 10, 2017)
  • Adobe Flash Player 28 (version 28.0.0.11, codenamed Atka) (November 16, 2017)
  • Adobe Flash Player 29 (version 29.0.0.126) (December 12, 2017)
  • Adobe Flash Player 30 (version 30.0.0.113) (June 7, 2018)
  • Adobe Flash Player 31 (version 31.0.0.108) (September 11, 2018)
  • Adobe Flash Player 32 (version 32.0.0.101) (December 5, 2018)
  • Adobe Flash Player 32 (version 32.0.0.114) (January 8, 2019)
  • Adobe Flash Player 32 (version 32.0.0.142) (February 12, 2019)
  • Adobe Flash Player 32 (version 32.0.0.156) (March 12, 2019)
  • Adobe Flash Player 32 (version 32.0.0.171) (April 9, 2019)
  • Adobe Flash Player 32 (version 32.0.0.192) (May 14, 2019)
  • Adobe Flash Player 32 (version 32.0.0.207) (June 11, 2019)
  • Adobe Flash Player 32 (version 32.0.0.223) (July 9, 2019)
  • Adobe Flash Player 32 (version 32.0.0.238) (August 13, 2019)
  • Adobe Flash Player 32 (version 32.0.0.255) (September 10, 2019)
  • Adobe Flash Player 32 (version 32.0.0.270) (October 9, 2019)
  • Adobe Flash Player 32 (version 32.0.0.293) (November 13, 2019)
  • Adobe Flash Player 32 (version 32.0.0.303) (December 10, 2019)
  • Adobe Flash Player 32 (version 32.0.0.314) (January 14, 2020)
  • Adobe Flash Player 32 (version 32.0.0.321) (January 21, 2020)
  • Adobe Flash Player 32 (version 32.0.0.330) (February 11, 2020)
  • Adobe Flash Player 32 (version 32.0.0.344) (March 11, 2020)
  • Adobe Flash Player 32 (version 32.0.0.363) (April 14, 2020)
  • Adobe Flash Player 32 (version 32.0.0.371) (May 12, 2020)
  • Adobe Flash Player 32 (version 32.0.0.387) (June 9, 2020)
  • Adobe Flash Player 32 (version 32.0.0.403) (July 14, 2020)
  • Adobe Flash Player 32 (version 32.0.0.414) (August 11, 2020)
  • Adobe Flash Player 32 (version 32.0.0.433) (September 8, 2020)
  • Adobe Flash Player 32 (version 32.0.0.445) (October 13, 2020)
  • Adobe Flash Player 32 (version 32.0.0.453) (November 10, 2020)
  • Adobe Flash Player 32 (version 32.0.0.465) (December 8, 2020)
    • Final update.

See also

References

  1. "Adobe - Flash Player". Adobe.com. Adobe Systems. Retrieved February 5, 2021.
  2. "_flash_install_packages_". flash.cn. Zhongcheng Network Technology Co., Ltd. Retrieved February 5, 2021.
  3. "Adobe - Flash Player". Adobe.com. Adobe Systems. Retrieved December 8, 2020.
  4. "Archived Flash Player versions". Adobe.com. Adobe Systems. Retrieved October 20, 2015.
  5. "Download Flash Player 32 Beta". labs.adobe.com. Adobe Systems. Retrieved May 19, 2020.
  6. "Adobe Flash Player Download". Adobe Systems. Archived from the original on August 9, 2016. Retrieved August 10, 2016.
  7. "Why You Should Ditch Adobe Shockwave". Krebs on Security. May 14, 2014. Archived from the original on May 25, 2014. Retrieved February 21, 2015.
  8. Cimpanu, Catalin (December 9, 2020). "Adobe to block Flash content from running on January 12, 2021". ZDNet. Red Ventures. Retrieved January 21, 2021.
  9. Integrated Adobe Flash Player Plug-in Archived January 31, 2013, at the Wayback Machine, Chrome team blog
  10. Porting Flash to sandboxed PPAPI platform Archived July 25, 2018, at the Wayback Machine, Official Chromium Blog
  11. "Flash Player issues | Windows 8". Adobe Systems. Archived from the original on December 20, 2016. Retrieved December 15, 2016.
  12. "Flash Player Issues | Windows 10 | Internet Explorer". Adobe Systems. Archived from the original on December 20, 2016. Retrieved December 15, 2016.
  13. "Flash Player issues | Windows 10 | Microsoft Edge". Adobe Systems. Archived from the original on December 20, 2016. Retrieved December 15, 2016.
  14. "Adobe Flash Runtimes Statistics". Adobe Systems Incorporated. Archived from the original on January 6, 2013. Retrieved January 2, 2013.
  15. Barrett, Brian (July 15, 2015). "Flash. Must. Die". Wired.com. Condé Nast. Archived from the original on May 16, 2017. Retrieved May 9, 2017.
  16. Vaughan-Nichols, Steven J. (June 16, 2016). "How to really fix the latest Adobe Flash security hole". ZDNet. CBS Interactive. Archived from the original on May 23, 2017. Retrieved May 9, 2017.
  17. Collins, Katie (March 11, 2016). "Adobe rushes out emergency update for 'critical' Flash security flaw". CNET. Archived from the original on March 25, 2017. Retrieved May 9, 2017.
  18. AIR 3 Archived August 21, 2014, at the Wayback Machine, Adobe
  19. "What are local shared objects?". Security and privacy. Adobe Systems. Archived from the original on May 29, 2010. Retrieved December 5, 2007.
  20. SWX: SWF Data Format Archived August 17, 2012, at the Wayback Machine, official website
  21. swxjava – SWX RPC implementation in Java Archived June 7, 2014, at the Wayback Machine, Google Code
  22. swx-format – Data Format Archived August 3, 2014, at the Wayback Machine, Google Code
  23. SWX Contest Winners Archived August 18, 2012, at the Wayback Machine, SWX Format Website
  24. Introducing SWXml Archived November 12, 2007, at the Wayback Machine, Aral Balkan
  25. "Flash H.264". MainConcept. Archived from the original on November 18, 2010. Retrieved September 24, 2010.
  26. Flash and the HTML5 <video> tag Archived August 25, 2012, at WebCite, YouTube Blog
  27. Pardon Our Dust Archived May 31, 2015, at the Wayback Machine, Hulu Blog
  28. Future Media Standards & Guidelines – AV Addendum v1.5 Archived September 30, 2013, at the Wayback Machine BBC
  29. Protocols: HTTP vs. RTMP> Beginner's Guide to Distributing Flash Video Archived March 13, 2013, at the Wayback Machine, Adobe Press
  30. Cross-domain policy file usage recommendations for Flash Player Archived August 13, 2014, at the Wayback Machine, Adobe
  31. Policy file changes in Flash Player 9 and Flash Player 10 Archived August 18, 2014, at the Wayback Machine, Adobe
  32. "Sites which support crossdomain.xml to allow Flash and Silverlight access". Retrieved March 25, 2017.
  33. Socket Archived October 11, 2012, at the Wayback Machine, Adobe ActionScript 3 API Reference
  34. Sockets Archived October 20, 2012, at the Wayback Machine, ActionScript 3.0 Developer's Guide
  35. Setting up a socket policy file server Archived August 3, 2014, at the Wayback Machine, Adobe
  36. AsSQL – MySQL Driver for AS3 Archived May 25, 2013, at the Wayback Machine, Google Code
  37. Remi Arnaud (2011). "3D in a Web Browser". In Eric Lengyel (ed.). Game Engine Gems 2. CRC Press. pp. 208–212. ISBN 978-1-56881-437-7. Archived from the original on January 10, 2016. Retrieved November 28, 2015.
  38. Christer Kaitila (2011). Adobe Flash 11 Stage3D (Molehill) Game Programming Beginner's Guide. Packt Publishing Ltd. p. 9. ISBN 978-1-84969-169-7.
  39. "Stage3D vs WebGL Performance — Airtight Interactive". Airtightinteractive.com. October 28, 2011. Archived from the original on July 31, 2014. Retrieved August 4, 2014.
  40. "Stage3D". scratch.mit.edu. Archived from the original on August 10, 2014. Retrieved August 5, 2014.
  41. Adobe Flash Player 11.8 – Bug 3591185: Pixel Bender shader performance drastically degraded in FP11.8. Closed as "NeverFix" Archived April 22, 2014, at the Wayback Machine
  42. Comparing Flash, HTML5 Performance Archived October 26, 2011, at the Wayback Machine, OS News
  43. Battery Performance with Flash Player 10.1 on Nexus One Archived October 16, 2011, at the Wayback Machine, Flash Mobile Blog
  44. Reference Designs and Demos Archived October 11, 2011, at the Wayback Machine, QNX
  45. ActionScript 3.0 overview, "ActionScript 3.0 code executes up to 10 times faster than legacy ActionScript code." Archived July 18, 2014, at the Wayback Machine, Adobe
  46. "Alchemy:FAQ". Archived from the original on May 5, 2012. Retrieved May 5, 2012., Adobe Labs, "ASC performs few optimizations at this time"
  47. Zotov, Peter (May 6, 2012). "Reaching the Limits of Adobe Stupidity – whitespace". Whitequark.org. Archived from the original on October 15, 2012. Retrieved October 27, 2012.
  48. Alchemy:FAQ Archived May 5, 2012, at the Wayback Machine, Adobe Labs
  49. Optimizing ActionScript Bytecode using LLVM Archived May 11, 2012, at the Wayback Machine, Adobe
  50. Adobe Alchemy, is it ActionScript heresy? Archived August 19, 2012, at the Wayback Machine, Unit Zero One
  51. Introducing ASC 2.0 Archived March 15, 2013, at the Wayback Machine, Thibault Imbert, ByteArray.com
  52. AS3 vs haXe performance, SplashDust website Archived January 5, 2013, at the Wayback Machine
  53. Optimizing performance of applications for connected TVs Archived August 22, 2016, at the Wayback Machine, Adobe Developer Connection
  54. Top 10 Performance Killers in your AIR Application Archived October 15, 2014, at the Wayback Machine, FlexWiz
  55. Flex versus ActionScript – the debate gets new life Archived December 9, 2014, at the Wayback Machine, Greg's Ramblings
  56. Pure ActionScript + MadComponents vs. Flash Builder 4.5 Archived December 22, 2014, at the Wayback Machine, MobileAppDev
  57. Flex 4.5 vs Pure AS3 Archived October 21, 2011, at the Wayback Machine, Michael Crosby
  58. "Adobe donates Flex to Apache". Techworld. Archived from the original on November 18, 2011. Retrieved November 17, 2011.
  59. Response to "Thoughts on Flash" Archived November 12, 2011, at the Wayback Machine, True Gryc Blog
  60. "Adobe Gaming SDK". creative.adobe.com. Adobe. Archived from the original on August 8, 2014. Retrieved August 4, 2014.
  61. Wagner James Au (2012). Game Design Secrets. John Wiley & Sons. p. 130. ISBN 978-1-118-46391-8.
  62. "Adobe Flash 11 adopts Unreal Engine 3 for better browser games | The Verge". theverge.com. Archived from the original on July 6, 2017. Retrieved August 4, 2014.
  63. "List of Flash Gaming Engines". FlashRealtime.com. April 23, 2011. Archived from the original on April 6, 2013. Retrieved February 21, 2015.
  64. CrossBridge for Flash Player Archived September 20, 2017, at the Wayback Machine, GitHub
  65. "Adobe Finally kills Adobe Flash Player in 2020 – Article Pub". Retrieved July 26, 2017.
  66. Remi Arnaud (2011). "3D in a Web Browser". In Eric Lengyel (ed.). Game Engine Gems 2. CRC Press. p. 205. ISBN 978-1-56881-437-7. Archived from the original on January 10, 2016. Retrieved November 28, 2015.
  67. "Downloads". Adobe Flash Player Support Center. Archived from the original on October 22, 2011. Retrieved October 29, 2011.
  68. "Adobe and Google Partnering for Flash Player on Linux". Archived from the original on May 19, 2019. Retrieved November 25, 2012.
  69. Noyes, Katherine (April 6, 2012). "For Flash on Linux, Chrome Will Be Users' Only Choice | PCWorld Business Center". Pcworld.com. Archived from the original on October 20, 2012. Retrieved April 10, 2012.
  70. "Adobe Releases Last Linux Version of Flash Player – Slashdot". Linux.slashdot.org. Archived from the original on March 31, 2012. Retrieved April 10, 2012.
  71. "Beta News – Flash Player NPAPI for Linux". Adobe AIR and Adobe Flash Player Team Blog. August 31, 2016. Archived from the original on November 18, 2016. Retrieved November 17, 2016.
  72. Tareq Aljaber (May 17, 2013). "Extended Support Release Updated to Flash Player 11.7". Adobe AIR and Adobe Flash Player Team Blog. Adobe. Archived from the original on October 2, 2015. Retrieved February 15, 2014.
  73. "Upcoming changes to Flash Player's extended support release". Adobe. March 5, 2014. Archived from the original on October 1, 2015. Retrieved December 17, 2014.
  74. "Upcoming changes to Flash Player's extended support release". Adobe. May 15, 2015. Archived from the original on October 2, 2015. Retrieved September 30, 2015.
  75. Campbell, Chris (August 23, 2016). "Where can I find the "Extended Support Release" of Flash Player for Windows or Macintosh?". forums.adobe.com. Adobe Systems. Archived from the original on July 5, 2016. Retrieved September 25, 2016.
  76. "Adobe Flash Player (China Variant)". flash.cn. Zhongcheng Network Technology Co., Ltd. Retrieved January 13, 2021.
  77. Adobe Flash Player Versions Archived January 1, 2019, at the Wayback Machine, Adobe.com
  78. "Archived Flash Player versions". Adobe. Archived from the original on February 15, 2014. Retrieved February 18, 2014.
  79. "Flash Player 5". System 7 Today. Archived from the original on February 6, 2017. Retrieved October 15, 2016.
  80. iOS features in Adobe AIR 2.6 Archived September 25, 2012, at the Wayback Machine, Adobe Devnet
  81. "Flash Player 10.1 – Installations and updates". Archived from the original on October 8, 2010. Retrieved November 19, 2010.
  82. Arthur, Charles (June 29, 2012). "Flash Player for Android: Adobe calls time, declares it dead". The Guardian. Archived from the original on March 5, 2014. Retrieved June 30, 2012.
  83. Flash Platform Certified Devices Archived June 22, 2012, at the Wayback Machine, Adobe
  84. Flash Platform Certified Devices: Smartphones Archived July 8, 2012, at the Wayback Machine, Adobe
  85. Flash Platform Certified Devices: Tablets Archived July 8, 2012, at the Wayback Machine, Adobe
  86. Adobe abandons Flash Player on mobile browsers for HTML5 Archived November 14, 2011, at the Wayback Machine, CBS News
  87. Adobe abandons Flash for mobile devices Archived July 9, 2016, at the Wayback Machine, The Telegraph
  88. Web Players Archived August 21, 2014, at the Wayback Machine. Adobe. Retrieved on March 11, 2011.
  89. MACROMEDIA INTRODUCES FREE FLASH PLAYERS FOR LINUX, SOLARIS, IRIX USERS. | Technology > Software Services & Applications from Archived May 20, 2007, at the Wayback Machine. AllBusiness.com. Retrieved on March 11, 2011.
  90. Macromedia – Flash Player SDK http://www.adobe.com/products/flashplayer_sdk/ Archived July 18, 2006, at the Wayback Machine (Taken July 7, 2006).
  91. Press Room: For immediate release Archived August 5, 2014, at the Wayback Machine. Adobe. Retrieved on March 11, 2011.
  92. Adobe Flash 10 to be ARM-optimized in 2009 Archived January 8, 2009, at the Wayback Machine. Electronista (November 17, 2008). Retrieved on March 11, 2011.
  93. Press Room: For immediate release Archived August 16, 2014, at the Wayback Machine. Adobe. Retrieved on March 11, 2011.
  94. ARM welcomes Adobe's mobile Flash move – 5/2/2008 Archived February 20, 2009, at the Wayback Machine. Electronics Weekly (May 2, 2008). Retrieved on March 11, 2011.
  95. ARM netbooks struggle with video, apps Archived July 12, 2012, at the Wayback Machine. Eetimes.com (April 14, 2009). Retrieved on March 11, 2011.
  96. Adobe Success Story: LeapFrog Enterprises http://www.adobe.com/cfusion/showcase/index.cfm?event=casestudydetail&casestudyid=21019&loc=en_us Archived October 14, 2007, at the Wayback Machine (Taken July 7, 2006).
  97. "New info on the firmware updates for PS3 and PSP". ThreeSpeech. October 14, 2008. Archived from the original on October 15, 2008. Retrieved October 14, 2008.
  98. Adobe Flash Player Archived October 13, 2011, at the Wayback Machine, Android Market
  99. Announcing Flash Player 11 and AIR 3 Archived May 4, 2012, at the Wayback Machine, Adobe Flash Platform Blog
  100. Flash Player 10.1: Live and Ready for Android « Adobe Flash Player Team Blog Archived July 7, 2011, at the Wayback Machine. Blogs.adobe.com. Retrieved on March 11, 2011.
  101. Archived July 8, 2012, at the Wayback Machine Retrieved on September 19, 2011.
  102. Maemo software | Nokia › Maemo Browser Archived December 29, 2009, at the Wayback Machine. Maemo.nokia.com. Retrieved on March 11, 2011.
  103. Mobile and Devices Developer Center: Sony PSP Archived May 25, 2010, at the Wayback Machine. Adobe (July 16, 2007). Retrieved on March 11, 2011.
  104. Symbian ^3 Archived January 2, 2011, at the Wayback Machine. Adobe Flash Lite (April 27, 2010). Retrieved on March 11, 2011.
  105. Scott Janousek » Blog Archive » Nintendo Wii Flash Player supported via Opera updated to Flash Lite 3.1 (Flash 8/9) Archived September 13, 2011, at the Wayback Machine. Flashmobile.scottjanousek.com (September 1, 2009). Retrieved on March 11, 2011.
  106. Download Macromedia Flash Player 7 for Pocket PC Archived February 7, 2014, at the Wayback Machine, Adobe
  107. Flash Player 7 For Pocket PC Archived January 19, 2014, at the Wayback Machine. Adobe (July 14, 2009). Retrieved on March 11, 2011.
  108. rich Internet applications | Adobe Flash Platform runtimes Archived May 30, 2010, at the Wayback Machine. Adobe.com (July 14, 2009). Retrieved on March 11, 2011.
  109. "Flip8 – the World's First Flash Emulator — v0.9". Newsdee.com. Archived from the original on January 27, 2010. Retrieved September 12, 2009.
  110. Claus Wahlers. "FC64 – Flash Commodore 64 Emulator — Demo — c么deazur brasil lab". Codeazur.com.br. Archived from the original on October 5, 2009. Retrieved September 12, 2009.
  111. "FlashZXSpectrum48k, Sinclair ZX Spectrum Emulator written in Flash". Jorin.com. Archived from the original on February 3, 2008. Retrieved September 12, 2009.
  112. "aminnes – Project Hosting on Google Code". www.aminlab.com/. May 17, 2010. Archived from the original on September 19, 2014.
  113. "Flash & The Future of Interactive Content". July 25, 2017. Archived from the original on September 7, 2017. Retrieved July 26, 2017.
  114. Lardinois, Frederic. "Get ready to finally say goodbye to Flash — in 2020". TechCrunch. Archived from the original on July 25, 2017. Retrieved July 25, 2017.
  115. Warren, Tom (July 25, 2017). "Adobe will finally kill Flash in 2020". The Verge. Archived from the original on July 25, 2017. Retrieved July 25, 2017.
  116. "Adobe Announces Flash Distribution and Updates to End". July 25, 2017. Archived from the original on July 26, 2017. Retrieved July 26, 2017.
  117. Pudełek, Jakub (July 25, 2017). "Migrating Games from Flash to Open Web Standards on Facebook". Archived from the original on August 1, 2017. Retrieved July 26, 2017.
  118. Laforge, Anthony (July 25, 2017). "Saying goodbye to Flash in Chrome". Archived from the original on July 25, 2017. Retrieved July 26, 2017.
  119. "The End of an Era – Next Steps for Adobe Flash". July 25, 2017. Archived from the original on July 26, 2017. Retrieved July 26, 2017.
  120. Smedberg, Benjamin (July 25, 2017). "Firefox Roadmap for Flash End-of-Life". Archived from the original on September 12, 2019. Retrieved August 21, 2019.
  121. "Update on Adobe Flash Player End of Support". Windows Blogs. September 4, 2020. Retrieved October 4, 2020.
  122. "You can now uninstall Flash on Windows 10 and 8.1 using KB4577586 - gHacks Tech News". www.ghacks.net. Retrieved October 28, 2020.
  123. "Adobe - Flash Player". Adobe.com. Adobe Systems. Retrieved February 5, 2021.
  124. "_flash_install_packages_". flash.cn. Zhongcheng Network Technology Co., Ltd. Retrieved February 5, 2021.
  125. "Adobe Flash Player End of Life". www.adobe.com. Retrieved December 15, 2020.
  126. "Defuse flash player time bomb". TehSausage. Retrieved January 7, 2021.
  127. "Firefox 85.0, See All New Features, Updates and Fixes". Mozilla. Retrieved January 26, 2021.
  128. "Adobe Flash Player EOL Enterprise Information Page". Adobe.com. Adobe Systems. Retrieved January 17, 2021.
  129. "HARMAN'S SUPPORT PROGRAM FOR ADOBE FLASH PLAYER". harman.com. HARMAN International. Retrieved January 17, 2021.
  130. "Release Notes - Flash Player 33". Adobe.com. Adobe Systems. Retrieved January 17, 2021.
  131. "关于大连车务段使用Flash出现问题的声明公告". flash.cn. Zhongcheng Network Technology Co., Ltd. Retrieved January 25, 2021.
  132. Cimpanu, Catalin. "South African government releases its own browser just to re-enable Flash support". ZDNet. Retrieved February 3, 2021.
  133. Scott, Jason (November 22, 2020). "Flash Back! Further Thoughts on Flash at the Internet Archive". Retrieved January 3, 2021.
  134. SWF Technology Center | Adobe Developer Connection Archived August 22, 2014, at the Wayback Machine. Adobe.com (July 14, 2009). Retrieved on March 11, 2011.
  135. "Adobe Open Screen Project". Archived from the original on August 11, 2011. Retrieved March 21, 2012. Starting today, there will be no restrictions on the use of the SWF specification or the FLV and F4V specifications that make up video in Flash. Formerly, to look at the SWF specification users had to sign a licensing agreement not to use it to create competing players
  136. "Adobe and Mozilla Foundation to Open Source Flash Player Scripting Engine". Mozilla Foundation Press Center. San Francisco. November 7, 2006. Archived from the original on October 21, 2010. Retrieved September 3, 2010.
  137. Tamarin Project Archived February 10, 2007, at the Wayback Machine. Mozilla.org (October 5, 2010). Retrieved on March 11, 2011.
  138. Tim Anderson (November 15, 2015). "Adobe Flex SDK bombshell STUNS developers". Archived from the original on August 10, 2017. Retrieved August 10, 2017.
  139. Joab Jackson, IDG News Service (November 16, 2011). "Adobe Donates Flex to Apache". PCWorld. Archived from the original on December 4, 2012. Retrieved October 10, 2015.
  140. Flex != Flash Archived January 10, 2016, at the Wayback Machine, PrintUI, January 27, 2013
  141. Open Source Flash C++ Compiler, CrossBridge Archived March 25, 2014, at the Wayback Machine, Adobe Blogs, June 25, 2013
  142. CrossBridge Archived September 20, 2017, at the Wayback Machine, Adobe Gaming GitHub Website
  143. Adobe Open-Sources Flash C/C++ Compiler Archived February 6, 2017, at the Wayback Machine, Phoronix, Michael Larabel, June 26, 2013
  144. "Gnash Reference Manual". gnu.org. Archived from the original on November 25, 2011. Retrieved November 12, 2011.
  145. "Flash Player Help / Installation problems". Archived from the original on March 16, 2012. Retrieved April 4, 2012.
  146. "Help / Uninstall (old-version) Flash Player (if installation is unsuccessful)". Archived from the original on August 28, 2012. Retrieved August 31, 2012.
  147. "Patch for Adobe Flash". The H. March 29, 2012. Archived from the original on February 22, 2014. Retrieved February 18, 2014.
  148. "Adobe roadmap for the Flash Player". Adobe. Archived from the original on January 12, 2013. Retrieved January 14, 2013.
  149. Usage Statistics of Flash for Websites, December 2013 Archived November 15, 2013, at the Wayback Machine. W3techs.com (July 22, 2013). Retrieved on December 9, 2013.
  150. Bug 3712099, at "bugbase.adobe.com" Archived February 27, 2014, at the Wayback Machine. Retrieved on February 22, 2014.
  151. "What Is a Local Shared Object?". Adobe Systems. Archived from the original on May 29, 2010. Retrieved July 1, 2010.
  152. "Adobe Flash Player Settings Manager". Adobe Systems. Archived from the original on June 20, 2010. Retrieved July 1, 2010.
  153. "Web Storage Settings Panel". Adobe Systems. Archived from the original on April 4, 2012. Retrieved April 4, 2012.
  154. "Private browsing in Flash Player 10". Adobe Systems. Archived from the original on May 28, 2010. Retrieved July 1, 2010.
  155. "Flash Bug Report". February 6, 2010. Archived from the original on February 10, 2010. Retrieved March 27, 2010.
  156. "Security Advisory for Flash Player, Adobe Reader and Acrobat". Adobe Systems. Archived from the original on June 8, 2010. Retrieved June 8, 2010.
  157. "Adobe acknowledges critical security flaw in software". BBC News. June 7, 2010.
  158. "Security Advisory for Adobe Flash Player, Adobe Reader and Acrobat". Adobe Systems. Archived from the original on October 31, 2010. Retrieved October 31, 2010.
  159. "Flash vulnerability revealed for Android, fix coming November 9th". MobileCrunch. Archived from the original on October 31, 2010. Retrieved October 31, 2010.
  160. "Security updates available for Adobe Flash Player". Adobe Systems. February 7, 2013. Archived from the original on July 9, 2013. Retrieved July 7, 2013.
  161. "Security updates available for Adobe Flash Player". Adobe Systems. March 12, 2013. Archived from the original on July 9, 2013. Retrieved July 7, 2013.
  162. "Internet Security Threat Report: Volume XV: April 2010". Symantec. April 2010. pp. 37, 40, 42. Archived from the original on April 25, 2010. Retrieved May 9, 2010.
  163. "Adobe Acrobat, Reader, and Flash Player Remote Code Execution Vulnerability". October 15, 2009. Archived from the original on April 24, 2011. Retrieved May 9, 2010.
  164. "2010 Threat Predictions" (PDF). McAfee Labs. December 2009. p. 2. Archived from the original (PDF) on June 2, 2010. Retrieved May 9, 2010.
  165. "McAfee Threats Report: Fourth quarter 2009" (PDF). McAfee Avert Labs. February 2010. p. 16. Archived from the original (PDF) on February 15, 2010. Retrieved May 9, 2010.
  166. "IT Threat Evolution: Q3 2012". Kaspersky Lab ZAO. November 1, 2012. Archived from the original on November 5, 2012. Retrieved November 2, 2012.
  167. Steve Jobs (April 29, 2010). "Thoughts on Flash". Apple. Archived from the original on May 1, 2010. Retrieved May 9, 2010.
  168. future of Flash Archived November 17, 2011, at the Wayback Machine. Adobe (July 14, 2009). Retrieved on March 11, 2011.
  169. Symantec Global Internet Threat Report for 2009 Archived August 4, 2010, at the Wayback Machine, page 40, "In 2009, Symantec documented 321 vulnerabilities affecting plug-ins for Web browsers (figure 9). ActiveX technologies were affected by 134 vulnerabilities, which was the highest among the plug-in technologies examined. Of the remaining technologies, Java SE had 84 vulnerabilities, Adobe Reader had 49 vulnerabilities, QuickTime had 27 vulnerabilities, and Adobe Flash Player was subject to 23 vulnerabilities. The remaining four vulnerabilities affected extensions for Firefox."
  170. "Adobe Patches Flash Zero-Day Exploited by Magnitude EK". April 7, 2016. Archived from the original on April 11, 2016. Retrieved April 25, 2016.
  171. "Security Advisory for Adobe Flash Player". April 5, 2016. Archived from the original on June 4, 2016. Retrieved April 25, 2016.
  172. Update: Premium Features for Flash Player Archived July 19, 2014, at the Wayback Machine, Adobe AIR and FP Blog
  173. "Why will Premium Flash Player Features Kill Flash?". ASVGuy. March 10, 2012. Archived from the original on February 5, 2015. Retrieved February 21, 2015.
  174. Shankland, Stephen (March 28, 2014). "Adobe to charge Flash coders to use 'premium' features". CNET. Archived from the original on January 19, 2015. Retrieved February 21, 2015.
  175. "And Then Premium Features Arrived…". ASVGuy. April 5, 2012. Archived from the original on February 5, 2015. Retrieved February 21, 2015.
  176. Adobe Premium Features for Flash Player Archived August 21, 2014, at the Wayback Machine, Flash Player Dev Center, Adobe
  177. Cassella, Dena (February 1, 2010). "Steve Jobs Unleashes His Fury During Town Hall Meeting". Archived from the original on February 6, 2010. Retrieved February 22, 2010.
  178. Richmond, Shane. (April 30, 2010) Adobe hits back at Apple's 'smokescreen' – Telegraph Blogs Archived May 3, 2010, at the Wayback Machine. Blogs.telegraph.co.uk. Retrieved on March 11, 2011.
  179. YouTube Mobile gets a kick start Archived January 7, 2012, at the Wayback Machine, Official YouTube Blog
  180. "Flash Player官方下载-Flash中国官网". Note that a China IP might be needed, as the website and Adobe attempts to hide the fact to users outside China to avoid privacy criticisms. Archived from the original on July 22, 2018. Retrieved July 22, 2018.
  181. "Adobe update on 6/12/18 include 2144 game cente... | Adobe Community". forums.adobe.com. Archived from the original on March 30, 2019. Retrieved July 22, 2018.
  182. "Adobe's 'Partner' 2144 in China has suspicious ... | Adobe Community". forums.adobe.com. Archived from the original on July 22, 2018. Retrieved July 22, 2018.
  183. "Uninstall 2144 Game Center | Adobe Community". forums.adobe.com. Archived from the original on July 22, 2018. Retrieved July 22, 2018.
  184. "Flashplayer Is Incompatible With Your Area | Adobe Community". forums.adobe.com. Archived from the original on July 22, 2018. Retrieved July 22, 2018.
  185. "IT之家 | 中国特供版Flash被曝向有关部门搜集用户隐私 – 中国数字时代". chinadigitaltimes.net (in Chinese). Archived from the original on July 22, 2018. Retrieved July 22, 2018.
  186. Macromedia, Inc. (March 4, 2002) Macromedia and Sorenson Media bring video to Macromedia Flash content and applications, Retrieved on August 9, 2009
  187. "Adobe Completes Acquisition of Macromedia". Adobe Systems. December 5, 2005. Archived from the original on June 2, 2007. Retrieved June 18, 2007.
  188. Huang, Emmy (November 15, 2006). "Flash Player 9 Update (9.0.28.0) release now available for Windows and Macintosh". Archived from the original on June 25, 2007. Retrieved January 23, 2014.
  189. "Exploring full-screen mode in Flash Player 9". Adobe Developer Center. December 3, 2007. Archived from the original on April 4, 2012. Retrieved April 10, 2012.
  190. Melanson, Mike (December 4, 2007). "Flash Player 9 Update 3 (Final)". Archived from the original on September 7, 2010. Retrieved January 23, 2014.
  191. "Adobe Delivers Flash Player 9 with H.264 Video Support". adobe.com (Press release). December 4, 2007. Archived from the original on December 12, 2007.
  192. Adobe Systems Incorporated (December 3, 2007) List of codecs supported by Adobe Flash Player Archived August 19, 2009, at the Wayback Machine, Retrieved on August 5, 2009
  193. Halfast, Todd. "Flash Player 10.1 Now Available for Windows, Mac, and Linux " Adobe AIR and Adobe Flash Player Team Blog". Blogs.adobe.com. Archived from the original on May 11, 2011. Retrieved April 10, 2012.
  194. "features Flash Player 10.3 Release Notes". Kb2.adobe.com. Archived from the original on April 30, 2012. Retrieved April 10, 2012.
  195. "Flash Player 11 and AIR 3 Release Notes: 10/04/11". Kb2.adobe.com. Archived from the original on April 30, 2012. Retrieved April 10, 2012.
  196. Introducing Molehill: 3D APIs for Adobe Flash Player and Adobe AIR Archived July 8, 2012, at the Wayback Machine, Adobe Edge
  197. Extending AIR Archived July 24, 2014, at the Wayback Machine, Adobe Devnet
  198. "Flash Player 11.1 and AIR 3.1 User Release Notes: 11/09/11". Kb2.adobe.com. Archived from the original on April 30, 2012. Retrieved April 10, 2012.
  199. "Adobe Introduces Premium Features for Gaming with Flash Player 11.2; Announces Collaboration with Unity Technologies". adobe.com. Archived from the original on May 14, 2012. Retrieved May 18, 2012.
  200. "Flash Player and Adobe AIR feature list". adobe.com. Archived from the original on May 14, 2013. Retrieved May 9, 2013.
  201. "Flash Player 12.0.0.3". Adobe Systems. November 14, 2013. Archived from the original on December 24, 2013. Retrieved December 22, 2013.
  202. "Adobe Labs Downloads". Adobe. April 22, 2015. Archived from the original on April 25, 2015. Retrieved April 25, 2015.
  203. "Flash Player 13.0.0.80". Adobe Systems. January 28, 2014. Archived from the original on February 22, 2014. Retrieved February 18, 2014.
  204. "8/12/2014 – Release – Flash Player 14". Adobe Systems. August 12, 2014. Archived from the original on November 11, 2014. Retrieved January 12, 2015.
  205. "11/11/2014 – Release – Flash Player 15". Adobe Systems. November 11, 2014. Archived from the original on November 11, 2014. Retrieved January 12, 2015.
  206. "12/9/2014 – Release – Flash Player 16". Adobe Systems. December 9, 2014. Archived from the original on December 15, 2014. Retrieved January 12, 2015.
  207. "12/3/2015 – Release – Flash Player 17". Adobe Systems. March 12, 2014. Archived from the original on March 22, 2015. Retrieved March 13, 2015.
  208. "Adobe Security Bulletin". Archived from the original on March 29, 2017. Retrieved March 25, 2017.

Further reading

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.