| transcription |
If set to "yes" then show the extra buttons associated with transcription: toBegin, rewind, fastForward, toEnd. It will also show the playback speed control.
You will probably need to use a larger width and height for the Applet to fit the extra GUI components. |
no |
playHotKey
recordHotKey
pauseHotKey
stopHotKey
toBeginHotKey
rewindHotKey
forwardHotKey
toEndHotKey |
Specify hot keys that can be used to control ListenUp from any application. You could, for example, be using a word processors and hit "F5+ALT+SHIFT" and start playback of audio.
The parameter is a string that specifies the hot key to associate with the given function. You specify the key first, followed by the modifiers, separated with '+' characters. The legal modifiers are:
- "alt" for the Alt key
- "ctrl" for the Control key
- "shift" for the Shift key
- "os" for the Windows key on Windows and the Apple key when using Macintosh. (Macintosh not yet supported)
For example, to associate the 'P' key with the Alt and Shift modifiers use:
<param name="playHotKey" value="p+alt+shift">
|
none |