It is clear to me that this is a Google Chrome Experiment, from their labs, and that they did not had any intention of it working on any other browser but i got curious...
i was doing some research on it and they appear to be using sync xhr calls which causes FF to hiccup even after all this time.
That would explain blocking of Firefox, but they're blocking Safari and WebKit nightly and... everything else that doesn't have "Chrome" in User-Agent string: http://yfrog.com/z/kh1rylsqj
None of this '90s-style sniffing is necessary: HTML5 supports multiple <source> elements allowing browser to choose and has canPlayType('video/webm') for JavaScript.
You are right, the error i get on my console isn't related to that, i misunderstood the error i get, i tried replicating today and the xhr request goes trough ok, http://yfrog.com/gysa24p makes me wonder what was my original problem, ill try to stop commenting by impulse.
this article is written with the obvious intention of bashing google, the writer didn't even do his research because honeycomb 3.2 source is available.
Only the GPL/LGPL parts are available, but the Honeycomb code isn't viewed as ready for public consumption yet. My guess is that we'll finally see the code when Ice Cream Sandwich rolls out.
Some openness. Waiting for corporations to deem it fit for public scrutiny but not public usage? Makes me suspicious if they released all the GPL'd parts or if they missed some.
"this article is written with the obvious intention of bashing google" i agree, it is way faster to develop for just 1 browser, plus we should be celebrating people are trying to break ground doing this awesome videos, i can only begin to imagine all the impressive work that what went into this video, good one google +1
i was doing some research on it and they appear to be using sync xhr calls which causes FF to hiccup even after all this time.
https://bugzilla.mozilla.org/show_bug.cgi?id=383304 https://bugzilla.mozilla.org/show_bug.cgi?id=313646
they are marked as resolved but i just confirmed the xhr sync calls dont work in some cases.
google is using the sync calls here http://www.allisnotlo.st/static/js/API.js
Here you can try this to try and play the video on FF https://gist.github.com/1109890
you will notice your console throws some errors around line 42 of that file, if anyone knows what else is wrong here please let me know.