| Author |
Making videos functionality accessible by Keyboard(508 Compliance)
|
Hemant Thard
Ranch Hand
Joined: Dec 23, 2008
Posts: 119
|
|
Hi Guys,
I need some advice on how to make multimedia 508 compliant.
one of my requirement is to make video player that runs on client browser to be 508 compliant. Its functionality like Pause, Play, forward, backward etc should be accessible by keyboard, very much like the way Youtube has implemented.
I am trying to find the solution for this for quite a while. I came across JW Player that says can be customized. though i am not sure of that.
Can anybody give me advice or pointers to achieve this functionality.
Help will be appreciated.
Thanks & Regards,
HHemant.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56205
|
|
|
If you are using the HTML5 <video> tag, this book has an entire chapter on doing just that.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Background: Section 508 is a US Federal Government law about making websites available to people with assorted disabilities. The keyboard use is to help blind or vision impaired or motor impaired users navigate the website.
For motor impaired users, video is fine as long as the mouse isn't required. For blind users, only the audio is available. (and even that assumes the user isn't blind and deaf.) It is likely you will have to provide a textual transcript in addition to the video to meet Section 508 compliance.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Making videos functionality accessible by Keyboard(508 Compliance)
|
|
|