Does anyone know of tools I can use to convert simple .swf animations to html + .js? I did a thorough research and found Swiffy (discontinued by google) and Shumway (discontinued by mozilla). All the other tools seem to require original source code to be available, which we don't have... (Context: educational animations for early childhood, e.g., cool numeracy animations with sounds and colors for kids to learn to do…
The Death of Flash and Rewriting 1.4M Lines of Code
21–30 of 203 posts
Re: The Death of Flash and Rewriting 1.4M Lines of Code
#22It was bad of Steve Jobs and Adobe to kill Flash (and Flex) Flex allowed building cross platform apps with classic rich GUI. Now we need to do expensive rewritings in HTML / JS where UI programming is still not fully re-invented.
It basically just an open source alternative to Flash at this point.
Re: The Death of Flash and Rewriting 1.4M Lines of Code
#23This article bugs me because they don't clearly identify the author. There is a Doug Pearson I used to work with at Activision. He was a stand up guy. But I really can't tell if that is who wrote this. What worries me is that companies push people in the game industry to write post-mortems promoting their technology.
In the article, the author's name at the top is actually a link to a short bio[1] which seems like it has enough information to identify him.
[1]https://www.gamasutra.com/blogs/author/DougPearson/1021383/
Re: The Death of Flash and Rewriting 1.4M Lines of Code
#24Does anyone else have the feeling that there has been a move away from the kinds of tools that make it very easy for beginners to get started? I'm thinking of things like Hypercard, Flash or VisualBasic classic (VisualBasic in the 1990s). Simple tools that made it fun for non-programmers to learn the basics of computer programming? Even simple HTML/CSS has lost importance, and writing simple Web sites is how I got st…
Re: The Death of Flash and Rewriting 1.4M Lines of Code
#25Earlier quoted context omitted.
Haxe is pretty interesting. I really wish strongly that it was more polished and had a larger ecosystem, because it feels like a nice development environment and is quite nice to code in.
As a native mobile dev, I found myself unable to adopt it because I need and/or want direct access to the native platform capabilities, most especially when it comes to building GUIs. Write-once tends not to work so well when users are able to tell behavior, framerate, appearance, … differences in a split second and when optimal UX was my purpose in writing mobile apps in the first place. In the same way, learn-once…
Re: The Death of Flash and Rewriting 1.4M Lines of Code
#26Re: The Death of Flash and Rewriting 1.4M Lines of Code
#27Earlier quoted context omitted.
> I remember thinking, wait, Javascript will catch up eventually then why would anyone use flash? At the same time, we probably owe a lot to flash existing (especially WebRTC). Flash helped us get browsers to this point faster both through it's tech and increasing consumer awareness/demand for media. i don't think most people remember how bad Javascript was, how limited web API were, and how different browsers implem…
> Flash pushed the web forward and demonstrated that it could be used to deliver real desktop like applications,videos and games, not just text and images. Java (and RealMedia) did that first. The thing that Flash brought was good tooling for creators and not just programmers.
Re: The Death of Flash and Rewriting 1.4M Lines of Code
#28Re: The Death of Flash and Rewriting 1.4M Lines of Code
#29I found the article confusing at first, because they said they discarded HTML5 as an option but in fact ended up using Haxe to generate HTML5. The explanation is that they wanted a desktop-first, multi-platform solution that is able to generate both HTML5 and iOS/Android native code. Quite interesting, as I didn't know you can use Haxe to achieve this. I still wonder if React + React Native could offer a similar plat…
Re: The Death of Flash and Rewriting 1.4M Lines of Code
#30Does anyone know of tools I can use to convert simple .swf animations to html + .js? I did a thorough research and found Swiffy (discontinued by google) and Shumway (discontinued by mozilla). All the other tools seem to require original source code to be available, which we don't have... (Context: educational animations for early childhood, e.g., cool numeracy animations with sounds and colors for kids to learn to do…
Not to mention the Newgrounds/Albinoblacksheep/etc world. It kills me to see all of the art produced by that community become inaccessible. I'm hoping that it becomes possible to run (sandboxed) flash apps in the same way that you can run DOS apps with DosBOX. If there's a project I can contribute to somewhere, I'm game.
Firefox + adobe flash plugin still works (well, it works for me anyway... I'm on FF 56 still). Slap it into a container (firejail works) and you are done. No need to reinvent the wheel.
If you don't want the closed source solution and the Firefox dependency, there's also gnash. Slap gnash on a container and you're set. The only niggle is that gnash is... kinda bad. It's slow and a bunch of swf files I have don't work (some don't work at all, others have weird graphical problems).
If you want to contribute, gnash would be a good candidate, I guess: