
slideShowProInstance.keyboardControl
Property; a String that indicates whether user keyboard input is allowed. Options include "Off" and "On." The default option is "On."
If set to "On", SlideShowPro for Flash accepts the following character inputs:
F: Enter full screen
G: Open/close gallery
N: Hide/show navigation bar
Left arrow: Load previous image
Up arrow: Skip to next image number group
Right arrow: Load next image
Down arrow: Skip to previous image number group
Space Bar: Pause/Auto-Play
The following example tells the slideshow instance to listen for keyboard commands:
my_ssp.keyboardControl = "On";