To view parent comment, click here.
To read all comments associated with this story, please click here.
> It's not standard.
Are all the various video formats standard?
> It doesn't work if you don't have a flash plugin.
Video doesn't work if you don't have a player either. Even if you have a player, you may lack the necessary codecs. On the other hand, nobody I know ever had problems with the codecs when playing flash videos.
> It uses a generic plugin to load a code (that can be potentially
> malicious) to ask the plugin to display the video, which is utterly
> complicated for something that should be as simple as <embed
> src="..."/>.
This is only an issue if the relevant plugin has security issues. But the same applies to a video player. Exploits have been found in JPEG viewers before (!) so "passive" formats do not entirely protect from malware. In the end, code is passive too.
(Please understand that I'm playing the devil's advocate. In an ideal world, Flash would be an unnecessary burden for video playback. But the world isn't ideal, and there are reasons why sites like Youtube chose to build their own player - I expect the codec hassles to play a major role here.)
"Are all the various video formats standard?"
No, not all of them. There are standardized, free and open video standards that support streaming. Their documentation is open, so everyone skilled can write encoders, decoders, players and plugins for it, they could even be implemented as standard parts of a web browser. The same is correct for audio streaming.
"(Please understand that I'm playing the devil's advocate. In an ideal world, Flash would be an unnecessary burden for video playback. But the world isn't ideal, and there are reasons why sites like Youtube chose to build their own player - I expect the codec hassles to play a major role here.)"
Worst solution wins, busines as usual. :-)
I'd like to see "Flash" being a free and open standard. Such as browsers can render text, display images and process Javascript, they should be able to play "Flash" stuff by theirselves if "Flash" really is that important. But I'm sure I won't see this happening as long as I live. Instead, "Flash" will obsolete HTML and raise barriers all over the web. But finally, the Internet does not consist of the WWW only.





Member since:
2006-09-30
It's not standard.
It doesn't work if you don't have a flash plugin.
It uses a generic plugin to load a code (that can be potentially malicious) to ask the plugin to display the video, which is utterly complicated for something that should be as simple as <embed src="..."/>.