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

35209 questions
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,126
  • 4
  • 19
  • 24
4
votes
2 answers

Suppressing the Tool Information in Adobe

I've been searching for a way to prevent the download of a PDF and I finally found one in HTML5. The code is really simple and is The things that suppress the…
Devin Dixon
  • 9,088
  • 20
  • 70
  • 136
4
votes
3 answers

Alternative for getDefinitionByName

In the past, there was a simple trick, to include the flex mxmlc module by adding the following line to the flash-cs4 makefile: -include-libraries “/absolute/path/to/my/assets/assets.swc” This gave you the ability to use getDefinitionByName, an…
mate64
  • 8,500
  • 15
  • 58
  • 93
4
votes
3 answers

AS3:removing every elements in an array at once using for loop

EDIT: EVERY ANSWER BELOW ARE WORKING, THANKS FOR HELPING ME! I'm currently learn about splicing an array in as3. So here's my code: //import classes import flash.utils.Timer; import flash.events.*; //variables var Arr:Array=new Array(); var…
Yudhis
  • 43
  • 7
4
votes
2 answers

Which is the best Flash H.264 HTTP Streaming method?

I'm looking into streaming of prerecorded h.264 videos of HTTP. I'm running into too many firewall problems using RTMP. Are people picking up on the new Adobe HTTP Dynamic Streaming…
marstonstudio
  • 395
  • 3
  • 9
4
votes
6 answers

Running an .exe file from a browser (in any way)

I have got a page which lets me control some devices in a local network. However, some of the advanced settings can be set only using an .exe file which is located on the computer where I run the configuration page. I would like to have all the…
kremuwa
  • 427
  • 2
  • 4
  • 19
4
votes
1 answer

HaxeFlixel: Overlaying Graphics into Single Sprite

I have code to generate a player avatar spritesheet by pulling each individual body/clothing item and overlaying it in a particular order. Essentially, I'm trying to combine the clothing sheets into a single body by laying them over each other. But…
Fuselight
  • 534
  • 4
  • 16
4
votes
2 answers

Make a Flex/AIR scroller with an HGroup "snap" to each item when scrolling completes

I'm developing an app for ANDROID devices using Flash Builder Burrito and am having trouble figuring out how to accomplish one aspect of my app. I have an HGroup inside of a Scroller. The HGroup has images that are 400px in width and I have the…
4
votes
1 answer

flash as3 - how do I find an object's index in an array

how do you find an object's index / position within an array in flash actionscript 3? I am trying to set a conditional up in a loop where, if an object's id is equal to the current_item variable, I can return its position within the array.
mheavers
  • 26,845
  • 54
  • 181
  • 285
4
votes
3 answers

Flash Builder 4 Security error accessing url Destination: DefaultHTTP

I have built a FB4 application which accesses a .NET web service of a partner company. The app runs just fine in FB4 development environment, but won't work when published to my server. I can not figure out how to get past the following…
tom
  • 41
  • 1
  • 5
4
votes
1 answer

JavaScript: how to dynamically add a Flash file (SWF) to the DOM so IE will load it

I have pages that need to dynamically load content based upon their data description in XML files. Among the items that may be dynamically loaded are SWFs. I have code that correctly loads and starts the movies in Firefox via the http and file…
sadakatsu
  • 1,185
  • 13
  • 36
4
votes
3 answers

bulk rename flash library items with jsfl

version flash cs5 ok so i know the general code to rename all selected library items var items = fl.getDocumentDOM().library.getSelectedItems(); for (var i=0; i
SketchBookGames
  • 464
  • 8
  • 13
4
votes
2 answers

Flash alternative for FileReader HTML 5 API

I want the content of a local text file to become available inside JavaScript. I've achieved that using HTML 5 FileReader API, but this works only in Mozilla Firefox and Chrome now. I know that it is possible to create a cross-broswer solution using…
Alexey Zakharov
  • 23,564
  • 38
  • 122
  • 190
4
votes
2 answers

Flash vs HTML5 for Facebook Games - A Business Perspective

I'm in the planning and learning stages of building a facebook game. For the past year my foremost question has been, "Flash or HTML5?". Rather than try to decide the answer to that, I thought I would give the markets for both some more time to…
Ken
  • 1,110
  • 1
  • 10
  • 26
4
votes
5 answers

How do I pass data between ViewNavigators in Flash Builder 4.5 Burrito

I'm giving it a try and it happens that I'm having a hard time figuring out how to pass data between ViewNavigator in a TabbedMobileApplication.
Bruno Santos
  • 1,542
  • 1
  • 15
  • 22
1 2 3
99
100