I am glad to see that they’re backing off from discontinuing. I would really, really like it if they would let me buy it outright instead of subscribing. I’ve mentioned this on here before, but I stand by it: developing Flash is the most fun way I have found to program. Now, part of this is because Flash was one of the first things that I learned to program, so it’s probably a big rose-tinted because i was younger an…
I miss flash too. No other development environment was/is as easy to use. I learning to program with as2 and as3.
Adobe Animate will be discontinued
21–30 of 65 posts
Re: Adobe Animate will be discontinued
#22Headline is out of date. They changed their plans. From the link: > We are not discontinuing or removing access to Adobe Animate. Animate will continue to be available for both current and new customers, and we will ensure you continue to have access to your content. There is no longer a deadline or date by which Animate will no longer be available.
Making a zombie product probably has a lower impact on their revenues.
Re: Adobe Animate will be discontinued
#23Notice that it's still very much possible to produce SWF files with languages like Haxe http://haxe.org/ , and there are frameworks that mimic the Flash drawing API like OpenFL https://www.openfl.org/ , there is (or was) a lot of interesting stuff like that happening around.
Can't modern Flash compile to HTML5? Can the open alternatives also do that? I wish SWF became a common HTML5 transpile format.
Re: Adobe Animate will be discontinued
#24I am glad to see that they’re backing off from discontinuing. I would really, really like it if they would let me buy it outright instead of subscribing. I’ve mentioned this on here before, but I stand by it: developing Flash is the most fun way I have found to program. Now, part of this is because Flash was one of the first things that I learned to program, so it’s probably a big rose-tinted because i was younger an…
Re: Adobe Animate will be discontinued
#25Headline is out of date. They changed their plans. From the link: > We are not discontinuing or removing access to Adobe Animate. Animate will continue to be available for both current and new customers, and we will ensure you continue to have access to your content. There is no longer a deadline or date by which Animate will no longer be available.
They only "changed" them because it materially affected them. "We're going to provide support and security patches" means "in a year we'll quietly stop any work on it anyway"
"we've listened and we're going to keep offering Animate" (crowd cheers)
".. but we're not going to make any changes to the software" (crowd cheers louder)
"wait why are they still cheering"
.. the joke being that the customers don't want the software to materially change, just so long as it continues to run.
Re: Adobe Animate will be discontinued
#26Earlier quoted context omitted.
They only "changed" them because it materially affected them. "We're going to provide support and security patches" means "in a year we'll quietly stop any work on it anyway"
I mean, framed differently: > A material number of customers see Animate as a differentiator from our competitors, so even if we only provide support and security patches, the investment is justified for retention. I don't really think there's a hidden agenda here. The announcement surfaced new information for them, they probably reframed their own analytics and saw insights that backed maintaining Animate as a resul…
That's such corporate-speak.
It means they don't know their customers at all and/or couldn't care less. They literally told major animation studios that the product is going to be dead in just a month.
And now they slightly backtracked the decision by promising vague support and bug fixes. Internally the product is already dead (otherwise there wouldn't be an announcement), teams disbanded and/or re-organized. They will fund a skeleton crew for "bug fixes", and the product will eventually be broken beyond repair in the same time frame as in the original deprecation notice.
Re: Adobe Animate will be discontinued
#27Earlier quoted context omitted.
They only "changed" them because it materially affected them. "We're going to provide support and security patches" means "in a year we'll quietly stop any work on it anyway"
There was a cartoon on bluesky with the dialogue: "we've listened and we're going to keep offering Animate" (crowd cheers) ".. but we're not going to make any changes to the software" (crowd cheers louder) "wait why are they still cheering" .. the joke being that the customers don't want the software to materially change, just so long as it continues to run.
Re: Adobe Animate will be discontinued
#28Re: Adobe Animate will be discontinued
#29Notice that it's still very much possible to produce SWF files with languages like Haxe http://haxe.org/ , and there are frameworks that mimic the Flash drawing API like OpenFL https://www.openfl.org/ , there is (or was) a lot of interesting stuff like that happening around.
Can't modern Flash compile to HTML5? Can the open alternatives also do that? I wish SWF became a common HTML5 transpile format.
Perhaps you could render to Canvas/WebGL/WebGPU, but you still need to reproduce the entire engine there.