 | video web players that use keyboard commands
on Dec 5, 2010 at 7:00:55 am |
Hi:
I'm working on a project to deliver web video in a player that is friendly to viewers with motor coordination issues.
For this group using a mouse to control the embedded player (play, pause, rewind, adjust audio level, etc.) is not practical. However, using a standard keyboard (e.g., space bar, arrow key, return/enter key) commands would be fine.
Anyone know of a web video player that can be controlled this way? Thanks.
Argus
 | Re: video web players that use keyboard commands on Dec 5, 2010 at 4:47:33 pm |
hello...
youtube supports those sort of controls by default:
http://code.google.com/apis/youtube/player_parameters.html#disablekb
(that param is enabled by default, so you would be good to go - look beneath it a bit to see the controls they support)
sitruc
 | Re: video web players that use keyboard commands on Dec 5, 2010 at 7:48:58 pm |
Thanks for the information.
Argus