Adobe Flash Player (known inInternet Explorer,Firefox, andGoogle Chrome asShockwave Flash)[10] is a discontinued[note 1] computer program for viewingmultimedia content, executingrich Internet applications, andstreaming audio and video content created on theAdobe Flash platform. It can run from aweb browser as a browserplug-in or independently on supported devices. Originally created byFutureWave under the nameFutureSplash Player, it was renamed toMacromedia Flash Player afterMacromedia acquired FutureWave in 1996. After Adobe acquired Macromedia in 2005, it was developed and distributed byAdobe as Adobe Flash Player. It is currently developed and distributed by Zhongcheng for users in China, and byHarman International for enterprise users outside of China, in collaboration with Adobe.
Flash Player once had a large user base, and was required to run manyweb games, animations, andgraphical user interface (GUI) elements embedded in web pages. Adobe stated in 2013 that more than 400 million, out of over 1 billion connected desktops, updated to new versions of Flash Player within six weeks of release.[16] However, Flash Player became increasingly criticized for poor performance, consumption of battery on mobile devices, the number ofsecurity vulnerabilities that had been discovered in the software, and its nature as aclosed platform controlled by Adobe.Apple co-founderSteve Jobs was highly critical of Flash Player, having published anopen letter criticising the platform and detailing Apple's reasoning for not supporting Flash on itsiOS device family. Its usage further waned due to more modernweb standards which replaced some of Flash's functionality, reducing the need for third-party plugins.[17][18][19]
This led to the eventual deprecation of the platform. Flash Player was officially discontinued on 31 December 2020, and its download page was removed two days later. Since 12 January 2021, Flash Player (original global variants) versions newer than 32.0.0.371, released in May 2020, refuse to play Flash content and instead display a static warning message.[20] The software remains supported in mainland China and in some enterprise variants.[21]
Adobe Flash Player is a runtime that executes and displays content from a providedSWF file, although it has no in-built features to modify the SWF file at runtime. It can execute software written in theActionScript programming language which enables the runtime manipulation of text, data,vector graphics,raster graphics,sound, andvideo. The player can also access certain connected hardware devices, including theweb cameras andmicrophones, after permission for the same has been granted by the user.
Flash Player was used internally by theAdobe Integrated Runtime (AIR), to provide a cross-platform runtime environment fordesktop applications and mobile applications. AIR supports installable applications onWindows,Linux,macOS, and some mobile operating systems such asiOS andAndroid. 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 connectedAccelerometer andGPS devices.[22]
Flash Player included native support for manydata formats, some of which can only be accessed through theActionScript scripting interface.
XML: Flash Player has included native support forXML parsing and generation since version 8. XML data is held in memory as an XMLDocument Object Model, and can be manipulated using ActionScript. ActionScript 3 also supportsECMAScript 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 theJavaScript Object Notation (JSON) format, which allows interoperability withweb services andJavaScript programs.
AMF: Flash Player allows application data to be stored on users computers, in the form ofLocal Shared Objects, the Flash equivalent tobrowser cookies.[23] Flash Player can alsonatively read and write files in theAction 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 ofJSON orXML, reducing the need forparsing andvalidating such data.
SWF: The specification for theSWF 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.[24][25] The SWX system stores data as standard SWF bytecode which is automatically interpreted by Flash Player.[26] Anotheropen-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.[27][28]
Flash Player is primarily a graphics and multimedia platform, and has supportedraster graphics andvector graphics since its earliest version. It supports the following different multimedia formats, which it can nativelydecode and play back.
MP3: Support for decoding and playback ofstreamingMPEG-2 Audio Layer III (MP3) audio was introduced in Flash Player 4. MP3 files can be accessed and played back from a server viaHTTP, or embedded inside an SWF file, which is also a streaming format.
PNG: Support for decoding and renderingPortable 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 compressedJPEG images. Flash Player 10 added support for theJPEG-XR advanced image compression standard developed byMicrosoft Corporation, which results in better compression and quality than JPEG. JPEG-XR enableslossy andlossless compression with or withoutalpha channel transparency. Flash Player 11 can also encode a JPEG or JPEG-XR bitmap via ActionScript.
GIF: Support for decoding and rendering compressedGraphics Interchange Format (GIF) images, in its single-frame variants only. Loading a multi-frame GIF will display only the first image frame.
HTTP: Support for communicating withweb servers usingHTTP requests andPOST data.[33] However, only websites that explicitly allow Flash to connect to them can be accessed via HTTP orsockets, to prevent Flash being used as a tool forcross-site request forgery,[34]cross-site scripting,DNS rebinding,[35] anddenial-of-service attacks. Websites must host a certain XML file termed across domain policy,[35] allowing or denying Flash content from specific websites to connect to them. Certain websites, such asDigg,Flickr, andPhotobucket already host a cross domain policy that permits Flash content to access their website via HTTP.[36]
TCP: Support forTransmission Control Protocol (TCP) Internet socket communication to communicate with any type of server, usingstream sockets. Sockets can be used only viaActionScript, and can transferplain text,XML, or binary data (ActionScript 3.0 or later).[37][38] To prevent security issues, web servers that permit Flash content to communicate with them using sockets must host anXML-based cross domain policy file, served onPort 843.[39] Sockets enable AS3 programs to interface with any kind of server software, such asMySQL.[40]
Until version 10 of the Flash player, there was no support forGPU acceleration. Version 10 added a limited form of support forshaders on materials in the form of thePixel Bender API, but still did not have GPU-accelerated 3D vertex processing.[41] A significant change came in version 11, which added a new low-level API calledStage3D (initially codenamed Molehill), which provides full GPU acceleration, similar toWebGL.[42][43] (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'sScratch, which lacked the manpower to recode their applications quickly enough.[44][45])
Current versions of Flash Player are optimized to usehardware acceleration for video playback and 3D graphics rendering on many devices, including desktop computers. Performance is similar toHTML video playback.[46][47] Also, Flash Player has been used on multiple mobile devices as a primary user interface renderer.[48]
Although code written in ActionScript 3 executes up to 10 times faster than the prior ActionScript 2,[49] the Adobe ActionScript 3 compiler is a non-optimizing compiler, and produces inefficient bytecode in the resulting SWF, when compared to toolkits such asCrossBridge.[50][51][52][53][54]
CrossBridge, a toolkit that targetsC++ code to run within the Flash Player, uses theLLVM 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.[52][53][54]
Adobe has released ActionScript Compiler 2 (ASC2) in Flex 4.7 and onwards, which improves compilation times and optimizes the generated bytecode and supportsmethod inlining, improving its performance at runtime.[55]
As of 2012, theHaxe multiplatform language can build programs for Flash Player that perform faster than the same application built with the Adobe Flex SDK compiler.[56][unreliable source?]
Flash Player applications and games can be built in two significantly different methods:
"Flex" applications: TheAdobe Flex Framework is an integrated collection of stylablegraphical 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 500 KB. Editors includeAdobe Flash Builder and FlashDevelop.
"Pure ActionScript" applications: Applications built without the Flex framework allow greater flexibility and performance.[57][58][59] Video games built for Flash Player are typically pure-Actionscript projects. Various open-source component frameworks are available for pure ActionScript projects, such asMadComponents, that provide UI Components at significantly smaller SWF file sizes.[60][61]
In both methods, developers can access the full Flash Player set of functions, includingtext,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.
Adobe offers the free Adobe Gaming SDK, consisting (as of August 2014[update]) of several open-source AS3 libraries built on the Flash PlayerStage3D APIs for GPU-accelerated graphics:[64]
Away3D: GPU-accelerated 3D graphics and animation engine
Starling: GPU-accelerated 2D graphics that mimics the Flash display list API
Feathers: GPU-acceleratedskinnableGUI library built on top of Starling
A few commercialgame engines target Flash Player (Stage3D) as run-time environment, such asUnity 3D[65] andUnreal Engine 3.[65][66] Before the introduction of Stage3D, a number of older 2D engines or isometric engines likeFlixel saw their heyday.[67]
Adobe also developed theCrossBridge toolkit whichcross-compilesC/C++ code to run within the Flash Player, usingLLVM andGCC as compiler backends, and high-performancememory-accessopcodes in the Flash Player (termed "Domain Memory") to work with in-memory data quickly.[68] CrossBridge is targeted toward thegame development industry, and includes tools for building, testing, and debugging C/C++ projects in Flash Player.
The "projector" version is a standalone player that can openSWF files directly.[70][71]
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.[72][73][74] In August 2016, Adobe announced that, beginning with version 24, it would resume offering of Flash Player for Linux for other browsers.[75]
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. In August 2016, Adobe discontinued the ESR branch and instead focused solely on the standard release.[76]
Version 10 can be run under Windows 98/Me using KernelEx.[89] HP offered Version 6 of the player forHP-UX,[90] whileInnotek GmbH offered versions 4 and 5 forOS/2.[91] Other versions of the player have been available at some point forBeOS.[citation needed]
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.[30][31] On mobile devices, however, afterApple refused to allow the Flash Player withiniOS's integrated web browser, Adobe changed its strategy, enabling Flash content to be delivered as native mobile applications using theAdobe Integrated Runtime.
Up until 2012, Flash Player 11 was available for theAndroid (ARM Cortex-A8 and above),[92] although in June 2012, Google announced that Android 4.1 (codenamedJelly Bean) would not support Flash by default. In August 2012, Adobe stopped updating Flash for Android.[93]
Flash Player was supported on a select range of mobile and tablet devices, fromAcer,BlackBerry 10,Dell,HTC,Lenovo,Logitech,LG,Motorola,Samsung,Sharp,SoftBank,Sony (andSony Ericsson), andToshiba.[94][95][96] As of 2012, Adobe has stopped browser-based Flash Player development for mobile browsers in favor ofHTML5;[97][98] 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.
Adobe said it will optimize Flash for use onARM 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 onNVIDIA Tegra,Texas Instruments OMAP 3, and Samsung ARMs.[99][100] Beginning 2009, it was announced that Adobe would be bringing Flash toTV sets viaIntel Media Processor CE 3100 before mid-2009.[101]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."[102] However, as of May 2009, the expected ARM/Linuxnetbook devices had poor support for Web video and fragmented software base.[103]
Among other devices,LeapFrog Enterprises provides Flash Player with their Leapster Multimedia Learning System and extended the Flash Player with touch-screen support.[104] Version 9 was the most recent version available for the Linux/ARM-basedNokia 770/N800/N810 Internet tablets runningMaemo OS2008.[90] Other versions of the player have been available at some point forSymbian OS andPalm OS.[105] TheKodak Easyshare One includes Flash Player.[106]
Adobe announced on July 25, 2017, that it would end support for the normal/global variant of Flash Player on January 1, 2021, and encouraged developers to useHTML5 standards in place of Flash.[118][119] The announcement was coordinated withApple,[120]Facebook,[121]Google,[122]Microsoft,[123] andMozilla.[124] Adobe announced that all major web browsers planned to officially remove the Adobe Flash Player component on December 31, 2020, and Microsoft removed it from the Windows OS in January 2021 viaWindows Update. In a move to further reduce the number of Flash Player installations, Adobe added a "time bomb" to Flash to disable existing installations after January 12, 2021.[125] In mid-2020, Flash Player started prompting users to uninstall itself.[126] Adobe removed all existing download links for Flash installers.[127] After January 26, 2021, all major web browsers includingApple Safari,Google Chrome,Microsoft Edge, andMozilla Firefox have already permanently removed Flash support.[128] However,Flash content continues to be accessible on the web through emulators such asRuffle, with varying degrees of compatibility and performance, although this is not endorsed byAdobe.[129]
Starting from Chrome 76, Flash is disabled by default without any prompts to activate Flash content.[130] Users who wanted to play Flash content had to manually set a browser to prompt for Flash content, and then during each browser session, enable Flash plugin for every site individually. Microsoft Edge, which is based on Chromium, followed the same plan as Google Chrome.[131]
Google Chrome blocked the Flash plugin as "out of date" in January 2021, and fully removed it from the browser with Chrome version 88, released on January 20, 2021.[132][133]
Starting with Firefox 85,[130] Flash is disabled by default without any prompts to activate Flash content. To play Flash content, users had to manually set a browser to prompt for Flash content, and then during each browser session enable Flash plugin for every site individually. Firefox 85, released on January 26, 2021, completely removed support for the Flash plugin.[128]Firefox ESR dropped support on November 2, 2021 (Firefox 78 ESR was the last version with support).[134]
On October 27, 2020, Microsoft released an update (named KB4577586) for Windows 10 and 8.1 which removes the embedded Adobe Flash Player component fromIE11 andEdge Legacy. In July 2021, this update was automatically installed as a security patch.[135][136] However, anActiveX Flash Player plugin may still be used with IE after this update is applied.[137][138]
Despite the years of notice, several websites still were using Flash following December 31, 2020, including theU.S. Securities and Exchange Commission. Many of these were resolved in the weeks after the deadline. However, many educational institutions still relied on Flash for educational material and did not have a path forward for replacement.[141]
The China-specific variant of Flash is still supported, by a company known as Zhongcheng.[142][143] The Projector (standalone) versions of this variant also work outside of China and do not include the "Flash Helper Service"; however, some tracking code still seems to be present. They are available on a somewhat hidden "Debug" page.[144] In addition, as the global variant of the plugin was discontinued, some users have figured how to modify and repack the China-specific variant to bring it more in line with the global variant. This includes removing the "Flash Helper Service" and removing the China only installation restriction, along with all other geo-restrictions and tracking code. A "time bomb", similar to the one found in later versions of the global variant, is also present in the unmodified China variant; this is also removed in most repacks. In theory, these repacks should provide users outside of China with the latest security updates to Flash Player, without having to deal with invasive advertisements or worry about privacy risks.[145] One such project, "Clean Flash Installer", was served aDMCA takedown from Adobe in October 2021.[146]
Adobe has partnered withHarman to support enterprise Flash Player users until at least 2023.[147][148] The Harman Flash player variant is labeled as version 50.x, to avoid confusion with other variants.[78]
Internet Explorer 11, along with IE mode inEdge,[78] will continue with ActiveX support, and by extension Flash Player support.[138] Firefoxforks that plan to continueNPAPI support, and by extension Flash Player support, includeBasilisk,Pale Moon,K-Meleon, andWaterfox Classic. VariousChromium-based Chinese browsers will also continue to support Flash Player inPPAPI and/or NPAPI form, including, but not limited to,360 Secure Browser.[137]
Shortly after Flash reached end-of-life,South African Revenue Service (SARS) released a custom version of the Chromium browser with the Adobe Flash Player "time bomb" removed. This browser can access only a small set of SARS online pages containing Flash-based forms required for filing financial reports.[149]
Although no longer available directly from Adobe, all versions of Adobe Flash Player Projector (also known as Adobe Flash Player Standalone) lack the "time bomb" present in the newer plug-in variants, and thus continue to be able to play all supported Flashfile formats, includingSWF files, without modification.[150][71][144]
TheInternet Archive hosts some Flash content and makes it playable in modern browsers via theRuffle emulator integrated within its Emularity system.[151] Other emulators, such as CheerpX, also exist as options for Flash Player emulation on other websites.[152]BlueMaxima's Flashpoint project claims to have collected more than 38,000 Adobe Flash Player games and animations and made them available for download.[153]
In some browsers, prior Flash versions have had to be uninstalled before an updated version could be installed.[155][156] However, as of version 11.2 for Windows, there are now automatic updater options.[157] Linux is partially supported, as Adobe is cooperating with Google to implement it via Chrome web browser on all Linux platforms.[158]
Mixing Flash applications with HTML leads to inconsistent input handling leading to poor user experience with the site (keyboard and mouse not working as they would in an HTML-only document).[citation needed]
Flash Player supports persistent local storage of data (also referred to asLocal Shared Objects), which can be used similarly toHTTP cookies orWeb Storage inweb 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 websitedomain to access data saved in local storage.[23]
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 potentialprivacy concern. Users can disable or restrict use of local storage in Flash Player through a "Settings Manager" page.[159][160] 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 theprivacy 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.[161]
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, anduninstallers may be used to ensure that old-version plugins have been uninstalled from all installed browsers.
In February 2010, Adobe officially apologized[162] 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.[163][164] Later, in October 2010, Adobe announced[165] another critical vulnerability, this time also affectingAndroid-based mobile devices. Android users have been recommended to disable Flash or make it only on demand.[166] Subsequent security vulnerabilities also exposed Android users, such as the two critical vulnerabilities published in February 2013[167] or the four critical vulnerabilities published in March 2013,[168] all of which could lead to arbitrary code execution.
Symantec's Internet Security Threat Report[169] states that aremote code execution inAdobe Reader and Flash Player[170] was the second most attacked vulnerability in 2009. The same report also recommended usingbrowser 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.[171] Adobe applications had become, at least at some point, the most popular client-software targets for attackers during the last quarter of 2009.[172] TheKaspersky 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.[173] The report also highlighted that "Flash Player vulnerabilities enable cybercriminals to bypass security systems integrated into the application."[173]
Steve Jobs criticized the security of Flash Player, noting that "Symantec recently highlighted Flash for having one of the worst security records in 2009."[174] 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)."[175][176]
On April 7, 2016, Adobe released a Flash Player patch for azero-day memory corruption vulnerabilityCVE-2016-1019 that could be used to delivermalware via the Magnitude exploit kit. The vulnerability could be exploited forremote code execution.[177][178]
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.[179]
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.[180][181][182]
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.[183]
In April 2010,Steve Jobs, at the time CEO ofApple Inc. published an open letter explaining why Apple would not support Flash on theiPhone,iPod Touch, andiPad.[174] In the letter he blamed problems with the "openness", stability, security, performance, andtouchscreen integration of the Flash Player as reasons for refusing to support it. He also claimed that when one of Apple'sMacintosh computers crashes, "more often than not" the cause can be attributed to Flash, and described Flash as "buggy".[184] Adobe's CEOShantanu 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."[185]
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 anHTML5 compatible format, enabling videos to playback in mobile web browsers even without Flash Player.[186]
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,[187] which contains a non-closable process, known as the "Flash Helper Service", thatcollects private information andpops up advertisement window contents,[188] by receiving and running encrypted programs from a remote server.[189] The partnership started in about 2017, but in version 30, Adobe disabled the usage of vanilla (global) variant of Flash Player in mainland China,[190] forcing users to use that specific variant, which may pose a risk to its users due toInternet censorship by theChinese Communist Party (CCP).[191] This only affected ChineseChromium based browser users,Firefox users, andInternet Explorer users usingWindows 7 and below, as Microsoft still directly distributed Flash Player for Internet Explorer andMicrosoft Edge Legacy throughWindows Update in Windows 8 and upward at the time.Starting in 2021, however, this variant is the only publicly supported version of Flash Player.
Brought improvements to animation, playback, digital art, and publishing, as well as the introduction of simple script commands for interactivity
Macromedia Flash Player 4 (June 15, 1999)
Saw the introduction ofstreaming 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 allAOL,Netscape andInternet Explorer browsers. Two years later it shipped with all releases ofWindows 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'sinterface
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, andColdFusion Server.
In October 2000,usability guruJakob 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, codenamedExorcist) (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
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, codenamedMojo) (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 ofPDF andAdobe 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 andBreeze 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[80]
Macromedia Flash Player 8 (version 8.0.22.0, codenamedMaelstrom) (September 13, 2005)
Adobe Flash Player 11.1 (version 11.1.102.55, codenamedAnza) (November 10, 2011)[206]
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[80]
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, codenamedBrannan) (May 3, 2012)[207]
The Windows version offers automatic updater options[157]
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.[80]
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
^Remi Arnaud (2011)."3D in a Web Browser". In Eric Lengyel (ed.).Game Engine Gems 2. CRC Press. pp. 208–212.ISBN978-1-56881-437-7.Archived from the original on January 10, 2016. RetrievedNovember 28, 2015.
^Christer Kaitila (2011).Adobe Flash 11 Stage3D (Molehill) Game Programming Beginner's Guide. Packt Publishing Ltd. p. 9.ISBN978-1-84969-169-7.
^Symantec Global Internet Threat Report for 2009Archived August 4, 2010, at theWayback 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."