On Wed, Mar 17, 2010 at 10:39 AM, Platonides Platonides@gmail.com wrote:
Would it help adding a <link rel="prefetch"> to the first video in the page?
In Firefox, yes. Does anyone else implement that? If it's only Firefox, we could just as well replace Cortado with <video autobuffer> to begin with as soon as the page loads. In Chrome and Safari, we don't even need the autobuffer, since they don't implement it. (Actually, <video autobuffer preload=auto> would be the current way to do it, given recent spec changes.)
BTW, the current video handling doesn't work without javascript. I thought we provided a link in such case. Now there's just an useless button.
There's always a link on the File: page itself, no?