Questions tagged [flash]

For questions on Adobe's discontinued cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages. For questions related to memory, use the tag [flash-memory].

Adobe Flash (formerly Macromedia Flash) is a discontinued cross-platform multimedia runtime used to embed animations, video, and interactive applications into web pages. It has reached the EOL on December 31st, 2020, and Flash content has been fully blocked displaying a static information icon on January 12th, 2021.

According to Adobe, Flash delivered over 75% of online video and the majority of casual gaming in 2010. It was installed on an estimated 99% of internet-connected desktop computers in that year and has been available for Android 2.2 mobile devices since version 10.1, although Flash for Android is no longer updated by Adobe in favor of HTML5 and native applications.

Versions

Google Chrome contains a special version of the Flash Player plugin targeting the Pepper API.

The final stable version of Flash Player for Windows and Mac is 32.0. (version history)

Adobe has annouunced the discontinuation of Flash on July 2017. Flash is no longer available on December 31st, 2020, about three and a half years after the announcement, and all Flash content has been blocked on July 12th, 2021. Third-party projects which emulate Flash are actively being developed, such as Ruffle.

Flash Death information logo

Links

35017 questions
38
votes
2 answers

What is the current state of sub-pixel accuracy in the major browsers?

I'm working on a drawing application which requires high levels of accuracy, and I'm wondering which of the major browser platforms (including the HTML Canvas element, and Flash) give the best sub-pixel layout accuracy, both for drawn elements…
Jude Fisher
  • 11,138
  • 7
  • 48
  • 91
38
votes
2 answers

JavaScript Error when using Flash Forms in ColdFusion 9

I'm having a problem with Flash Forms on ColdFusion 9 that worked perfectly under ColdFusion 8. When viewing the flash form in the browser, the form elements themselves display correctly, but the data for each field is not rendered in the input…
Dan Short
  • 9,598
  • 2
  • 28
  • 53
37
votes
8 answers

StackTrace in Flash / ActionScript 3.0

I want to see the stack trace in any function of my code, so i made somthing like this to call it and print the stack trace: public function PrintStackTrace() { try { throw new Error('StackTrace'); } catch (e:Error) { …
Lucas Gabriel Sánchez
  • 40,116
  • 20
  • 56
  • 83
36
votes
6 answers

What is the best way to resize a BitmapData object?

Say I have a BitmapData of 600x600 and I want to scale it down to 100x100.
Iain
  • 9,432
  • 11
  • 47
  • 64
36
votes
9 answers

Best way to upload multiple files from a browser

I'm working on a web application. There is one place where the user can upload files with the HTTP protocol. There is a choice between the classic HTML file upload control and a Java applet to upload the files. The classic HTML file upload isn't…
Sébastien Nussbaumer
  • 6,202
  • 5
  • 40
  • 58
35
votes
10 answers

What is the easiest FLV player for embedding video on a website?

I have video that I've converted to FLV format. I'd rather host it on my own site than use a service like YouTube. What is the easiest player to use? I'd like to just put the .swf file of the player somewhere on my server, and give it the video…
Kip
  • 107,154
  • 87
  • 232
  • 265
35
votes
2 answers

Uncaught Error: Error calling method on NPObject

I have a flash video on my page as follows: