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?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

See This article on dev opera

link|improve this answer
Thanks this sums it up quite well! – Jim Jeffers Mar 2 '10 at 3:29
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.