Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for May 23, 2013
An "enum" for Python 3
An unexpected perf feature
LWN.net Weekly Edition for May 16, 2013
A look at the PyPy 2.0 release
codec support
Posted Nov 15, 2012 18:30 UTC (Thu) by bjartur (guest, #67801) [Link]
Nobody is writing a movie decoder in JavaScript. At least not for Mozilla.
initialize: function initialize() { this._element = document.createElement('video'); this._element.controls = true; this._element.setAttribute("style", "position: absolute; top: 0px; left: 0px"); this._added = false; },
https://github.com/mozilla/shumway/blob/master/src/flash/media/Video.js
Posted Nov 16, 2012 12:02 UTC (Fri) by coriordan (guest, #7544) [Link]
If Shumway can get 2D games and websites that have SWF buttons and menus working, then it's a big help and no FLV or MP3 is required.
(I don't have an easy solution for the video formats, but I'm reluctant to start by saying "Let's give up".)
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds