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
75
votes
5 answers

differences between using wmode="transparent", "opaque", or "window" for an embedded object on a webpage

when embedding a Flash object with the and tag, there is an attribute called wmode. It seems that most of the time, wmode="transparent" is the same as wmode="opaque" as the Flash doesn't actually have any transparent color so that…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
73
votes
29 answers

What is so evil about a Flash based website?

I have the feeling that Flash-based ( or Silverlight-based) websites are generally frowned upon, except when you are creating games or multimedia-content rich applications. Why this is so?
Graviton
  • 81,782
  • 146
  • 424
  • 602
70
votes
22 answers

Silverlight vs Flex

My company develops several types of applications. A lot of our business comes from doing multimedia-type apps, typically done in Flash. However, now that side of the house is starting to migrate towards doing Flex development. Most of our other…
Kevin Griffin
  • 2,239
  • 4
  • 25
  • 27
59
votes
1 answer

What are the major performance hitters in AS3 aside from rendering vectors?

In ActionScript 3, using vector graphics is a guaranteed way to cause massive damage to the performance of your project. Using a single Bitmap for all graphics by using .copyPixels() through its BitmapData object in place of all vector graphics will…
Marty
  • 39,033
  • 19
  • 93
  • 162
59
votes
6 answers

Reloading Flash 17 times causes error #2046 and requires a browser restart

I am encountering some very strange behaviour with a Flex 4.1 app I am writing which gets in the way of testing. It seems that I can reload the app 16 times and then on the 17th, the loading process fails with Error #2046: The loaded file did not…
Ruy Diaz
  • 3,084
  • 24
  • 36
54
votes
6 answers

Want custom title / image / description in facebook share link from a flash app

Possible Duplicate: How does Facebook Sharer select Images? I am making a flash app that demonstrates potensial traffic injuries when driving at different speeds. I want the user to be able to share this information on facebook. However this…
Ezop
  • 669
  • 1
  • 6
  • 13
53
votes
5 answers

Assign command output to variable in batch file

I'm trying to assign the output of a command to a variable - as in, I'm trying to set the current flash version to a variable. I know this is wrong, but this is what I've tried: set var=reg query…
clines
  • 725
  • 1
  • 6
  • 10
50
votes
2 answers

How to make use of play2() function in order to perform fast stream switching of videos?

I am currently working on a Flash webplayer with resolution switching functionality. I am trying to make use of the NetStream class's play2() function in Actionscript. The problem I am running into is that the videos don't change quickly. For those…
funseiki
  • 9,167
  • 9
  • 36
  • 59
48
votes
0 answers

swf respondDecisionTaskCompleted call, response time degrade overtime

We have a decided worker running and as the time goes we noticed the response time of the respondDecisionTaskCompleted call was getting slower and slower. We tried using the same instance of SWF client as well as creating new instance of the client…
Eatdoku
  • 6,569
  • 13
  • 63
  • 98
46
votes
3 answers

How do I get from an instance of a class to a Class object in ActionScript 3?

How do you get an instance of the actionscript class Class from an instance of that class? In Python, this would be x.__class__; in Java, x.getClass();. I'm aware that certain terrible hacks exist to do this, but I'm looking for a built-in language…
Glyph
  • 31,152
  • 11
  • 87
  • 129
43
votes
5 answers

FF3/Windows CSS z-index problem with YouTube player

I'm stuck on what appears to be a CSS/z-index conflict with the YouTube player. In Firefox 3 under Windows XP, Take a look at this page: http://spokenword.org/program/21396 Click on the Collect button and note that the pop-up
appears under the…
Doug Kaye
  • 1,565
  • 5
  • 23
  • 32
42
votes
5 answers

Is it ok for an HTML element to have the same [name] as its [id]?

I'm working on embedding a flash app in a webpage using the Satay method: I want flash to provide the…
zzzzBov
  • 174,988
  • 54
  • 320
  • 367
40
votes
12 answers

Flash versus Flex

I've tried looking everywhere for a concise list of the advantages and disadvantages of using Flex vs. Flash. Coming from a programming background, I absolutely love Flex. It's easy to pick up, and since it can use flash classes, why would I want…
Zack Marrapese
  • 12,072
  • 9
  • 51
  • 69
40
votes
2 answers

Displaying Flash content in a C# WinForms application

What is the best way to display Flash content in a C# WinForms application? I would like to create a user control (similar to the current PictureBox) that will be able to display images and flash content. It would be great to be able to load the…
FryHard
  • 10,305
  • 7
  • 35
  • 38
38
votes
6 answers

How do I install the Flash debug player in Chrome?

Chrome comes bundled with Flash now… Great, but how do I install the Flash debug player?
Sietse
  • 7,884
  • 12
  • 51
  • 65