I know everybody here hates flash (for excellent reasons!) and is happy to see it die. But, as a user who doesn't work in tech, I really miss the ability to enforce click-to-play loading of videos. From my pseudo-outsider perspective, the switch to HTML5 has been really frustrating. I happen to hang out around these parts so I understand the reasons for it, but if I didn't it would probably make me mad. It would feel…
We're only happy to see it die because it was never well cared for. Flash was much heavier and much, much more insecure than it needed to be with Adobe-level money behind it. They were terribly poor stewards of the technology. I mean no offense to anyone that was on the Flash team, I am making a (flawed?) presumption that it probably didn't feel great inside the company either. Others may tell you I'm wrong - it's ab…
Flash-Free Video in 2016
131–140 of 203 posts
Re: Flash-Free Video in 2016
#132I was at a primarily Flash based company during the glory days of Flash and then through the transition to HTML5/JS. While I understand perfectly (and even support) why the shift happened (thanks Steve!), its still frustrating sometimes to know that now, years later we still aren't able to provide the quality of games that we were in Flash 3-4 years ago. We can do a lot, and things have come a ways, but right before…
That depends on the kind of media we're talking about about: HTML5 video was noticeably faster and higher quality on day 1 and Flash never caught up on performance, which is a big deal for laptop users. Even if you're plugged in, having the fans running constantly and still seeing dropped frames is a terrible experience.
I suspect the story is still different for WebGL but the only benchmarks I've seen are fairly old by now.
Re: Flash-Free Video in 2016
#133Re: Flash-Free Video in 2016
#134It should be noted that the native browser decoders for h264 still produce worse color presentation than flash players. Also, the flash runtime's pseudo-streaming is faster than Chrome's http pseudo-streaming (it takes longer for the same h264 file to start playing back). I love HTML5 video, but there are still huge areas for improvement that show up frequently.
YouTube in Chrome starts playing video practically instantly, before the page is even finished loading. It's faster than Flash ever was.
Re: Flash-Free Video in 2016
#135Earlier quoted context omitted.
It's much easier to author and publish an animated ad using Flash than HTML/JS.
>> It's much easier to author and publish an animated ad using Flash than HTML/JS. I thought you just put a video tag and point it at the URL of a video file. What else is missing? ;-)
Re: Flash-Free Video in 2016
#136I was at a primarily Flash based company during the glory days of Flash and then through the transition to HTML5/JS. While I understand perfectly (and even support) why the shift happened (thanks Steve!), its still frustrating sometimes to know that now, years later we still aren't able to provide the quality of games that we were in Flash 3-4 years ago. We can do a lot, and things have come a ways, but right before…
I totally agree. I've worked with AS3 up until a few months ago but have also been moving to HTML5 for a few years besides. The amount of brainpower that is wasted on quirky legacy browser behaviour and the lack of consistency between them makes me long for the days where I could position and measure and control with ease and speed as in Flash.
Big AS3 fan here, it is less true today. I accept the fact that, while AS3 and Flash IDEs were exciting technologies to work with ( I worked with cool artists, musicians, video producers on crazy futuristic projects...), The underlying tech was bad, for 2 reasons
- security. this one is obvious.
- closed source tech. Flash is now almost dead since Adobe basically pulled the plug on the IDE and there is nothing AS3 devs can do about it. Yes the compiler is open source, but the player is not.
I made me appreciate the how important open technologies are. They do not solve everything. But they are important.
Frankly, as someone said somewhere else in the thread, Adobe killed Flash, by not opening the plugin's source code, by not trying to make it unnecessary. A lot can be done now with WebGL, C++ compilation can be done with Emscripten , Web APIs now cover a lot of what Flash used to do, and where was Adobe on that ? Edge Animate ? what a joke.
With the fall of Flash there are opportunities though, so that's a good thing. I'm thinking hard about it.
Re: Flash-Free Video in 2016
#137Earlier quoted context omitted.
Firefox has the setting "media.autoplay.enabled" for this. It mostly works, although some websites (notably Youtube) assume that autoplay succeeded and so the player acts slightly wonky, e.g. the played/paused state is backwards. I would be interested to know of any extensions that do similar and work better.
I have autoplay disabled in FF. The trick in Youtube is to double click the play button the first time. After that all works normally. (For some reason double clicking the video area doesn't produce the same result.)
Re: Flash-Free Video in 2016
#138Earlier quoted context omitted.
I totally agree. I've worked with AS3 up until a few months ago but have also been moving to HTML5 for a few years besides. The amount of brainpower that is wasted on quirky legacy browser behaviour and the lack of consistency between them makes me long for the days where I could position and measure and control with ease and speed as in Flash.
I might say much the same things about web development in general. Twenty, years later I still think its easier to create a desktop application with a remote SQL back-end than a web app for any moderately complex application. Data aware visual components and the like have only pale imitations in html/javascript/css. Things like crystal reports have been ported to the web environment but along the way seem to have los…
Re: Flash-Free Video in 2016
#139If they still serve video via Brightcove, seems like a big win for the Zencoder acquisition, which included the video.js player. I do see video.js in the source.
Re: Flash-Free Video in 2016
#140Earlier quoted context omitted.
What do you mean? There are extensions for blocking autoplay HTML5 media same as flash...
They don't work reliably (some things still autoplay), and sometimes they break the media entirely or don't discriminate between things you actually want to autoplay. For example, the one I currently have installed also blocks "gifv" files from autoplaying in the browser, even though there's no play button to click on. Every time I click on a reddit link that turns out to be a gifv file on imgur, it stays frozen on t…