description:
25 different Flash control panel plugins for krpano.
The position of it can be controlled with the usual <plugin> attributes: align, x, y, ...
forum discussion thread:
krpano Forum - Flash Control Panel
download plugins:
controlpanels.zip
(plugin, 1.30MB)
<plugin name="controlpanel"
url="controlmenuV3notext.swf"
align="bottom"
/>
<action name="reset">
tween(view.fovmax, 120.0, 0.25);
tween(view.fov, 90.0, 0.50);
tween(view.fisheye, 0.0, 0.50, easeoutquad, set(display.flash10,on); );
tween(view.vlookat, 0.0, 0.50);
</action>
<action name="littleplanet">
set(display.flash10,off);
set(view.fovmax, 140);
set(view.stereographic,true);
tween(view.fov, 140.0, 0.5);
tween(view.fisheye, 1.0, 0.4);
tween(view.vlookat, 90.0, 0.50);
</action>