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
3 answers

In actionscript, what's the best way to check if a xml node property exists?

If I have some xml like so: What's the best (or accepted) way in actionscript to check if the hasCover attribute exists before writing…
Paul Mignard
  • 5,824
  • 6
  • 44
  • 60
4
votes
8 answers

Flash Builder 4 suddenly stops doing auto-complete for some classes

A project we've been working on for weeks in Flash Builder suddenly has stopped being navigable: all the nice features of Flash Builder like auto-completion, jump to definition, even search for References are only partially working -- they work for…
hrabinowitz
  • 1,600
  • 2
  • 13
  • 12
4
votes
3 answers

What does "install Flash plugin" in WebView mean?

In a small WebView app I wrote, I am able to load YouTube and see the picture the represents a video clip, with the familiar right-pointing arrow that is supposed to start playing the video: But... when I touch that arrow, nothing happens (the…
uTubeFan
  • 6,664
  • 12
  • 41
  • 65
4
votes
0 answers

FlashDevelop startup problems - problems with plugins

When starting up FlashDevelop version 5.3.3.1 for .NET 4.0 on my Windows 10 system I'm getting these messages: Unable to load an incompatible or broken plugin: C:\Program Files(x86)\FlashDevelop\Plugins\jni4net.n.w32.v20-0.8.4.0.dll and Unable…
Ralph Canapa
  • 610
  • 1
  • 5
  • 21
4
votes
1 answer

Creating .flv files on the iphone without using ffmpeg

How does one create .flv files on the iPhone? I am aware of ffmpeg (with its LGPL restrictions). But are there other APIs that have been ported to iOS?
inwit
  • 935
  • 6
  • 11
4
votes
2 answers

determine is MovieClip playing now

I have movieClip (in as3) and I'd like to know is this movieClip playing now How can I do this?
takayoshi
  • 2,789
  • 5
  • 36
  • 56
4
votes
2 answers

jScrollPane Over Video in Safari Resulting in Distorted Text

My site: http://shuttersonthebeach.com My browser/os: Safari 5.0.4 +/Mac The issue: click on either 'calendar' or 'specials' in the masthead of the page. An overlay should reveal. Inside of that overlay there are columns of text w/ custom scroll…
morrisbret
  • 203
  • 2
  • 10
4
votes
1 answer

square bracket before class definition in as3

I've seen the embed tag used before the class definition, but I just saw that Keith is using these.. [Event(name="select", type="flash.events.Event")] [Event(name="close", type="flash.events.Event")] [Event(name="resize",…
Daniel
  • 34,125
  • 17
  • 102
  • 150
4
votes
2 answers

how to debug swf browser crashes

My swf is occasionally crashing the browser (or just crashing the plugin as chrome tells me). How do I diagnose the bug? I am developing for flash player 9 using flex. Things I have tried: Turned on log files so I can see trace("...") output. …
jedierikb
  • 12,752
  • 22
  • 95
  • 166
4
votes
1 answer

local Swf bridge to remote Swf to go around flash sandbox

Goal: to make possible to make requests from flash running on local protocol (widget://, file://, chrome-extension://) without any special permissions on www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html Supposed…
4
votes
4 answers

ActionScript 3: How to get host name from URL?

I am trying to set a path to an XML file, which differs when run locally or on server. How do I determine if the Flash is running locally? (I am thinking to check if the URL contains "http://localhost" but how do you get the window URL?) Thanks in…
Aximili
  • 28,626
  • 56
  • 157
  • 216
4
votes
8 answers

Should an animated header be in flash or javascript?

I work at a small website building company and on one of our clients website we have a flash animation in the banner. The animation is rather chunky being 4 megabytes. The client has recently requested a rebuild of the site which would again include…
Pim Jager
  • 31,965
  • 17
  • 72
  • 98
4
votes
1 answer

Embed RTMP live streaming link to browser

Anyone knows how to embed rtmp link to be viewed in a browser? I already tried Moeya but it is still not running. Anyone knows other solution to how can I embed this to a browser? thanks.
Barry
  • 1,587
  • 2
  • 13
  • 19
4
votes
1 answer

Setting focus to an swf using JS

How do I set the focus on a SWF embedded in a page using Javascript? I tried to use the usual method but it doesnt seem to work...
tobby
4
votes
2 answers

How does Youtube webcam recording work? Other webcam recording solutions?

Which flash server does youtube use for http://www.youtube.com/my_webcam ? Is it just FMS? I'm asking because I have to implement a webcam recording application, and youtube one's the best I've seen so far. Great video quality and perfect audio…
reese
  • 726
  • 8
  • 12
1 2 3
99
100