HTML5’s <video> autobuffer Attribute
A big part of the appeal of the
<video>
and<audio>
elements is that they should be easier to use. As it stands today, though, these elements are unusable in popular contexts without resorting to JavaScript DOM manipulation to effectively turn auto-buffering off.