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
4
votes
2 answers

How to get the stage dimensions with StageScaleMode.SHOW_ALL?

If you set the stage.scaleMode to StageScaleMode.SHOW_ALL, your swf may be scaled up or down, and may be padded on the top/bottom or left/right. However, stage.width + height always return the width and height as defined by your swf, and…
Sarah Northway
  • 1,029
  • 1
  • 14
  • 24
4
votes
2 answers

hide square corners on embeded swf using css3 border-radius

On my website, I have a big .swf file. The graphic designer made the .swf look like it was in a rounded corner box but when I embed the file, even using transparent wmode, I see the bottom corners showing. I tried using CSS3 and making the swf div a…
smulholland2
  • 1,143
  • 2
  • 14
  • 28
4
votes
9 answers

Is there an open source alternative to Flash for web animation?

I want to make something similar to this, but I'd like to avoid proprietary platforms (flash). I'm relatively new to development and I'm willing to learn anything. I understand that some javascript frameworks like jQuery and MooTools are capable of…
Thomas G Henry LLC
  • 10,887
  • 8
  • 30
  • 32
4
votes
2 answers

Allow Flash content in Chrome 71 running via chromedriver

I've been using this to allow flash for chrome version 69. ChromeOptions options = new ChromeOptions(); // disable ephemeral flash permissions flag options.addArguments("--disable-features=EnableEphemeralFlashPermission"); Map prefs…
Morta1
  • 609
  • 7
  • 20
4
votes
1 answer

Can I restore a PHP SESSION by its ID?

Im uploading files with the uploadify plugin. the PHP SESSION is lost during upload, is there a way to restore the session? Perhaps by its id?
waterschaats
  • 994
  • 3
  • 18
  • 32
4
votes
4 answers

Actionscript to java source converter

is there a tool which can convert actionscript3 source code to java source?
Elias Haileselassie
  • 1,385
  • 1
  • 18
  • 26
4
votes
2 answers

Best practices for handling external functions files in AS3 / CS5

I was told recently by a Flash developer that I respect that using include "functions_file.as"; is not the appropriate way to import a list of functions into an AS3, Flash CS5 document. We're not talking about objects and packages, just a list of…
jerebear
  • 6,503
  • 4
  • 31
  • 38
4
votes
5 answers

How to save state of a .swf file?

I have some swf files (games) which I play using Swiff player... Is there any way to save the state of the swf file ?? so that I don't have to start the game all over from level 1 again !!
user646093
  • 1,495
  • 3
  • 15
  • 20
4
votes
0 answers

Video embedding inside beamer without Adobe Flash Player

Good morning. I need to embed a video inside a beamer presentation that is visible in Adobe Reader without using Adobe Flash Player. As a minimal example, I used this snippet of code and it doesn't work. it only shows a black…
4
votes
1 answer

How does panopticlick detect fonts available in a browser?

You can determine if specific a font is installed or not by checking if text in that font has a different size than normal text (source). But panopticlick.eff.org seems to be getting my complete list, are they just checking every they know of? I…
Dave
  • 917
  • 1
  • 8
  • 20
4
votes
2 answers

Alternative image when flash banner is not available USING HTML/CSS?

i'm looking for a solution to my problem, I have a site I have created for a client which features a flash header image, the only problem is he accessed a draft of the site on his iPhone and was put off by the fact it didn't display any of the head…
Jon Kyte
  • 1,962
  • 3
  • 26
  • 40
4
votes
2 answers

Is there a way to detect screen resolution in flex 4?

I want to make an application with an image that only bounces to the users screen resolution. How can I go by detecting the users screen resolution in flex 4? (If you can that is.)
Dennis
  • 109
  • 2
  • 11
4
votes
1 answer

Any good guides to learning FLASM (Flash bytecode)?

Flash has been a long-standing industry standard for interactive web content. Still, it's also known for being damn slow and inefficient. So in the same vein that knowing ASM will help you write better C++, knowing FLASM will improve your…
4
votes
2 answers

Flex - Security Sandbox violation - ERROR#2048

So if i put -http://xxx.xx.xx.x/website/website.html and try to use an HTTPService with in the swf to contact -https://yyy.yy.yy.y/resources/script, I get the sandbox error. If I put -https://yyy.yy.yy.y/crossdomain.xml in the browser and access…
NotARobot
  • 978
  • 2
  • 14
  • 36
4
votes
2 answers

Embed a browser window within a Flash movie

My question of the day is: in the same way a UIWebView on XCode behaves, is it possible to embed a website or browser window in an Adobe Flash movie? Like an iframe, but within Flash itself. Is this even technically possible? Do I even want to…
SolidSmile
  • 3,206
  • 4
  • 21
  • 24
1 2 3
99
100