Preload Videos html5
The
preload attribute does exactly what you’d guess. Though, with that said, you should first decide whether or not you want the browser to preload the video. Is it necessary? Perhaps, if the visitor accesses a page, which is specifically made to display a video, you should definitely preload the video, and save the visitor a bit of waiting time. Videos can be preloaded by setting
preload="preload", or by simply adding
preload. I prefer the latter solution; it’s a bit less redundant.
<video preload>
I agree! But I do consider HTML5 to be more than just the spec that the W3C validator checks your document against. Part of html5 audio player
ReplyDeleteinvolves standards for bolt on technology including web workers, CSS3, server sent events, etc. that are going to (I hope) revolutionize the web and do away with the need for 3rd party browser plugins