Top "Html5-video" questions

HTML5 video is an element introduced in the HTML5 draft specification for the purpose of creating a standards-compliant, plugin-free way for playing videos and movies, partially replacing the object element.

Checking if a html5 video is ready

is there an JavaScript event triggered, if a HTML5 video is ready for playback?

javascript html html5-video
How to prevent html5 video from loading before playing?

I have several html5 videos on one page and I've just realized that when you visit the page, all the …

html video html5-video
The canplay/canplaythrough events for an HTML5 video are not called on Firefox. Why?

I'm building a jQuery plugin for managing HTML5 videos. I'm trying to capture the canplay and canplaythrough events. In Chrome, …

javascript jquery html5-video
How can I set preview of video file, selecting from input type='file'

In one of my module, I need to browse video from input[type='file'], after that I need to show …

javascript jquery html video html5-video
How to check if the browser can play mp4 via html5 video tag?

How to check if the browser can play mp4 via html5 video tag?

html html5-video
Play HTML5 Video when scrolled to

Is there anyway to autoplay a HTML5 video only when the user has the video (or a certain percentage of …

javascript jquery html video html5-video
rounded corners on html5 video

Is there a way I can cut off the corners of my html5 video element using the CSS3 border-radius attribute? …

google-chrome webkit html5-video css
VideoJS centered play button

I thought I'd share a piece of code that might come in handy to someone. This is a function that …

video video-streaming html5-video
setAttribute and video.src for changing video tag source not working in IE9

I have literally read every stackoverflow thread regarding changing the video tag source dynamically via javascript in IE9, including the …

javascript internet-explorer html5-video setattribute
can't seek html5 video or audio in chrome

I've been fiddling with the hell that is HTML5 video/audio for a couple of weeks now. Usually the reason …

html google-chrome html5-video html5-audio