close panorama

Zoombuttons plugin (zoombuttons.swf)


  • a simple plugin with buttons for zooming
  • attributes:
    • speed
      zoom speed when pressing the buttons, default="1.0"
    • modebutton
      show the button to change the mouse control mode
      "true" or "false", default="true"
    • hoverpos
      position of the hover text when hovering the modebutton
      "top" or "right", default="top"
  • flash source code included (AS3 for the free MXMLC compiler)

Screenshot:



example xml code - how to include it:
<krpano version="1.0.7">
   <plugin name="zoombuttons" url="plugins/zoombuttons.swf" />
   ...
</krpano>

example xml code - user defined zoom speed, no mouse mode button:
<krpano version="1.0.7">
   <plugin name="zoombuttons" url="zoombuttons.swf" 
           speed="0.2" modebutton="false" />
   ...
</krpano>