TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why Adobe still can’t figure out Flash on WASM?

180 pointsby bartqover 2 years ago
Figma was just bought by Adobe, we all know that. Word &quot;Adobe&quot; brought back to me the memories of early days of my career when I was a Macromedia&#x2F;Adobe Flash developer and I was working on websites very heavyweight both graphically and animation-wise.<p>In 2022 we have SVG, WebGL, canvas, sound API and we can practically rebuild many of those Flash websites. They were accessibility disasters, but today we can do much better.<p>All this makes me think: why Adobe haven&#x27;t finished yet Flash export to HTML5&#x2F;WASM which is easy and popular? What&#x27;s stopping them? Money or technical obstacles? I can imagine the targeting all the browsers both desktop and mobile and QAing all of that is hard, but feels like doable and web platform is pretty reliable these days?<p>And the final question: can people from Figma help Adobe to make Flash actually work? Figma is one of the best WASM&#x2F;WebGL apps out there which (I presume) very experienced engineering team. I&#x27;ve read the blog post when they were running JS interpreter compiled to WASM in a web worker to create secure sandbox used as plugin environment. All of it just works. Can they help?

47 comments

apignottiover 2 years ago
From the point of view of Adobe, Flash is a legacy technology. Simply put, there is not enough business to be made with it at Adobe&#x27;s scale.<p>It is safe to assume that the Flash team has either left the company or moved to other roles in the meantime. The Flash codebase is gigantic, evolved over decades and probably includes IP with non-obvious licensing restriction (RTMP is an example that pops to mind). Porting to Wasm such a big codebase would require assembling a new team and figuring out some legal aspects. Both these things are expensive.<p>At the same time, FOSS efforts to replace Flash can at best achieve partial support for SWF content in the wild. The API surface is just too massive and poorly documented. I speak from personal experience here, having founded the Lightspark project when I was younger and with a lot of time on my hands.<p>Our opinion (at LeaningTech) is that Wasm can solve the Flash preservation problem by virtualizing the original, unmodified Flash x86 plugin. We wrote at length about our approach here: <a href="https:&#x2F;&#x2F;medium.com&#x2F;p&#x2F;eb6838b7e36f" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;p&#x2F;eb6838b7e36f</a><p>The resulting product (CheerpX for Flash, <a href="https:&#x2F;&#x2F;leaningtech.com&#x2F;cheerpx-for-flash&#x2F;" rel="nofollow">https:&#x2F;&#x2F;leaningtech.com&#x2F;cheerpx-for-flash&#x2F;</a>) is available to companies that needs to use Flash (and particularly, Flex) business applications.<p>Since the SWF effectively runs using the original Flash plugin the accuracy is optimal. On the hand, licensing the plugin itself is required, which means that the solution is not viable for end-users. As much as we&#x27;d like this to be different, it&#x27;s unfortunately outside of our control.<p>Full disclosure: I am founder and CTO of Leaning Technologies, and lead developer of CheerpX
评论 #32899681 未加载
评论 #32899401 未加载
评论 #32900970 未加载
评论 #32907752 未加载
null_objectover 2 years ago
For those people in the thread talking about Adobe Animate or AirBnB&#x27;s Lottie - Flash was capable of so much more than frame-by-frame animation.<p>As long ago as around 2001, with ActionScript 1 or 2, I was already building smart drag-and-drop calendar applications, where conference attendees could book all their sessions online in an easy-to-use and intuitive interface, that included tips, and complex hover states, with extra information at user&#x27;s fingertips.<p>I&#x27;d say web-apps are almost getting to the same state of sophistication and user-friendliness around about now.<p>After that, with ActionScript 3, I was building interactive and immersive promo sites where users could explore alternative environments, build their own 3D worlds, or do crazy stuff like mash-up their own facial features (captured through their webcam) together with different celebrity musician&#x27;s faces, and then do a remix of the musician&#x27;s music (for an &#x27;art&#x27; event that the musicians were taking part in).<p>There were masses of other capabilities - both serious and playful - but I must admit, even though I&#x27;m sometimes sad we lost Flash, in the end - especially when it was obvious that Adobe had let it drift - it was a shitshow of insecurity and bandwidth-waste.
评论 #32902406 未加载
评论 #32902393 未加载
60654over 2 years ago
About ten years ago Adobe made a strategic decision to kill Flash.<p>They stopped working on ActionScript tools (Flash IDE, AS3 compiler, etc) and switched all their web designer tooling (web animations etc) to Javascript. For a while they kept pushing out Flash security updates, but only because they had an enormous existing install base - but even so, that happened with a skeleton crew, and I&#x27;m not sure it&#x27;s still being maintained.<p>So yeah, there&#x27;s nothing stopping them now - because they already stopped years ago.
评论 #32898813 未加载
评论 #32899399 未加载
评论 #32898695 未加载
评论 #32899694 未加载
评论 #32899610 未加载
thomasqbradyover 2 years ago
There are a lot of answers here I partially agree with, but there&#x27;s an overarching concept that I think they&#x27;re missing: there&#x27;s no market for it. Adobe never stopped working on such a tool, as others have pointed out below, in that they still ship Flash&#x27;s successor Animate. They kept Flex going as long as they could, too.<p>I think the reason people aren&#x27;t terribly aware of Animate, and why there isn&#x27;t a competitor product—whether open source or commercial—with a big name is that we don&#x27;t need&#x2F;want it. I haven&#x27;t looked at the numbers in a while, but last I checked most web traffic was coming from mobile devices, and heavy, high-gloss interactions akin to what Flash afforded and what could be accomplished with WASM&#x2F;WebGL are not what people want in their mobile browsing experience. They want fast. WASM&#x2F;WebGL may be pretty efficient, and may be the best way to accomplish the sorts of things Flash was used for in much more efficient ways, but they&#x27;re still not the best way to render text with a few buttons and images (i.e. a typical web page). The use-cases that had us reaching for Flash in the &quot;aughts&quot; just don&#x27;t come up very often in web development these days.<p>When users DO want heavy, high-gloss interactive content, they&#x27;re going to the App Store&#x2F;Google Play to find it, not the web. This gives the developers the choice of building those experiences with WASM&#x2F;WebGL if they like, but the vast majority are choosing native SDKs or a game engines. Against those options the WASM&#x2F;WebGL offering is just not competitive, yet (the APIs, tooling, community is just not as good, yet).
评论 #32905133 未加载
paulgbover 2 years ago
I think something like what you&#x27;re wishing for will happen, but I don&#x27;t think it will come from Adobe.<p>I explored a bunch of apps in this category over the weekend and was pretty impressed with what&#x27;s out there, although it still feels early. Rive (<a href="https:&#x2F;&#x2F;rive.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rive.app&#x2F;</a>) is probably the one I&#x27;m most excited about; their state-machine approach is novel (at least to me) and feels like a solid approach. Unfortunately they don&#x27;t support text yet, which is a deal-breaker for what I wanted to do, but they say it&#x27;s coming.<p>The Lottie (<a href="https:&#x2F;&#x2F;airbnb.design&#x2F;lottie&#x2F;" rel="nofollow">https:&#x2F;&#x2F;airbnb.design&#x2F;lottie&#x2F;</a>) ecosystem is also interesting. Funny enough, Adobe still seems to dominate as a pipeline for generating Lottie files (Illustrator -&gt; After Effects), even though you need a third-party plugin to do it.
评论 #32898664 未加载
评论 #32899780 未加载
pier25over 2 years ago
The Internet Archive uses Ruffle to do just that:<p><a href="https:&#x2F;&#x2F;ruffle.rs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ruffle.rs&#x2F;</a><p>See the famous Badger SWF:<p><a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;flash_badger" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;flash_badger</a>
评论 #32899172 未加载
评论 #32899139 未加载
评论 #32899645 未加载
评论 #32899842 未加载
PaulHouleover 2 years ago
Adobe renamed the Flash editor to &quot;Adobe Animate&quot; and it now does exactly what you want... Let you develop with the flash tool and export to HTML5, WebGL, etc. There are some very limited GFX rendering features that aren&#x27;t supported but it works... But people don&#x27;t want it.<p>Somehow though there is a cognitive gap there and people&#x27;s brains just go &quot;zzzzzz&quot; and they just don&#x27;t perceive it, no matter how you present it to them, if you are tactful, gentle, forceful, rough, whatever. It reminds me of a friend of the family who had epileptic seizures and would drive off the highway into the shoulder of the road and deny that it happened, crash a bunch of shopping carts into somebody&#x27;s car and say it never happened, burn down the building he lived in and not remember it, ...
评论 #32900466 未加载
评论 #32899475 未加载
评论 #32898844 未加载
astlouis44over 2 years ago
Agree with the other comments that WebAssembly is the future of rich interactive content on the web. You don&#x27;t have to look any further than the mega acquisition of Figma last week to know the growing importance of cross-platform applications powered by standards like WebGL and WebAssembly.<p>Developers are getting more and more fed up that they have to go through walled gardens in order to distribute games and apps to reach their users, while forfeiting 30% of their revenue. A powerful, easy to use content creation tool with a discovery portal on the web represents a large opportunity to disrupt all of the walled gardens.<p>Unity and Unreal haven&#x27;t historically had great developer tooling and exporting support for the web, but mark my words that this will rapidly change moving into 2023.<p>As a sort of litmus test, who here would use an editor that itself is web based, for authoring interactive 3D content for the web that could itself be published HTML5 via WASM and WebGPU? Think &quot;Figma or Canva for real-time 3D&quot;. It would have strong UI&#x2F;UX, and open up the market to more than just creators and software developers. East to use drag and drop tools, with scripting and plugins available for the technical community.<p>Upvote this post or leave a comment if this is something that you would use.
评论 #32902863 未加载
评论 #32911657 未加载
claytongulickover 2 years ago
I just miss AS3.<p>It was a really great language. Typed by default, but easy to do squishy dynamic types when you want. Easy to do FP things or traditional OOP, and to mix and match based on the problem.<p>Also, while the performance wasn&#x27;t great, I did some very cool things with e4x binding in Flex.<p>We had reactive UIs back before that phrase was coined.<p>Query an API, update a xml variable with the results, and the entire UI would update based on bound e4x expressions.<p>It may be one of the reasons why I enjoy vanilla web components + lit-html for rendering. It feels a lot like having that same sort of simple, elegant and powerful rendering capability without the cruft of big frameworks.
评论 #32899858 未加载
dralexmacover 2 years ago
I worked at Adobe on a project called Alchemy (just like WASM, but for compiling c&#x2F;c++ to actionscript to run inside the flash player). One of my internal demos was the flash player compiled into a SWF running Flash inside Flash. So if someone currently at Adobe wanted to dredge up my old branches they&#x27;d have a good starting place :)
评论 #32900247 未加载
pjmlpover 2 years ago
Because they sell Animate, <a href="https:&#x2F;&#x2F;www.adobe.com&#x2F;products&#x2F;animate.html" rel="nofollow">https:&#x2F;&#x2F;www.adobe.com&#x2F;products&#x2F;animate.html</a>, and there are products like CheerpX, <a href="https:&#x2F;&#x2F;leaningtech.com&#x2F;cheerpx-for-flash&#x2F;" rel="nofollow">https:&#x2F;&#x2F;leaningtech.com&#x2F;cheerpx-for-flash&#x2F;</a><p>EDIT: And one could argue that Unity is the new Flash.
评论 #32899602 未加载
warentover 2 years ago
Seems like a project they would have to take on out of the goodness of their hearts, because I don&#x27;t see how it makes their business meaningfully more valuable. Basically I&#x27;m not sure I see how the investment in this technology makes any business sense for them
bartqover 2 years ago
Btw, just googled for &quot;Famo.us&quot; which I remember as 3d library looking for its use case. I googled it and google gave me... this: <a href="https:&#x2F;&#x2F;amaze.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;amaze.co&#x2F;</a>.
评论 #32901754 未加载
评论 #32898763 未加载
bitwizeover 2 years ago
Because they don&#x27;t want to.<p>Back in the day -- the mid-90s -- there was a DOS compatibility layer for Linux called DOSEMU. It&#x27;s still around, but back when I was playing with it -- &#x27;96 or so -- it was good enough to run Doom at full speed, with sound. Windows NT, from the makers of DOS, could also run Doom -- but it was choppy and had no sound. Microsoft had the money, resources, and the exact programming talent needed to make a DOS compatibility layer that flawlessly ran on Windows NT with support for virtualized sound and other peripherals. They just didn&#x27;t want to. For whatever reason, they decided that those resources were better applied somewhere else. And that&#x27;s one reason why we got shitty Windows 9x -- it was more convenient for Microsoft to extend the DOS+Windows 3.x model for a few more years rather than translate everything to NT in such a way that the DOS stuff still ran well.<p>And that&#x27;s what the Flash situation looks like. With Apple cutting off Flash on iOS, Adobe just decided they didn&#x27;t want to port it or even maintain it beyond the bare minimum. Flash&#x27;s successor is Adobe Animate, and that <i>does</i> export to HTML5, but Flash itself... the effort isn&#x27;t there from the parent company so it died.
davidorkover 2 years ago
Adobe flash was like lead paint, irradiated water and asbestos insulation... at one point in time it seemed like a good idea, but in hindsight they were terrible ideas and should just be left behind.
jeromieover 2 years ago
The team at ruffle.rs has done a really good clean-room implementation of Flash. The hard part with Flash (beyond having two virtual machines, a JIT compiler, pixel shader support, etc) was that it was also bug-for-bug backwards compatible, such that new player updates would not break existing content compiled for older versions. Good luck reverse-engineering that (or porting it with a fully copy of the ~2.5M line codebase).<p>It&#x27;s also the case that a lot of games were dependent on specific timing, and changes to internals that were completely unrelated would elicit super weird behaviors in various games.<p>When Flash in the US was EOLed, the folks at Newgrounds used Ruffle to keep their large body of Flash content running. It&#x27;s been a couple years since I&#x27;ve checked in on it, but what they had was pretty impressive compared to other FOSS attempts that had been made over the years.
ajxsover 2 years ago
I&#x27;ll preface my comment by saying that my earliest experiences with programming came from using Actionscript in Macromedia Flash. I loved how artistic the internet was in this &#x27;full multimedia&#x27; era, and I have very fond memories of both the internet, and cutting my teeth in web design, and programming.<p>I see no reason why Adobe would want to. I don&#x27;t think this is how websites are designed these days, or what consumers expect. I don&#x27;t think people want to navigate these kinds of sites anymore. The internet is not designed to be an &#x27;experience&#x27; these days, it&#x27;s designed to facilitate consumer needs quickly with minimum friction. Which is pretty much the opposite of what the high-multimedia websites built in Flash were designed to do. Users want fast load times, and instant response, not interesting animation.
jonplackettover 2 years ago
I still miss flash. I mean, it was crap it a lot of ways. BUT it brought creative people and the ability to create a website (or other interactive fun thing) closer than they’ve ever been.<p>Why adobe didn’t create a great html5 authoring application (basically the same as flash) I’ll never know.
chiefalchemistover 2 years ago
re: All this makes me think: why Adobe haven&#x27;t finished yet Flash export to HTML5&#x2F;WASM which is easy and popular?<p>Your theory, your foundation, in 2022, is flawed. There&#x27;s simply not enough market for Adobe to justify the expense. Furthermore, it&#x27;s obviously not a growing market. It never will be. Factor in the opportunity cost and there&#x27;s simply no good reason to invest in such a thing.<p>Editorial: While I&#x27;m not going to blame the tool, there were a lot of gawd-awful experiences built with Flash. Some have learned from that, others have not. Let&#x27;s hope we don&#x27;t go back to a day when pointless eye-candy was confused with good design and an effective UX. I&#x27;ll hang up my mouse-pad if that happens again.
评论 #32899671 未加载
tiborsaasover 2 years ago
WASM <i>is</i> the new flash. It has the right level of abstraction it&#x27;s properly developed in the open (yes, big corps are at the table, but still) and it&#x27;s not tied to any high level programming language.<p>If you are missing the Flash developer experience, then you are still in luck, we are going to see many options for WASM as a target.<p><a href="https:&#x2F;&#x2F;www.adobe.com&#x2F;products&#x2F;animate.html" rel="nofollow">https:&#x2F;&#x2F;www.adobe.com&#x2F;products&#x2F;animate.html</a><p>Flash died for a good reason, let it rest in peace :)
Fiahilover 2 years ago
&gt; In 2022 we have SVG, WebGL, canvas, sound API and we can practically rebuild many of those Flash websites.<p>Note that Ankama is still using Flash for its MMORPG, Dofus.<p>They&#x27;re moving it to Unity, FWIW.
miedpoover 2 years ago
It was licensing issues. Their audio system used some proprietary stuff, for instance. I remember reading somewhere (perhaps here) that some of the Adobe Developers wanted to open source flash in the 2011-2012-ish time period, and it was the licensing that prevented them from doing that. Can&#x27;t find the reference though (sorry!).<p>Now most people just do things in other languages. Flash was a very nice platform to target though. It got a lot of things right.
meheleventyoneover 2 years ago
I doubt it’s a technical or staffing issue but more likely lack of a clear business incentive and internal politics issue.
throw_m239339over 2 years ago
Flash was also a fantastic UI toolkit by the way with Flex, so it could have actually lived outside the browser and power desktop apps, but I guess there is no market in that today.<p>Flash is long dead, that&#x27;s your answer and Adobe isn&#x27;t doing anything with it now.
评论 #32899113 未加载
dathinabover 2 years ago
Counter question: Why should they spend money on it?<p>When they discontinued Flash WASM wasn&#x27;t an option.<p>Now they already have abandoned Flash, told everyone to move one and most of the monetary profitable ecosystem _did_ move on.<p>And while there are probably still some companies willing to pay for new flash support for their legacy application it&#x27;s unlikely to be worth it for Adobe.<p>Lastly even if you could create Adobe Flash WASM it&#x27;s non trivial to make it down to bug compatible with Flash. But exactly that is the kind of compatibility is what remaining legacy customers want.<p>So IMHO it&#x27;s less that they can&#x27;t do it but more that for the for profit company Adobe it makes little sense.
bsderover 2 years ago
Erm, this exists and it&#x27;s called Ruffle: <a href="https:&#x2F;&#x2F;github.com&#x2F;ruffle-rs&#x2F;ruffle" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ruffle-rs&#x2F;ruffle</a><p>It works quite decently, but they can always use help.
kraig911over 2 years ago
I too was there. But I think you&#x27;re neglecting to realize that today people aren&#x27;t necessarily attracted to flash sites anymore (unfortunately) with the advent of the current convention of web user interfaces things like flash made don&#x27;t fit in. I wonder if in 15 years we&#x27;ll be asking what happened to bootstrap&#x2F;material&#x2F;ant ui frameworks much the same way.<p>On your point though for actual apps in WASM that are more than just making a &#x27;cool popping interface&#x27; there is a future. I also can attest that Lottie in icon design and animation is super fun. Also the sound API still sucks.
评论 #32899206 未加载
Traubenfuchsover 2 years ago
What‘s in it for them? Flash is dead, creators and (web-)app developers moved on to HTML5+ APIs and JS libraries&#x2F;frameworks.<p>Why would anyone go back to flash, even if it became available again?
评论 #32898782 未加载
Matthias247over 2 years ago
Besides reasons that are already listed here keep und mind that Flash offered more APIs that browsers still don’t have - and so you can’t translate them to anything. RTMP based video streaming was one of those. Some other networking APIs might be other cases. Of course you could make it work with less APIs - but the usage ping of „your app might or might not work when translated“ is a bit smaller
dekhnover 2 years ago
Flash is EOL and Adobe no longer supports it. Why would Adobe want to continue with Flash? It was a mistake. They have disowned it because to own it would be to own a dumpster fire that keeps on burning.<p>If you have SVG, WebGL, canvas, and sound API just use those directly, don&#x27;t make a flash portability layer.
knicholesover 2 years ago
Adobe created a tool similar to flash that exports in web technologies. It&#x27;s called &quot;Adobe Animate.&quot;
评论 #32898758 未加载
vbezhenarover 2 years ago
You don’t need wasm to implement flash. All you need is canvas as that’s ancient tech. They just don’t want to.
diebeforei485over 2 years ago
Flash is dead. It&#x27;s not appropriate for the modern world anymore.<p>If you want to run it in a VM running a legacy OS, in order to play an old game for nostalgic reasons, you have that ability. That&#x27;s different from demanding the whole thing be ported to more modern technologies so it runs on modern systems.
Kim_Bruningover 2 years ago
Possibly the only people who can help are GNU? (They&#x27;re the usual suspects)<p><a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;gnash&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;gnash&#x2F;</a><p>Gnash only fully covers up to SWF v7 it seems. The project could use some love?
easrngover 2 years ago
There is a company that got Flash working in WASM but they don&#x27;t have public pricing so it&#x27;s probably crazy expensive. <a href="https:&#x2F;&#x2F;leaningtech.com&#x2F;cheerpx-for-flash&#x2F;" rel="nofollow">https:&#x2F;&#x2F;leaningtech.com&#x2F;cheerpx-for-flash&#x2F;</a>
qbasic_foreverover 2 years ago
The tooling to create Flash stuff is long dead and unmaintained. Even if there were a platform to run it, there&#x27;s not good story or even group of folks trained to make Flash content anymore. The web won--HTML + CSS + JS is the web platform (thankfully).
randomdataover 2 years ago
Steve Jobs declared Flash dead. Whether by his influence, or simply good timing, the world agreed with him and moved on. What market remains is small and not worth putting a lot of effort into.
pipeline_peakover 2 years ago
What’s in it for Adobe, optimized Newgrounds cartoons? They’re a business, they won&#x27;t figure it out unless there&#x27;s benefit.
naikrovekover 2 years ago
Adobe Flash was rebranded Adobe Animate and does exactly what you are asking about, except the WASM part, I believe.
elforce002over 2 years ago
If you want the flash experience, go with Flutter. Excellent for Mobile Dev. Awful for Web Dev.
mdasenover 2 years ago
I&#x27;m trying to figure out what you&#x27;re arguing for. A) Exporting legacy Flash apps from 15 years ago to WASM; B) Relaunching Flash as an active development platform on top of WASM.<p>If it&#x27;s A, then there&#x27;s no money in it. There might be some nostalgia in resurrecting old Flash apps, but it just isn&#x27;t worth Adobe putting in all that work.<p>If it&#x27;s B, I think there&#x27;s a host of issues to relaunching Flash as an active development platform.<p>First, I think the biggest thing is that the development community likely wouldn&#x27;t want to buy into a proprietary system again. Yes, it would compile to WASM, but you&#x27;d be on the hook to Adobe for the future of whatever you were building. That might have been ok back when there weren&#x27;t other options to create that type of media. I don&#x27;t think you could get enough buy-in today.<p>Second, WASM isn&#x27;t just perfect. I&#x27;m very bullish on WASM&#x27;s future, but to pick on one example: it doesn&#x27;t have a garbage collector. That means that any runtime that needs GC needs to ship its own GC. Instead of a lightweight JS payload, people have to download your garbage collector in addition to the code. Likewise, many languages often come with standard libraries so you&#x27;re shipping your implementation for `List`, `Set`, etc. along with the code of the actual application. With JS, the browser already has the built-ins.<p>Microsoft has been putting a lot of effort into Blazor on WASM (allowing developers to write C# with Razor templates that execute in the browser to compete against things like React). It&#x27;s been a pretty big effort and as of .NET 6 it&#x27;s still around half the speed of React+Redux. Worse, its startup time is 3-6x worse depending on whether you&#x27;re using AOT compilation or not. Ahead of time compilation helps it run faster, but it also means having to download a lot more. Even without AOT, Blazor could weigh in close to 10x React+Redux.<p>Again, I&#x27;m very bullish about WASM&#x27;s future. .NET 7 (releasing in a month or two) should have nice improvements for Blazor. However, it&#x27;s not easy to simply target WASM if you&#x27;re looking to create a platform that people are wanting to actively use. I think that Blazor is going to be a wonderful long-term investment for Microsoft. WASM is looking to add GC capabilities so that languages don&#x27;t have to ship it. Languages are getting better at figuring out which pieces of code are actually being used and need to be shipped.<p>However, does Adobe want to put all that money and effort in when it seems like the industry won&#x27;t be beholden to a proprietary standard in the future? Probably not.<p>I think the big issue is that there&#x27;s a large gulf between &quot;this works&quot; and &quot;this is performant and efficient enough to compete with alternatives.&quot; Again, I think WASM is an excellent long-term investment for the web. If WASM had started in 2000 or 2005, we probably wouldn&#x27;t have seen such amazing work on JS engines like V8. However, WASM needs to compete against incredibly advanced JS engines that are at the top of their game. It will happen and I think it&#x27;s already great for languages like Rust and C. I just think that it wouldn&#x27;t be trivial for Adobe to relaunch Flash as an active development platform.<p>Adobe wouldn&#x27;t just need something that worked, but something that&#x27;s a compelling alternative to modern development. Flash pre-dates jQuery by a decade. In the &#x27;90s and early 2000s, Macromedia and Adobe were offering an interactive, rich-media system that pre-dated anyone really using Ajax. I&#x27;m not saying Flash offers nothing today. I never developed for Flash so maybe it was a nice development environment. However, we&#x27;re able to make the same rich, interactive experiences without Flash today.<p>Finally, on a legal level, it looks like Adobe may have licensed Flash to Harman&#x2F;Samsung: <a href="https:&#x2F;&#x2F;services.harman.com&#x2F;partners&#x2F;adobe" rel="nofollow">https:&#x2F;&#x2F;services.harman.com&#x2F;partners&#x2F;adobe</a>. Maybe that doesn&#x27;t preclude Adobe from resuming Flash development in the future, but maybe it does.
评论 #32900116 未加载
评论 #32899524 未加载
seba_dos1over 2 years ago
Did they even try to? The issue isn&#x27;t likely to be technical.
croesover 2 years ago
Flash&#x27;s dead baby, Flash&#x27;s dead.
DonnyVover 2 years ago
That boat sailed a looooong time ago.
delirehberiover 2 years ago
dead must stay dead
trynewideasover 2 years ago
They don&#x27;t want to.
captainmuonover 2 years ago
I believe Flash was killed in agreement with Apple. The big app store players can&#x27;t allow Flash (or HTML5) apps to be just as good as native apps, or they would lose their walled garden. This is especially true for Apple.<p>I can imagine there was a secret deal to uncerimoniously run Flash down. What did Adobe get in return? Maybe the assurance that Apple doesn&#x27;t make iCloud the only allowed cloud service, so that Adobe could make profit with CC subscriptions?<p>A graphical RAD tool would have a big market, if you think of how widespread Flash was. Or if you think about old VB6, Delphi, and the raise of no-code. There is really a need for a simple interaction design tool that lets you click together a working graphical interface. (Now that I think about it, maybe this could grow out of Figma?)