views:

2191

answers:

2

I'm interested in building a custom video player in HTML5. I have no problem embedding html5 video media utilizing the dual format of Ogg and h.264. My main issue is in referencing the API for the video tag element. What properties and event listeners do I have access to via javascript?

A: 

All the ones listed in the spec … if they are implemented by the particular browser that is being used.

This is one of the problems with working with draft specifications.

David Dorward
A: 

See This article on dev opera

Rich Clark
Thanks this sums it up quite well!
Jim Jeffers