...
- http://jplayer.org/
- https://github.com/happyworm/jPlayer
- http://plugins.jquery.com/project/jPlayer
- License: GPL/MIT
- jQuery plugin but uses its own implementation of widget
- Flash-first, HTML5 as fall-back
- integrator doesn't write the <video> tag, the jPlayer plug-in does that
- seems quite skinnable (one demo shows a text-only audio player)
- infusion-style overridable selectors for all controls, feedback, etc.
- plugin figures out whether to use html or flash, and then for every action (play, seek, etc) calls the right function
- nothing built-in for the <track> element (for captions or subtitles)
- basic kbd a11y in place
- could use improvements (e.g. enter activates buttons, but not spacebar)
- skin doesn't include visual feedback of kbd focus
- volume slider itself not kbd-a11y (only mute/unmute)
...