Adobe Flash Player

Adobe Flash Player
Original author(s) FutureWave
Developer(s) Adobe Systems
Initial release 1996 (1996)
Stable release(s) [±]
Windows, macOS, Chrome OS 23.0.0.207[1] / November 8, 2016 (2016-11-08)[2]
Android 4.0.x 11.1.115.81 / September 10, 2013 (2013-09-10)[3]
Android 2.x and 3.x 11.1.111.73 / September 10, 2013 (2013-09-10)[3]
Other Linux 11.2.202.644[1] / November 8, 2016 (2016-11-08)
Solaris 11.2.202.223[1] / March 28, 2012 (2012-03-28)
Preview release(s) [±]
Windows, macOS, Chrome OS, Linux 24.0.0.170 Beta / November 23, 2016 (2016-11-23)[4]
Written in C++
Operating system Windows, macOS, Linux, Solaris, BlackBerry Tablet OS, Android, and Pocket PC
Platform Web browsers and ActiveX-based software
Available in Chinese Simplified, Chinese Traditional, English, French, German, Italian, Japanese, Polish, Russian, Spanish, Korean, and Turkish[5]
Type Run-time environment, Media player, and Browser extension
License Freeware
Website www.adobe.com/products/flashplayer.html

Adobe Flash Player (labeled Shockwave Flash in Internet Explorer and Firefox)[6] is freeware software for using content created on the Adobe Flash platform, including viewing multimedia, executing rich Internet applications, and streaming video and audio. Flash Player can run from a web browser as a browser plug-in or on supported mobile devices.[7] Flash Player was created by Macromedia and has been developed and distributed by Adobe Systems since Adobe acquired Macromedia.

Flash Player has a wide user base, and is a common format for games, animations, and graphical user interfaces (GUIs) embedded in web pages. Adobe states 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.[8]

Flash Player can be downloaded for free and its plug-in version is available for every major web browser. Google Chrome comes bundled with the sandboxed Adobe Flash plug-in.[9][10]

Flash Player runs SWF files that can be created by the Adobe Animate authoring tool, by Adobe Flash Builder or by third party tools such as FlashDevelop. Flash Player supports vector and raster graphics, 3D graphics, an embedded scripting language called ActionScript, and streaming of video and audio. ActionScript is based on ECMAScript, and supports object-oriented code, and is similar to JavaScript.

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 web cameras and microphones, after permission for the same has been granted by the user.

Flash Player is 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.[11]

Data formats

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

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 playback.

Streaming protocols

Performance

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.[30] 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.[31][32] (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.[33][34])

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.[35][36] Also, Flash Player has been used on multiple mobile devices as a primary user interface renderer.[37]

Compilation

Although code written in ActionScript 3 executes up to 10 times faster than the prior ActionScript 2,[38] 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.[39][40][41][42][43]

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.[41][42][43]

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.[44]

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.[45]

Development methods

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

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:[54]

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

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.[58] CrossBridge is targeted toward the game development industry, 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 FarmVille 2, and AdventureQuest (started in 2002, and still active as of 2011).[59]

Availability

Desktop platforms

The latest version of Flash Player is available for Windows XP 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 apps that support ActiveX technology. This version cannot be installed on Windows 8 and later, because these OSes comes with their own integrated Flash Player ActiveX. This plugin cannot be installed on Windows 8 and later, as these operating systems come with their own built-in Flash component.
  2. The "Firefox - NPAPI" version is available for Firefox as well as other apps 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 apps 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.[60]

Adobe no longer releases downloadable NPAPI Flash plugins for Linux, although Flash Player 11.2 continues to receive security updates.[61][62][63] Adobe released an alpha version of Flash Player 10 for x86-64 Linux on November 17, 2008. Adobe released a beta version of Flash Player 11 on July 13, 2011, which has 64-bit editions for all supported platforms.[64] Flash Player 11 was released to web on October 3, 2011.In February 2012, Adobe announced it would discontinue development of Flash Player on Linux for all browsers except Google Chrome.[65][66] In August 2016 Adobe announced that, beginning with version 24, it will resume offering of Flash Player for Linux for other browsers.[67]

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,[68] version 13 as of May 13, 2014,[69] and version 18 as of August 11, 2015.[70] Adobe has decided to discontinue the ESR branch and instead focus solely on the standard release as of August 2016.[71]

Availability on desktop operating systems
Platform Latest version Browser support
Windows XP and later
Windows Server 2003 and later[72]
23.0[72] Firefox, Chrome, Chromium, Safari, Opera,[72] Internet Explorer, Microsoft Edge[1]
Windows 2000 10.3.181.14[73] ?
Windows 98 and ME 9.0.115.0[73] ?
Windows 95 and NT 4 7.0.14.0[73] ?
Mac OS X 10.6 or later 23.0[72] Firefox, Chrome, Chromium, Safari, Opera[72]
Mac OS X 10.5 10.3.181.14[73] ?
Classic Mac OS, PowerPC 7.0.14.0[73] ?
Classic Mac OS, 68k 5.0[74] ?
Linux, PPAPI 23.0[1] Chrome, Chromium, Opera[1]
Linux, NPAPI 11.2[1] Firefox[1]

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.[19][20] 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),[61][75] 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.[76] 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.[77][78][79] As of 2012, Adobe has stopped browser-based Flash Player development for mobile browsers in favor of HTML5,[80][81] 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 is the most recent version currently available for the Linux/ARM-based Nokia 770/N800/N810 Internet tablets running Maemo OS2008, classic Mac OS and Windows 95/NT.[82] Version 10 can be run under Windows 98/Me using KernelEx. HP offers Version 6 of the player for HP-UX.[83] Other versions of the player have been available at some point for OS/2, Symbian OS, Palm OS, BeOS and IRIX.[84] The Kodak Easyshare One includes Flash Player.[85]

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.[86][87] Beginning 2009, it was announced that Adobe would be bringing Flash to TV sets via Intel Media Processor CE 3100 before mid-2009.[88] 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."[89] However, as of May 2009, the expected ARM/Linux netbook devices had poor support for Web video and fragmented software base.[90]

Among other devices, LeapFrog Enterprises provides Flash Player with their Leapster Multimedia Learning System and extended the Flash Player with touch-screen support.[91] 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.[92] Nintendo has integrated Flash Lite 3.1, equivalent to Flash 8, in the Internet Channel on the Wii.

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

Platform Latest version
Android 2.2–4.1, ARM Cortex-A8+[93] Flash Player 11.1, AIR 3.1[75][94][95]
Android 2.1 Flash Lite 3.0
iOS Flash Player 11.1, AIR 3.1[61][94]
BlackBerry 10.0–10.3.1 Flash Player 11.1, AIR 3.1
BlackBerry Tablet OS Flash Player 11.1, AIR 3.1[94][96]
Maemo Flash Player 9.4[97]
PlayStation 3 with Firmware 2.50, NetFront 2.81 Flash Player 9.1 (update 3)
PSP with Firmware 2.70 Flash Player 6[98]
Symbian OS Flash Lite 4.0[99]
Wii (Internet Channel) Flash Lite 3.1[100]
Pocket PC 2003[101] Flash Player 7[102][103]
Windows Mobile 5[101] Flash Player 7[102]

Other hardware

Some CPU emulators have been created for Flash Player, including Chip8,[104] Commodore 64,[105] ZX Spectrum[106] and the Nintendo Entertainment System.[107] They enable video games created for such platforms to run within 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[108] after they relaxed the requirement of accepting a non-disclosure agreement to view it in 2008.[109] 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.

However, Adobe has not been willing to make complete source code of the Flash Player available for free software development. Free and open source alternatives to the Adobe Flash Player such as Shumway and Gnash have been built, but are no longer under active development[118] and therefore not a viable alternative. The only fully functional open-source 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.[119][120] However, as of version 11.2 for Windows, there are now automatic updater options.[121] Linux is partially supported, as Adobe is cooperating with Google to implement it via Chrome web browser on all Linux platforms.[122]

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[123] 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 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).[124] This defect may be related to widely used graphics hardware, AMD Radeon HD video cards, and similar visual defects 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 saved 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.[125]

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.[126][127] 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.[128]

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[129] 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.[130][131] Later, in October 2010, Adobe announced[132] 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.[133] Subsequent security vulnerabilities also exposed Android users, such as the two critical vulnerabilities published in February 2013[134] or the four critical vulnerabilities published in March 2013,[135] all of which could lead to arbitrary code execution.

Symantec's Internet Security Threat Report[136] states that a remote code execution in Adobe Reader and Flash Player[137] 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.[138] Adobe applications had become, at least at some point, the most popular client-software targets for attackers during the last quarter of 2009.[139] 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.[140] The report also highlighted that "Flash Player vulnerabilities enable cybercriminals to bypass security systems integrated into the application."[140]

Steve Jobs criticized the security of Flash Player, noting that "Symantec recently highlighted Flash for having one of the worst security records in 2009".[141] 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)."[142][143]

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.[144][145]

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.[146]

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.[147][148][149]

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.[150]

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.[141] 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".[151] 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."[152]

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.[153]

Release history

See also

References and notes

  1. 1 2 3 4 5 6 7 8 "Adobe - Flash Player". Adobe.com. Adobe Systems. Retrieved 8 November 2016.
  2. "Adobe Flash Player Distribution". adobe.com. Adobe Systems. Retrieved 8 November 2016.
  3. 1 2 "Archived Flash Player versions". Adobe.com. Adobe Systems. Retrieved 20 October 2015. On September 10 2013, Adobe released Flash Player 11.1.111.73 for Android 2.x and 3.x and 11.1.115.81 for Android 4.0.x
  4. "Download Flash Player 24 Beta". labs.adobe.com. Adobe Systems. Retrieved 2016-11-23.
  5. "Adobe Flash Player Download". Adobe Systems. Retrieved August 10, 2016.
  6. "Why You Should Ditch Adobe Shockwave". Krebs on Security. May 14, 2014. Retrieved February 21, 2015.
  7. Adobe Flash Player - Downloads, Adobe Systems Incorporated
  8. "Adobe Flash Runtimes Statistics". Adobe Systems Incorporated. Retrieved January 2, 2013.
  9. Integrated Adobe Flash Player Plug-in, Chrome team blog
  10. Porting Flash to sandboxed PPAPI platform, Official Chromium Blog
  11. AIR 3, Adobe
  12. "What are local shared objects?". Security and privacy. Adobe Systems. Retrieved December 5, 2007.
  13. SWX: SWF Data Format, official website
  14. swxjava - SWX RPC implementation in Java, Google Code
  15. swx-format - Data Format, Google Code
  16. SWX Contest Winners, SWX Format Website
  17. Introducing SWXml, Aral Balkan
  18. "Flash H.264". MainConcept. Retrieved September 24, 2010.
  19. 1 2 Flash and the HTML5 <video> tag, YouTube Blog
  20. 1 2 Pardon Our Dust, Hulu Blog
  21. Future Media Standards & Guidelines – AV Addendum v1.5 BBC
  22. Protocols: HTTP vs. RTMP> Beginner's Guide to Distributing Flash Video, Adobe Press
  23. Cross-domain policy file usage recommendations for Flash Player, Adobe
  24. 1 2 Policy file changes in Flash Player 9 and Flash Player 10, Adobe
  25. Sites which support crossdomain.xml to allow Flash and Silverlight access, StackOverflow
  26. Socket, Adobe ActionScript 3 API Reference
  27. Sockets, ActionScript 3.0 Developer’s Guide
  28. Setting up a socket policy file server, Adobe
  29. AsSQL - MySQL Driver for AS3, Google Code
  30. Remi Arnaud (2011). "3D in a Web Browser". In Eric Lengyel. Game Engine Gems 2. CRC Press. pp. 208–212. ISBN 978-1-56881-437-7.
  31. Christer Kaitila (2011). Adobe Flash 11 Stage3D (Molehill) Game Programming Beginner's Guide. Packt Publishing Ltd. p. 9. ISBN 978-1-84969-169-7.
  32. "Stage3D vs WebGL Performance — Airtight Interactive". Airtightinteractive.com. October 28, 2011. Retrieved August 4, 2014.
  33. "Stage3D". scratch.mit.edu. Retrieved August 5, 2014.
  34. Adobe Flash Player 11.8 - Bug 3591185: Pixel Bender shader performance drastically degraded in FP11.8. Closed as "NeverFix"
  35. Comparing Flash, HTML5 Performance, OS News
  36. Battery Performance with Flash Player 10.1 on Nexus One, Flash Mobile Blog
  37. Reference Designs and Demos, QNX
  38. ActionScript 3.0 overview, "ActionScript 3.0 code executes up to 10 times faster than legacy ActionScript code.", Adobe
  39. "Alchemy:FAQ". Archived from the original on May 5, 2012. Retrieved May 5, 2012., Adobe Labs, "ASC performs few optimizations at this time"
  40. Zotov, Peter (May 6, 2012). "Reaching the Limits of Adobe Stupidity - whitespace". Whitequark.org. Retrieved October 27, 2012.
  41. 1 2 Alchemy:FAQ, Adobe Labs
  42. 1 2 Optimizing ActionScript Bytecode using LLVM, Adobe
  43. 1 2 Adobe Alchemy, is it ActionScript heresy?, Unit Zero One
  44. Introducing ASC 2.0, Thibault Imbert, ByteArray.com
  45. AS3 vs haXe performance, SplashDust website Archived January 5, 2013, at the Wayback Machine.
  46. Optimizing performance of applications for connected TVs, Adobe Developer Connection
  47. Top 10 Performance Killers in your AIR Application, FlexWiz
  48. Creating a Pure ActionScript Project in Maia, JetBrains IntelliJ IDEA Blog
  49. Flex versus ActionScript – the debate gets new life, Greg's Ramblings
  50. Pure ActionScript + MadComponents vs. Flash Builder 4.5, MobileAppDev
  51. Flex 4.5 vs Pure AS3, Michael Crosby
  52. 1 2 "Adobe donates Flex to Apache". Techworld. Retrieved November 17, 2011.
  53. Response to “Thoughts on Flash”, True Gryc Blog
  54. "Adobe Gaming SDK". creative.adobe.com. Adobe. Retrieved August 4, 2014.
  55. 1 2 Wagner James Au (2012). Game Design Secrets. John Wiley & Sons. p. 130. ISBN 978-1-118-46391-8.
  56. "Adobe Flash 11 adopts Unreal Engine 3 for better browser games | The Verge". theverge.com. Retrieved August 4, 2014.
  57. "List of Flash Gaming Engines". FlashRealtime.com. April 23, 2011. Archived from the original on April 6, 2013. Retrieved February 21, 2015.
  58. CrossBridge for Flash Player, GitHub
  59. Remi Arnaud (2011). "3D in a Web Browser". In Eric Lengyel. Game Engine Gems 2. CRC Press. p. 205. ISBN 978-1-56881-437-7.
  60. "Downloads". Adobe Flash Player Support Center. Retrieved October 29, 2011.
  61. 1 2 3 iOS features in Adobe AIR 2.6, Adobe Devnet
  62. , Adobe Official Forums
  63. "Adobe and Google Partnering for Flash Player on Linux". Retrieved November 25, 2012.
  64. "Flash Player | Adobe Flash Player 11 | Overview". Labs.adobe.com. Retrieved April 10, 2012.
  65. Noyes, Katherine (April 6, 2012). "For Flash on Linux, Chrome Will Be Users' Only Choice | PCWorld Business Center". Pcworld.com. Retrieved April 10, 2012.
  66. "Adobe Releases Last Linux Version of Flash Player – Slashdot". Linux.slashdot.org. Retrieved April 10, 2012.
  67. "Beta News – Flash Player NPAPI for Linux". Adobe AIR and Adobe Flash Player Team Blog. August 31, 2016. Retrieved November 17, 2016.
  68. 1 2 Tareq Aljaber (May 17, 2013). "Extended Support Release Updated to Flash Player 11.7". Adobe AIR and Adobe Flash Player Team Blog. Adobe. Retrieved February 15, 2014.
  69. 1 2 3 "Upcoming changes to Flash Player's extended support release". Adobe. March 5, 2014. Retrieved December 17, 2014.
  70. "Upcoming changes to Flash Player's extended support release". Adobe. May 15, 2015. Retrieved September 30, 2015.
  71. 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.
  72. 1 2 3 4 5 Adobe Flash Player Versions, Adobe.com
  73. 1 2 3 4 5 6 7 8 9 10 "Archived Flash Player versions". Adobe. Retrieved February 18, 2014.
  74. "Flash Player 5". System 7 Today. Retrieved October 15, 2016.
  75. 1 2 "Flash Player 10.1 – Installations and updates". Archived from the original on October 8, 2010. Retrieved November 19, 2010.
  76. Arthur, Charles (June 29, 2012). "Flash Player for Android: Adobe calls time, declares it dead". The Guardian. Retrieved June 30, 2012.
  77. Flash Platform Certified Devices, Adobe
  78. Flash Platform Certified Devices: Smartphones, Adobe
  79. Flash Platform Certified Devices: Tablets, Adobe
  80. Adobe abandons Flash Player on mobile browsers for HTML5, CBS News
  81. Adobe abandons Flash for mobile devices, The Telegraph
  82. Web Players. Adobe. Retrieved on March 11, 2011.
  83. MACROMEDIA INTRODUCES FREE FLASH PLAYERS FOR LINUX, SOLARIS, IRIX USERS. | Technology > Software Services & Applications from. AllBusiness.com. Retrieved on March 11, 2011.
  84. Macromedia – Flash Player SDK http://www.adobe.com/products/flashplayer_sdk/ (Taken July 7, 2006).
  85. Press Room: For immediate release. Adobe. Retrieved on March 11, 2011.
  86. Adobe Flash 10 to be ARM-optimized in 2009. Electronista (November 17, 2008). Retrieved on March 11, 2011.
  87. Press Room: For immediate release. Adobe. Retrieved on March 11, 2011.
  88. ARM welcomes Adobe's mobile Flash move – 5/2/2008. Electronics Weekly (May 2, 2008). Retrieved on March 11, 2011.
  89. ARM netbooks struggle with video, apps. Eetimes.com (April 14, 2009). Retrieved on March 11, 2011.
  90. Adobe Success Story: LeapFrog Enterprises http://www.adobe.com/cfusion/showcase/index.cfm?event=casestudydetail&casestudyid=21019&loc=en_us (Taken July 7, 2006).
  91. "New info on the firmware updates for PS3 and PSP". ThreeSpeech. October 14, 2008.
  92. Adobe Flash Player, Android Market
  93. 1 2 3 Announcing Flash Player 11 and AIR 3, Adobe Flash Platform Blog
  94. Flash Player 10.1: Live and Ready for Android « Adobe Flash Player Team Blog. Blogs.adobe.com. Retrieved on March 11, 2011.
  95. Retrieved on September 19, 2011.
  96. Maemo software | Nokia › Maemo Browser Archived December 29, 2009, at the Wayback Machine.. Maemo.nokia.com. Retrieved on March 11, 2011.
  97. Mobile and Devices Developer Center: Sony PSP. Adobe (July 16, 2007). Retrieved on March 11, 2011.
  98. Symbian ^3. Adobe Flash Lite (April 27, 2010). Retrieved on March 11, 2011.
  99. Scott Janousek » Blog Archive » Nintendo Wii Flash Player supported via Opera updated to Flash Lite 3.1 (Flash 8/9). Flashmobile.scottjanousek.com (September 1, 2009). Retrieved on March 11, 2011.
  100. 1 2 Download Macromedia Flash Player 7 for Pocket PC, Adobe
  101. 1 2 Flash Player 7 For Pocket PC. Adobe (July 14, 2009). Retrieved on March 11, 2011.
  102. rich Internet applications | Adobe Flash Platform runtimes. Adobe.com (July 14, 2009). Retrieved on March 11, 2011.
  103. "Flip8 - the World's First Flash Emulator — v0.9". Newsdee.com. Retrieved September 12, 2009.
  104. Claus Wahlers. "FC64 - Flash Commodore 64 Emulator — Demo — c么deazur brasil lab". Codeazur.com.br. Retrieved September 12, 2009.
  105. "FlashZXSpectrum48k, Sinclair ZX Spectrum Emulator written in Flash". Jorin.com. Retrieved September 12, 2009.
  106. "aminnes - Project Hosting on Google Code". www.aminlab.com/. May 17, 2010.
  107. SWF Technology Center | Adobe Developer Connection. Adobe.com (July 14, 2009). Retrieved on March 11, 2011.
  108. "Adobe Open Screen Project". 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
  109. "Adobe and Mozilla Foundation to Open Source Flash Player Scripting Engine". Mozilla Foundation Press Center. San Francisco: Mozilla Foundation. November 7, 2006. Retrieved September 3, 2010.
  110. Tamarin Project. Mozilla.org (October 5, 2010). Retrieved on March 11, 2011.
  111. 1 2 Tim Anderson (November 15, 2015). "Adobe Flex SDK bombshell STUNS developers".
  112. 1 2 Joab Jackson, IDG News Service (November 16, 2011). "Adobe Donates Flex to Apache". PCWorld.
  113. 1 2 3 Flex != Flash, PrintUI, January 27, 2013
  114. Open Source Flash C++ Compiler, CrossBridge, Adobe Blogs, June 25, 2013
  115. CrossBridge, Adobe Gaming GitHub Website
  116. Adobe Open-Sources Flash C/C++ Compiler, Phoronix, Michael Larabel, June 26, 2013
  117. "Gnash Reference Manual". gnu.org. Retrieved November 12, 2011.
  118. "Flash Player Help / Installation problems".
  119. "Help / Uninstall (old-version) Flash Player (if installation is unsuccessful)".
  120. 1 2 "Patch for Adobe Flash". The H. March 29, 2012. Retrieved February 18, 2014.
  121. "Adobe roadmap for the Flash Player". Adobe. Retrieved January 14, 2013.
  122. Usage Statistics of Flash for Websites, December 2013. W3techs.com (July 22, 2013). Retrieved on 2013-12-09.
  123. Bug 3712099, at "bugbase.adobe.com". Retrieved on February 22, 2014.
  124. "What Is a Local Shared Object?". Adobe Systems. Archived from the original on May 29, 2010. Retrieved July 1, 2010.
  125. "Adobe Flash Player Settings Manager". Adobe Systems. Archived from the original on June 20, 2010. Retrieved July 1, 2010.
  126. "Web Storage Settings Panel". Adobe Systems. Retrieved April 4, 2012.
  127. "Private browsing in Flash Player 10". Adobe Systems. Archived from the original on May 28, 2010. Retrieved July 1, 2010.
  128. "Flash Bug Report". February 6, 2010. Archived from the original on February 10, 2010. Retrieved March 27, 2010.
  129. "Security Advisory for Flash Player, Adobe Reader and Acrobat". Adobe Systems. Retrieved June 8, 2010.
  130. "Adobe acknowledges critical security flaw in software". BBC News. June 7, 2010.
  131. "Security Advisory for Adobe Flash Player, Adobe Reader and Acrobat". Adobe Systems. Archived from the original on October 31, 2010. Retrieved October 31, 2010.
  132. "Flash vulnerability revealed for Android, fix coming November 9th". MobileCrunch. Archived from the original on October 31, 2010. Retrieved October 31, 2010.
  133. "Security updates available for Adobe Flash Player". Adobe Systems. February 7, 2013. Retrieved July 7, 2013.
  134. "Security updates available for Adobe Flash Player". Adobe Systems. March 12, 2013. Retrieved July 7, 2013.
  135. "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.
  136. "Adobe Acrobat, Reader, and Flash Player Remote Code Execution Vulnerability". October 15, 2009. Retrieved May 9, 2010.
  137. "2010 Threat Predictions" (PDF). McAfee Labs. December 2009. p. 2. Retrieved May 9, 2010.
  138. "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.
  139. 1 2 "IT Threat Evolution: Q3 2012". Kaspersky Lab ZAO. November 1, 2012. Retrieved November 2, 2012.
  140. 1 2 Steve Jobs (April 29, 2010). "Thoughts on Flash". Apple. Archived from the original on May 10, 2010. Retrieved May 9, 2010.
  141. future of Flash. Adobe (July 14, 2009). Retrieved on March 11, 2011.
  142. Symantec Global Internet Threat Report for 2009, 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."
  143. "Adobe Patches Flash Zero-Day Exploited by Magnitude EK". April 7, 2016. Retrieved April 25, 2016.
  144. "Security Advisory for Adobe Flash Player". April 5, 2016. Retrieved April 25, 2016.
  145. Update: Premium Features for Flash Player, Adobe AIR and FP Blog
  146. "Why will Premium Flash Player Features Kill Flash?". ASVGuy. March 10, 2012. Retrieved February 21, 2015.
  147. Shankland, Stephen (March 28, 2014). "Adobe to charge Flash coders to use 'premium' features". CNET. Retrieved February 21, 2015.
  148. "And Then Premium Features Arrived…". ASVGuy. April 5, 2012. Retrieved February 21, 2015.
  149. Adobe Premium Features for Flash Player, Flash Player Dev Center, Adobe
  150. 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.
  151. Richmond, Shane. (April 30, 2010) Adobe hits back at Apple's 'smokescreen' – Telegraph Blogs. Blogs.telegraph.co.uk. Retrieved on March 11, 2011.
  152. YouTube Mobile gets a kick start, Official YouTube Blog
  153. Macromedia, Inc. (March 4, 2002) Macromedia and Sorenson Media bring video to Macromedia Flash content and applications, Retrieved on August 9, 2009
  154. "Adobe Completes Acquisition of Macromedia". Adobe Systems. December 5, 2005. Archived from the original on June 2, 2007. Retrieved June 18, 2007.
  155. 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.
  156. "Adobe – Developer Center Exploring full-screen mode in Flash Player 9". Adobe.com. December 3, 2007. Retrieved April 10, 2012.
  157. Melanson, Mike (December 4, 2007). "Flash Player 9 Update 3 (Final)". Archived from the original on September 7, 2010. Retrieved January 23, 2014.
  158. Adobe press release: http://www.adobe.com/aboutadobe/pressroom/pressreleases/200712/120407adobemoviestar.html
  159. Adobe Systems Incorporated (December 3, 2007) List of codecs supported by Adobe Flash Player, Retrieved on August 5, 2009
  160. Halfast, Todd. "Flash Player 10.1 Now Available for Windows, Mac, and Linux " Adobe AIR and Adobe Flash Player Team Blog". Blogs.adobe.com. Retrieved April 10, 2012.
  161. "features Flash Player 10.3 Release Notes". Kb2.adobe.com. Retrieved April 10, 2012.
  162. "Flash Player 11 and AIR 3 Release Notes: 10/04/11". Kb2.adobe.com. Retrieved April 10, 2012.
  163. Introducing Molehill: 3D APIs for Adobe Flash Player and Adobe AIR, Adobe Edge
  164. Extending AIR, Adobe Devnet
  165. "Flash Player 11.1 and AIR 3.1 User Release Notes: 11/09/11". Kb2.adobe.com. Retrieved April 10, 2012.
  166. "Adobe Introduces Premium Features for Gaming with Flash Player 11.2; Announces Collaboration with Unity Technologies". adobe.com. Retrieved May 18, 2012.
  167. 1 2 3 4 5 "Flash Player and Adobe AIR feature list". adobe.com. Retrieved May 9, 2013.
  168. "Flash Player 12.0.0.3". Adobe Systems. November 14, 2013. Retrieved December 22, 2013.
  169. "Adobe Labs Downloads". Adobe. April 22, 2015. Retrieved April 25, 2015.
  170. "Flash Player 13.0.0.80". Adobe Systems. January 28, 2014. Retrieved February 18, 2014.
  171. "8/12/2014 - Release - Flash Player 14". Adobe Systems. August 12, 2014. Retrieved January 12, 2015.
  172. "11/11/2014 - Release - Flash Player 15". Adobe Systems. November 11, 2014. Retrieved January 12, 2015.
  173. "12/9/2014 - Release - Flash Player 16". Adobe Systems. December 9, 2014. Retrieved January 12, 2015.
  174. "12/3/2015 - Release - Flash Player 17". Adobe Systems. March 12, 2014. Retrieved March 13, 2015.

Further reading

External links

This article is issued from Wikipedia - version of the 11/26/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.