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
1 answer

Google Fonts API and Actionscript

From what I can tell on the Google Fonts API, these fonts are meant to be accessible by JavaScript/CSS. Is there any way to dynamically load them for a Flash application without having to download them locally to the server? Update: So I've been…
cryptic_star
  • 1,863
  • 3
  • 26
  • 47
4
votes
1 answer

Firing Events when SWF file ends playing?

Here What I want is to play a swf file in my site. And when that swf animation file ends that is fully watched by the User, I want to call a PHP page. Any type of help will be helpful for me. Thanks in advance.
Pushpendra
  • 4,344
  • 5
  • 36
  • 64
4
votes
1 answer

Is there any other alternate ways to access camera?

Is there any other way to access the camera using ActionScript 3 other than import flash.media.Camera; videoInstance.attachCamera(cameraInstance); Or should I use any API s? If so, please suggest me any API suitable and some tutorials if…
Raj A.N.T. Gounder
  • 490
  • 1
  • 6
  • 17
4
votes
1 answer

Flash Player Projector post 2020

We have an internal Flash application current running in browsers. Can we use Flash Player Projector app post 2020 and configure our SWF URL to run in this application. Will the Flash Player Support End from Adobe impact the way we can use the Flash…
Kishore Kumar
  • 12,675
  • 27
  • 97
  • 154
4
votes
3 answers

Recording sound in browser

If one wants to record sound from the microphone input in the browser one can do so today through Flash. (Afaik there is currently no other good option which works across browsers.) Is there a simple swf-plugin which allows one to do so? That is,…
Michael
  • 637
  • 1
  • 7
  • 13
4
votes
3 answers

How do I prevent Flash's URLRequest from escaping the url?

I load some XML from a servlet from my Flex application like this: _loader = new URLLoader(); _loader.load(new URLRequest(_servletURL+"?do=load&id="+_id)); As you can imagine _servletURL is something like http://foo.bar/path/to/servlet In some…
Peldi Guilizzoni
  • 389
  • 4
  • 11
4
votes
3 answers

IE-8 iframe and flash object ignores z-index?

I have the following divs and I'm trying to make the iframe layer infront of my_flash. It's a common problem and I've read through all the solutions I could find and still I'm getting issues in IE8. I'm using SWFobject by the way. Here's the…
hamahama
  • 393
  • 2
  • 5
  • 17
4
votes
2 answers

Headless flash-based mp3 player

Do you know any headless flash-based mp3 player scriptable trough javascript? I just need a public API to control playback (load, play, stop, seek) and a set of capturable events (onLoad, onPlay, onStop, onEnd). I need no UI, no helper scripts to…
knoopx
  • 17,089
  • 7
  • 36
  • 41
4
votes
1 answer

Save cropped image from custom shape mask action script 3

I've managed to draw a custom shape onto a canvas and use that shape as a mask over an image. Is there anyway possible to crop the image and save it out in the custom shape? making whatever is outside the shape transparent? The only image cropping i…
MattBH
  • 1,562
  • 3
  • 24
  • 31
4
votes
1 answer

Selenium, Java, waitForCondition

I want to check the following (on ie8): After clicking on a link, popup window is launched, then I want to check if flash content inside has loaded. For some reason waitForPopUp does not work, it just keeps waiting and times out but I've solved it…
hithwen
  • 2,154
  • 28
  • 46
4
votes
1 answer

midi | How to tell the difference between different String tools (Violin, Cello, Bass)

I am trying to visualise in flash midi file (using an external midi-to-flash library) Is there a way to tell the difference between Violin, Viola, Cello & Contrabass in a midi file. I get these values for instruments (ignore the numbers): 1 Flute…
Alon
  • 7,618
  • 18
  • 61
  • 99
4
votes
3 answers

ExternalInterface not working in IE after page refresh

I have a bizarre situation in IE where JS can't call up into flash using ExternalInterface after I hit "refresh". I know the movie is getting loaded and the code that does the ExternalInterface.addCallback() appears to be completing without any…
Andrew
  • 14,204
  • 15
  • 60
  • 104
4
votes
1 answer

How can I add webcam capabilities to my site?

I'm trying to allow users to take pictures with their webcams and save it. How can this be done? I am looking for something similar to Facebook or dailybooth in terms of their UI. I know smoe PHP/jQuery but I'm also wondering how I could save the…
John Doe
  • 3,559
  • 15
  • 62
  • 111
4
votes
1 answer

Converting a MovieClip to ByteArray

I have to convert a MovieClip to ByteArray and send it to php using the POST method. The person handling php says that only ByteArray needs to be send and conversion to JPG and PNG can be done from PHP side. When I built the option for saving on…
Bobby Francis Joseph
  • 606
  • 2
  • 14
  • 34
4
votes
1 answer

Could not get fullduration of my MP3 file

I am trying to get fullduration my MP3 file but it returns me NaN, Here is my code: