This demo could be improoved, applying WAI-ARIA to the slider (keyboard control and ARIA support)
like in http://test.cita.illinois.edu/aria/slider/slider1.php
This demo derives from http://flowplayer.org/plugins/javascript/controlbar.html and has some minor changes:
<a class="play">play</a>into
'<a class="play" href="javascript:;" title="play" role="button">play pause</a>'and modified all events, in order to chang link title accordin to image and function, for example
// pause / resume states
self.onPause(function() {
play.className = opts.playClass;
play.title = opts.playClass;
});