As far as I can find on Google, there is only one HTML5 player with flash, using the same API for both players, http://mediaelementjs.com .
I have a very dynamic site layout where most of the other HTML elements on the page should change state in accordance with this video event:
- beforeLoad
- Onload
- onplay
- Onpause
- Onstop
- Onend
JQuery is used to change states, so it is recommended to use HTML5, which works well with jQuery.
Are there others who do better work or offer more control over events? If the media element is the only one, I would love to hear your experience with it.