Hi,
in HTML5 all keys should work, but by default no keys are set for zooming.
Set this xml to use A, Shift and + for zooming-in and Z,Y, CTRL and - for zooming out:
|
Source code
|
1
|
<control keycodesin="16,65,107" keycodesout="17,89,90,109" />
|
See also here:
http://krpano.com/docu/xml/#control.keycodesin
To get the keycodes for some keys this snippet could be used:
|
Source code
|
1
|
<events onkeydown="showlog(); trace(keycode);" />
|
But in Flash only a limited set of keys (e.g. tab, space, arrow keys) is working in fullscreen mode - see:
https://helpx.adobe.com/flash-player/kb/…oard-input.html
Newer Flashplayer versions are supporting now also a new fullscreen mode with more key input, but that's not implemented in the krpano Flash viewer yet.
Best regards,
Klaus