Adobe Flash Player - Wikipedia, the free encyclopedia

Adobe Flash Player

From Wikipedia, the free encyclopedia
Jump to:navigation, search
Adobe Flash Player
Adobe Flash Player v11 icon.png
Original author(s)Macromedia
Developer(s)Adobe Systems
Initial release1996; 19 years ago (1996)
Stable release

Windows, OS X:
16.0.0.235 (9 December 2014; 33 days ago (2014-12-09)[1]) [±]

Chrome OS
16.0.0.235 (9 December 2014; 33 days ago (2014-12-09)[1]) [±]

Linux (excluding Chrome OS)
11.2.202.425 (9 December 2014; 33 days ago (2014-12-09)[1]) [±]

Android 4.0.x
11.1.115.81 (10 September 2013; 15 months ago (2013-09-10)[2]) [±]

Android 2.x and 3.x
11.1.111.73 (10 September 2013; 15 months ago (2013-09-10)[2]) [±]

Solaris

11.2.202.223 (28 March 2012; 2 years ago (2012-03-28)[1]) [±]
Preview release16.0.0.240 (December 5, 2014; 37 days ago (2014-12-05)) [±]
Operating systemWindows, OS X, Linux, Solaris, BlackBerry Tablet OS, Android, and Pocket PC
PlatformWeb browsers and ActiveX-based software
Available inChinese Simplified, Chinese Traditional, English, French, German, Italian, Japanese, Polish, Russian, Spanish, Korean, and Turkish.[3]
TypeRun-time environment, Media player, and Browser extension
LicenseFreeware
Websitewww.adobe.com/products/flashplayer/

Adobe Flash Player (labeled Shockwave Flash in Internet Explorer and Firefox)[4] is freeware software for viewing multimedia, executing rich Internet applications, and streaming video and audio, content created on the Adobe Flash platform. Flash Player can run from a web browser as a browser plug-in or on supported mobile devices.

Flash Player has a wide user base, with over 90%[citation needed] penetration on internet connected personal computers, and is a common format for games, animations, and GUIs embedded into web pages. Adobe Systems, the developer of Adobe Flash Player, states that more than 400 million of total more than 1 billion connected desktops update to the new version of Flash Player within six weeks of release.[5]

Flash Player can be downloaded for free and its plug-in version is available for recent versions of web browsers (such as Internet Explorer, Mozilla Firefox, Google Chrome, Opera and Safari) on selected platforms. Google Chrome distribution comes bundled with the sandboxed Adobe Flash plug-in and will continue to support the plug-in in Windows 8 Metro mode.[6][7][8] Each version of Adobe Flash Player is backwards-compatible.[citation needed]

Overview

Flash Player can run from a web browser (as a browser plug-in) or on supported mobile devices, and standalone application versions are also available for Windows and Mac OS X, intended primarily for developers.[9]

Flash Player runs SWF files that can be created by the Adobe Flash Professional authoring tool, by Adobe Flex or by a number of other Macromedia and third party tools. Flash Player was created by Macromedia and now developed and distributed by Adobe Systems after its acquisition.

Flash Player supports vector and raster graphics, 3D graphics, an embedded scripting language called ActionScript executed in ActionScript Virtual Machine, and streaming of video and audio. ActionScript is based on ECMAScript, and supports object-oriented code, and may be compared 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 (Adobe AIR), in order to provide a cross-platform runtime environment for desktop applications and mobile applications. Adobe AIR supports installable applications on Windows, Linux, OS X, and some mobile operating systems such as iOS and Android. Flash applications must specifically be built for the Adobe AIR runtime in order to utilize 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.[10]

Data formats

Flash Player includes native support for many different 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 cookies to be stored on users computers, in the form of Local Shared Objects, the Flash equivalent to browser cookies.[11] 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 utilized the SWF file format and AMF as a means for Flash applications to exchange data with server side applications.[12][13] The SWX system stores data as standard SWF bytecode which is automatically interpreted by Flash Player.[14] 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.[15][16]

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.

  • 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.[17] 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,[18]Hulu,[19]Yahoo! Video, BBC Online[20] 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.

  • HTTP: Support for communicating with web servers using HTTP requests and POST data.[21] However, only websites that explicitly allow Flash to connect to them can be accessed via HTTP or Sockets, in order to prevent Flash being used as a tool for Cross-site request forgery,[22]Cross-site scripting, DNS rebinding[23] and Denial-of-service attacks. Websites must host a certain XML file known as a "cross domain policy",[23] allowing or denying Flash content from specific websites to connect to them. Certain websites, such as Digg, Flikr, Photobucket already host a cross domain policy that permits Flash content to access their website via HTTP.[24]
  • RTMP: Support for live audio and video streaming using the Real Time Messaging Protocol (RTMP) developed by Macromedia. RTMP supports a non-encrypted version over the TCP or an encrypted version over a secure SSL connection. RTMPT can also be encapsulated within HTTP requests to traverse firewalls that only allow HTTP traffics.
  • TCP: Support for TCP socket communication to communicate with any type of server, using stream sockets. Sockets can only be utilized using ActionScript, and can transfer plain text, XML or binary data (ActionScript 3.0 and later).[25][26] In order to prevent security issues, web servers that permit Flash content to communicate with them using sockets must host an XML-based cross domain policy file, served on Port 843.[27] Sockets enable AS3 programs to interface with any kind of server software, such as MySQL.[28]

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

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

Compilation

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

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

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

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

Development toolset

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 known as "Flex" applications. Startup time is reduced since the Flex framework must be downloaded before the application begins, and weighs in at approximately 500kb. Adobe Flash Builder is the premium tool for Flex application development, since it includes an integrated drag-and-drop user interface builder, not found in competing tools like FlashDevelop.[45]
  • "Pure ActionScript" applications : Applications built without the Flex framework allow greater flexibility and performance.[46][47][48][49] 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.[50][51]

In both methods, developers can access the full Flash Player set of functionalities, including text, vector graphics, bitmap graphics, video, audio, camera and microphone capability, among others. Adobe AIR also includes additional 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:

  • Adobe Flash Builder (enterprise application development & debugging)
  • Adobe Flash Professional (graphic design, animation & scripting toolset)
  • Adobe Scout (visual profiler for performance optimization)
  • Adobe Flex SDK (a free SDK to compile Flash applications from source code)
  • CrossBridge (a free SDK to cross-compile C++ code to run in Flash Player)

Third-party development environments are also available:

  • FlashDevelop, an open-source Flash ActionScript IDE, which includes a debugger for AIR applications
  • FDT by PowerFlasher Solutions, a commercial ActionScript IDE
  • CodeDrive, an extension to Microsoft Visual Studio 2010 for ActionScript 3 development and debugging

Adobe has provided a free software development kit (SDK) in order to build Flash applications, now known as the Apache Flex SDK. The Flex SDK allows developers to use any text editor such as Notepad++ or FlashDevelop (an IDE) to edit ActionScript source code (.as files), and then build a corresponding Flash application application (.swf) or AIR application application and installer (.air file) from the same.

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

  • 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[53] and Unreal Engine 3.[53][54] Before the introduction of Stage3D, a number of older 2D engines or isometric engines like Flixel saw their heyday.[55]

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 (known as "Domain Memory") to work with in-memory data quickly.[56] CrossBridge is targeted toward the game development industry,[citation needed] 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).[57]

Open source

The documentation for the SWF file format is provided by Adobe free of cost on their website[58] after they relaxed the requirement of accepting a non-disclosure agreement to view the same in 2008.[59]

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 Gnash have been built, but are still incomplete and therefore not a viable alternative. The Lightspark Player is another such project, and has made more progress.[60]

The source code for ActionScript Virtual Machine 2 (AVM2) which implements ActionScript 3 was donated as open-source to Mozilla Foundation on November 7, 2006, to begin work on the Tamarin virtual machine that will finally implement the ECMAScript 4 language standard with the help of the Mozilla community.[61] It was released under the terms of a MPL/GPL/LGPL tri-license and includes the specification for the ActionScript bytecode format. Tamarin Project is jointly managed by Mozilla and Adobe Systems.[62]

The Adobe Flex SDK which compiles SWF files from source code was released as an open-source project and was donated to the Apache Software Foundation in 2011, and rebranded as Apache Flex.[63]

Adobe created the Open Screen Project which removes licensing fees and opens data protocols for Flash.

The Flash community has created many open-source projects that target Flash Player, such as FlashDevelop (an alternative IDE to Flash Builder), MTASC (compiler), and Haxe (multiplatform language).[64]

Some CPU emulators have been created for Flash Player, including Chip8,[65]Commodore 64,[66]ZX Spectrum[67] and the Nintendo Entertainment System.[68]

Availability

Desktop platforms

The latest version of Flash Player, is available for many major desktop platforms including Windows (XP and newer) and OS X (10.6 and later).[69][70] The latest version is also available on Linux but only on Google Chrome as Adobe no longer releases updates for the non-PPAPI plugin on Linux.[71]

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.[72] Flash Player 11 was released to web on October 3, 2011.

Adobe Flash Player 11 is available in three flavors: "ActiveX", "Plug-in" and "Projector". The "ActiveX" version is an ActiveX control for use in Internet Explorer and any other Windows applications that supports ActiveX technology. The "plug-in" version is available for Netscape-compatible browsers on Microsoft Windows, Macintosh and Linux. The "projector" version is a standalone player that can open SWF files directly.[73]

In February 2012, Adobe announced it would discontinue development of Flash Player on Linux for all browsers except Google Chrome.[74][75] As of March 2014 version 14 is the Adobe Labs preview release.[76]

The Extended Support Release (ESR) of Flash Player, 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, has been version 11.7 as of 9 July 2013[77] then version 13 as of 13 May 2014.[78]

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

Operating SystemPrerequisitesUsageLatest Adobe Flash PlayerBrowser Support
Microsoft WindowsWindows XP/Vista/7/8, Windows Server 2003/2008/2012[79]Internet Browser, Standalone ApplicationsFlash Player 16.0,[79] AIR 15.0Internet Explorer, Firefox, Chrome, Safari, Opera, Chromium[79]
Mac OS XOS X 10.6 or newerInternet Browser, Standalone ApplicationsFlash Player 16.0,[79] AIR 15.0Safari, Firefox, Opera, Chromium[79]
Linux/Ubuntu with PPAP-based BrowsersNoneInternet BrowserFlash Player 11.2[79]Unknown
Linux/Ubuntu with Google ChromeGoogle ChromeInternet BrowserFlash Player 16.0[79]Google Chrome

Mobile platforms

Main article: Adobe Integrated Runtime

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.[18][19] 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),[69][80] although in June 2012, Google announced that Android 4.1 (codenamed Jelly Bean) will not support Flash by default. Starting in August 2012, Adobe no longer updates flash for Android.[81] 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.[82][83][84] As of 2012, Adobe has stopped browser-based Flash Player development for mobile browsers in favor of HTML5,[85][86] 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.[87][88] Version 10 can be run under Windows 98/Me using KernelEx. HP offers 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 (ARMv6 and ARMv7 architectures used in the ARM11 family and the Cortex-A series of processors) 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] Later on, ARM Holdings 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 Flash Player and Adobe AIR support on mobile operating systems:

Operating SystemPrerequisitesUsageLatest Adobe Flash Player
AndroidAndroid 2.2 to Android 4.3, ARM Cortex-A8+Standalone Applications & Internet Browser[99]Flash Player 11.1, AIR 3.1[80][100][101]
AndroidAndroid 2.1, available on some rare Android Devices like the Motorola FlipoutInternet BrowserFlash Lite 3.0
Apple iOSNoneStandalone ApplicationsFlash Player 11.1, AIR 3.1[69][100]
BlackBerry 10Any version of BlackBerry 10Internet Browser & Standalone ApplicationsFlash Player 11.1, AIR 3.1
BlackBerry Tablet OSNoneStandalone Applications & Internet BrowserFlash Player 11.1, AIR 3.1[100][102]
MaemoInternet BrowserFlash Player 9.4[103]
PS3Firmware 2.50, NetFront 2.81Internet BrowserFlash Player 9.1 (update 3)
PSPFirmware 2.70Internet BrowserFlash Player 6)[104]
Symbian OSInternet BrowserFlash Lite 4.0[105]
WiiOperaInternet ChannelFlash Lite 3.1[106]
Pocket PCPocket PC 2003[107]Internet BrowserFlash Player 7 (stand-alone apps v6)[108][109]
Windows MobileWindows Mobile 5[107]Internet BrowserFlash Player 7[108]

Criticism

Usability

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

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 [114] and can lead to poor user experience with the site.

The 2014-02-20 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).[115] 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

See also: Flash Local Shared Objects (Flash cookies)

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

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.[117][118] 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.[119]

Security

See also: Flash client 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[120] for not fixing a known vulnerability for over 1 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.[121][122] Later, in October 2010, Adobe announced[123] 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.[124] Subsequent security vulnerabilities also exposed Android users, such as the two critical vulnerabilities published in February 2013[125] or the four critical vulnerabilities published in March 2013,[126] all of which could lead to arbitrary code execution.

Symantec's Internet Security Threat Report[127] states that a remote code execution in Adobe Reader and Flash Player[128] was the second most attacked vulnerability in 2009. The same report also recommends to employ browser add-ons wherever possible to disable Adobe Flash Player when visiting untrusted sites. McAfee predicted that Adobe software, especially Reader and Flash, would be primary target for attacks in 2010.[129] Adobe applications had become, at least at some point, the most popular client-software targets for attackers during the last quarter of 2009.[130] 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.[131] The report also highlighted that "Flash Player vulnerabilities enable cybercriminals to bypass security systems integrated into the application."[131]

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

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

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

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

Apple controversy

Main article: Apple and Adobe Flash controversy

In April 2010, Steve Jobs, at the time CEO of Apple Inc. published an open letter explaining why Apple wouldn't support Flash on the iPhone, iPod touch and iPad. In the letter he blamed the "openness", the stability, the security and the performance of the Flash Player as reasons for refusing to support it. He explained why Flash is not suitable for touchscreen devices. He also claimed that when one of Apple's Macintosh computers crashes, "more often than not" the cause can be attributed to Flash. Additionally, he described Flash as "buggy".[140] 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."[141]

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

Release history

See also

  • Adobe Shockwave
  • Microsoft Silverlight
  • Adobe Integrated Runtime
  • Apache Flex

References and notes

  1. ^ a b c d "Adobe - Flash Player". Adobe.com. Adobe Systems Incorporated. Retrieved 19 June 2014. 
  2. ^ a b "Archived Flash Player versions". Adobe.com. Adobe Systems Incorporated. Retrieved 19 June 2014. 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 
  3. ^ "Flash Player Download Center". Get.adobe.com. Retrieved April 10, 2012. 
  4. ^ http://krebsonsecurity.com/2014/05/why-you-should-ditch-adobe-shockwave/
  5. ^ "Adobe Flash Runtimes Statistics". Adobe Systems Incorporated. Retrieved January 2, 2013. 
  6. ^ Integrated Adobe Flash Player Plug-in, Chrome team blog
  7. ^ Porting Flash to sandboxed PPAPI platform, Official Chromium Blog
  8. ^ Google Chrome plug-ins support in Windows 8 Metro mode, Official Chromium Blog
  9. ^ Adobe Flash Player - Downloads, Adobe Systems Incorporated
  10. ^ Adobe AIR 3, Adobe
  11. ^ "What are local shared objects?". Security and privacy. Adobe Systems. Retrieved 2007-12-05. 
  12. ^ SWX: SWF Data Format, official website
  13. ^ swxjava - SWX RPC implementation in Java, Google Code
  14. ^ swx-format - Data Format, Google Code
  15. ^ SWX Contest Winners, SWX Format Website
  16. ^ Introducing SWXml, Aral Balkan
  17. ^ "Flash H.264". MainConcept. Retrieved 24 September 2010. 
  18. ^ a b Flash and the HTML5 <video> tag, YouTube Blog
  19. ^ a b Pardon Our Dust, Hulu Blog
  20. ^ Future Media Standards & Guidelines AV Addendum v1.5 BBC
  21. ^ Protocols: HTTP vs. RTMP> Beginner's Guide to Distributing Flash Video, Adobe Press
  22. ^ Cross-domain policy file usage recommendations for Flash Player, Adobe
  23. ^ a b Policy file changes in Flash Player 9 and Flash Player 10, Adobe
  24. ^ Sites which support crossdomain.xml to allow Flash and Silverlight access, StackOverflow
  25. ^ Socket, Adobe ActionScript 3 API Reference
  26. ^ Sockets, ActionScript 3.0 Developers Guide
  27. ^ Setting up a socket policy file server, Adobe
  28. ^ AsSQL - MySQL Driver for AS3, Google Code
  29. ^ Remi Arnaud (2011). "3D in a Web Browser". In Eric Lengyel. Game Engine Gems 2. CRC Press. pp. 208212. ISBN 978-1-56881-437-7. 
  30. ^ Christer Kaitila (2011). Adobe Flash 11 Stage3D (Molehill) Game Programming Beginner's Guide. Packt Publishing Ltd. p. 9. ISBN 978-1-84969-169-7. 
  31. ^ "Stage3D vs WebGL Performance Airtight Interactive". Airtightinteractive.com. 2011-10-28. Retrieved 2014-08-04. 
  32. ^ "Stage3D". scratch.mit.edu. Retrieved 2014-08-05. 
  33. ^ Adobe Flash Player 11.8 - Bug 3591185: Pixel Bender shader performance drastically degraded in FP11.8. Closed as "NeverFix"
  34. ^ Comparing Flash, HTML5 Performance, OS News
  35. ^ Battery Performance with Flash Player 10.1 on Nexus One, Flash Mobile Blog
  36. ^ Reference Designs and Demos, QNX
  37. ^ ActionScript 3.0 overview, "ActionScript 3.0 code executes up to 10 times faster than legacy ActionScript code.", Adobe
  38. ^ Alchemy:FAQ at the Wayback Machine (archived May 5, 2012), Adobe Labs, "ASC performs few optimizations at this time"
  39. ^ Zotov, Peter (2012-05-06). "Reaching the Limits of Adobe Stupidity - whitespace". Whitequark.org. Retrieved 2012-10-27. 
  40. ^ a b Alchemy:FAQ, Adobe Labs
  41. ^ a b Optimizing ActionScript Bytecode using LLVM, Adobe
  42. ^ a b Adobe Alchemy, is it ActionScript heresy?, Unit Zero One
  43. ^ Introducing ASC 2.0, Thibault Imbert, ByteArray.com
  44. ^ AS3 vs haXe performance, SplashDust website[dead link]
  45. ^ Creating an application user interface, Adobe Developer Connection
  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. ^ "Adobe Gaming SDK". creative.adobe.com. Retrieved 2014-08-04. 
  53. ^ a b Wagner James Au (2012). Game Design Secrets. John Wiley & Sons. p. 130. ISBN 978-1-118-46391-8. 
  54. ^ "Adobe Flash 11 adopts Unreal Engine 3 for better browser games | The Verge". theverge.com. Retrieved 2014-08-04. 
  55. ^ http://web.archive.org/web/20110423145458/http://www.flashrealtime.com/flash-game-library-engine-list
  56. ^ CrossBridge for Flash Player, Github
  57. ^ 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. 
  58. ^ SWF Technology Center | Adobe Developer Connection. Adobe.com (July 14, 2009). Retrieved on March 11, 2011.
  59. ^ "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. Previously, in order to look at the SWF specification you had to sign a licensing agreement not to use it to create competing players 
  60. ^ "Gnash Reference Manual". gnu.org. Retrieved November 12, 2011. 
  61. ^ "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. 
  62. ^ Tamarin Project. Mozilla.org (October 5, 2010). Retrieved on March 11, 2011.
  63. ^ "Adobe donates Flex to Apache". Techworld. Retrieved 2011-11-17. 
  64. ^ Response to Thoughts on Flash, True Gryc Blog
  65. ^ "Flip8 - the World's First Flash Emulator  v0.9". Newsdee.com. Retrieved 2009-09-12. 
  66. ^ Claus Wahlers. "FC64 - Flash Commodore 64 Emulator  Demo  cdeazur brasil lab". Codeazur.com.br. Retrieved 2009-09-12. 
  67. ^ "FlashZXSpectrum48k, Sinclair ZX Spectrum Emulator written in Flash". Jorin.com. Retrieved 2009-09-12. 
  68. ^ "aminnes - Project Hosting on Google Code". www.aminlab.com/. 2010-05-17. 
  69. ^ a b c iOS features in Adobe AIR 2.6, Adobe Devnet
  70. ^ [1], Adobe Official Forums
  71. ^ "Adobe and Google Partnering for Flash Player on Linux". Retrieved November 25, 2012. 
  72. ^ "Flash Player | Adobe Flash Player 11 | Overview". Labs.adobe.com. Retrieved April 10, 2012. 
  73. ^ "Downloads". Adobe Flash Player Support Center. Retrieved October 29, 2011. 
  74. ^ Noyes, Katherine (April 6, 2012). "For Flash on Linux, Chrome Will Be Users' Only Choice | PCWorld Business Center". Pcworld.com. Retrieved April 10, 2012. 
  75. ^ "Adobe Releases Last Linux Version of Flash Player Slashdot". Linux.slashdot.org. Retrieved April 10, 2012. 
  76. ^ a b "Adobe Labs Downloads". Adobe. 2014-01-28. Retrieved 2014-02-18. 
  77. ^ a b c Tareq Aljaber (2013-05-17). "Extended Support Release Updated to Flash Player 11.7". Adobe AIR and Adobe Flash Player Team Blog. Adobe. Retrieved 2014-02-15. 
  78. ^ "Upcoming changes to Flash Players extended support release". Adobe. 5 March 2014. Retrieved 17 December 2014. 
  79. ^ a b c d e f g Adobe Flash Player Versions, Adobe.com
  80. ^ a b "Flash Player 10.1 Installations and updates". Archived from the original on October 8, 2010. Retrieved November 19, 2010. 
  81. ^ Arthur, Charles (29 June 2012). "Flash Player for Android: Adobe calls time, declares it dead". The Guardian. Retrieved 30 June 2012. 
  82. ^ Flash Platform Certified Devices, Adobe
  83. ^ Flash Platform Certified Devices: Smartphones, Adobe
  84. ^ Flash Platform Certified Devices: Tablets, Adobe
  85. ^ Adobe abandons Flash Player on mobile browsers for HTML5, CBS News
  86. ^ Adobe abandons Flash for mobile devices, The Telegraph
  87. ^ Web Players. Adobe. Retrieved on March 11, 2011.
  88. ^ [2][dead link]
  89. ^ [3][dead link]
  90. ^ MACROMEDIA INTRODUCES FREE FLASH PLAYERS FOR LINUX, SOLARIS, IRIX USERS. | Technology > Software Services & Applications from. AllBusiness.com. Retrieved on March 11, 2011.
  91. ^ Macromedia Flash Player SDK http://www.adobe.com/products/flashplayer_sdk/ (Taken July 7, 2006).
  92. ^ Press Room: For immediate release. Adobe. Retrieved on March 11, 2011.
  93. ^ Adobe Flash 10 to be ARM-optimized in 2009. Electronista (November 17, 2008). Retrieved on March 11, 2011.
  94. ^ Press Room: For immediate release. Adobe. Retrieved on March 11, 2011.
  95. ^ ARM welcomes Adobe's mobile Flash move 5/2/2008. Electronics Weekly (May 2, 2008). Retrieved on March 11, 2011.
  96. ^ ARM netbooks struggle with video, apps. Eetimes.com (April 14, 2009). Retrieved on March 11, 2011.
  97. ^ Adobe Success Story: LeapFrog Enterprises http://www.adobe.com/cfusion/showcase/index.cfm?event=casestudydetail&casestudyid=21019&loc=en_us (Taken July 7, 2006).
  98. ^ "New info on the firmware updates for PS3 and PSP". ThreeSpeech. October 14, 2008. 
  99. ^ Adobe Flash Player, Android Market
  100. ^ a b c Announcing Flash Player 11 and AIR 3, Adobe Flash Platform Blog
  101. ^ Flash Player 10.1: Live and Ready for Android « Adobe Flash Player Team Blog. Blogs.adobe.com. Retrieved on March 11, 2011.
  102. ^ [4] Retrieved on September 19, 2011.
  103. ^ Maemo software | Nokia Maemo Browser. Maemo.nokia.com. Retrieved on March 11, 2011.
  104. ^ Mobile and Devices Developer Center: Sony PSP. Adobe (July 16, 2007). Retrieved on March 11, 2011.
  105. ^ Symbian ^3. Adobe Flash Lite (April 27, 2010). Retrieved on March 11, 2011.
  106. ^ 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.
  107. ^ a b Download Macromedia Flash Player 7 for Pocket PC, Adobe
  108. ^ a b Flash Player 7 For Pocket PC. Adobe (July 14, 2009). Retrieved on March 11, 2011.
  109. ^ rich Internet applications | Adobe Flash Platform runtimes. Adobe.com (July 14, 2009). Retrieved on March 11, 2011.
  110. ^ "Flash Player Help / Installation problems". 
  111. ^ "Help / Uninstall (old-version) Flash Player (if installation is unsuccessful)". 
  112. ^ a b "Patch for Adobe Flash". The H. 2012-03-29. Retrieved 2014-02-18. 
  113. ^ "Adobe roadmap for the Flash Player". Adobe. Retrieved 14 January 2013. 
  114. ^ Usage Statistics of Flash for Websites, December 2013. W3techs.com (2013-07-22). Retrieved on 2013-12-09.
  115. ^ Bug 3712099, at "bugbase.adobe.com". Retrieved on 2014-02-22.
  116. ^ "What Is a Local Shared Object?". Adobe Systems. Archived from the original on May 29, 2010. Retrieved July 1, 2010. 
  117. ^ "Adobe Flash Player Settings Manager". Adobe Systems. Archived from the original on June 20, 2010. Retrieved July 1, 2010. 
  118. ^ "Web Storage Settings Panel". Adobe Systems. Retrieved April 4, 2012. 
  119. ^ "Private browsing in Flash Player 10". Adobe Systems. Archived from the original on May 28, 2010. Retrieved July 1, 2010. 
  120. ^ "Flash Bug Report". February 6, 2010. Archived from the original on February 10, 2010. Retrieved March 27, 2010. 
  121. ^ "Security Advisory for Flash Player, Adobe Reader and Acrobat". Adobe Systems. Retrieved June 8, 2010. 
  122. ^ "Adobe acknowledges critical security flaw in software". BBC News. June 7, 2010. 
  123. ^ "Security Advisory for Adobe Flash Player, Adobe Reader and Acrobat". Adobe Systems. Archived from the original on October 31, 2010. Retrieved October 31, 2010. 
  124. ^ "Flash vulnerability revealed for Android, fix coming November 9th". MobileCrunch. Archived from the original on October 31, 2010. Retrieved October 31, 2010. 
  125. ^ "Security updates available for Adobe Flash Player". Adobe Systems. February 7, 2013. Retrieved July 7, 2013. 
  126. ^ "Security updates available for Adobe Flash Player". Adobe Systems. March 12, 2013. Retrieved July 7, 2013. 
  127. ^ "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. 
  128. ^ "Adobe Acrobat, Reader, and Flash Player Remote Code Execution Vulnerability". October 15, 2009. Retrieved May 9, 2010. 
  129. ^ "2010 Threat Predictions". McAfee Labs. December 2009. p. 2. Retrieved May 9, 2010. 
  130. ^ "McAfee Threats Report: Fourth quarter 2009". McAfee Avert Labs. February 2010. p. 16. Retrieved May 9, 2010. 
  131. ^ a b "IT Threat Evolution: Q3 2012". Kaspersky Lab ZAO. November 1, 2012. Retrieved November 2, 2012. 
  132. ^ Steve Jobs (April 29, 2010). "Thoughts on Flash". Apple. Archived from the original on May 10, 2010. Retrieved May 9, 2010. 
  133. ^ future of Flash. Adobe (July 14, 2009). Retrieved on March 11, 2011.
  134. ^ 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."
  135. ^ Update: Premium Features for Flash Player, Adobe AIR and FP Blog
  136. ^ http://asvguy.com/2012/03/why-will-premium-flash-player-features-kill-flash.html
  137. ^ http://www.cnet.com/news/adobe-to-charge-flash-coders-to-use-premium-features/
  138. ^ http://asvguy.com/2012/04/and-then-premium-features-arrived.html
  139. ^ Adobe Premium Features for Flash Player, Flash Player Dev Center, Adobe
  140. ^ 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. 
  141. ^ Richmond, Shane. (April 30, 2010) Adobe hits back at Apple's 'smokescreen' Telegraph Blogs. Blogs.telegraph.co.uk. Retrieved on March 11, 2011.
  142. ^ YouTube Mobile gets a kick start, Official YouTube Blog
  143. ^ Macromedia, Inc. (March 4, 2002) Macromedia and Sorenson Media bring video to Macromedia Flash content and applications, Retrieved on August 9, 2009
  144. ^ a b c d e "Archived Flash Player versions". Adobe. Retrieved 2014-02-18. 
  145. ^ "Adobe Completes Acquisition of Macromedia". Adobe Systems. December 5, 2005. Archived from the original on June 2, 2007. Retrieved June 18, 2007. 
  146. ^ 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 July 15, 2007. Retrieved January 23, 2014. 
  147. ^ "Adobe Developer Center : Exploring full-screen mode in Flash Player 9". Adobe.com. December 3, 2007. Retrieved April 10, 2012. 
  148. ^ Melanson, Mike (December 4, 2007). "Flash Player 9 Update 3 (Final)". Archived from the original on September 7, 2010. Retrieved January 23, 2014. 
  149. ^ Adobe press release: http://www.adobe.com/aboutadobe/pressroom/pressreleases/200712/120407adobemoviestar.html
  150. ^ Adobe Systems Incorporated (December 3, 2007) List of codecs supported by Adobe Flash Player, Retrieved on August 5, 2009
  151. ^ 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. 
  152. ^ "features Flash Player 10.3 Release Notes". Kb2.adobe.com. Retrieved April 10, 2012. 
  153. ^ "Flash Player 11 and AIR 3 Release Notes: 10/04/11". Kb2.adobe.com. Retrieved April 10, 2012. 
  154. ^ Introducing Molehill: 3D APIs for Adobe Flash Player and Adobe AIR, Adobe Edge
  155. ^ Extending AIR, Adobe Devnet
  156. ^ "Flash Player 11.1 and AIR 3.1 User Release Notes: 11/09/11". Kb2.adobe.com. Retrieved April 10, 2012. 
  157. ^ "Adobe Introduces Premium Features for Gaming with Flash Player 11.2; Announces Collaboration with Unity Technologies". adobe.com. Retrieved May 18, 2012. 
  158. ^ a b c d e "Flash Player and Adobe AIR feature list". adobe.com. Retrieved May 9, 2013. 
  159. ^ "Flash Player 12.0.0.3". Adobe Systems. 14 Nov 2013. Retrieved 22 Dec 2013. 
  160. ^ "Flash Player 13.0.0.80". Adobe Systems. 28 Jan 2014. Retrieved 18 Feb 2014. 

Further reading

  • Understanding Flash Player with Adobe Scoutan article discussing the internals of the player and the Adobe Scout profiling tool

External links

  • Adobe Flash Player
  • Flash Tester (explains official old working version check)
Retrieved from "http://en.wikipedia.org/w/index.php?title=Adobe_Flash_Player&oldid=642047425"

Previous
Next Post »