close panorama

Camera Controls (cameracontrols.swf)

by Andrei Stanescu - andrei.stanescu@2am.ro

description:
It's very simple, not much to customize on it. The only custom attribute is "zoom_refresh_fps" which tells the plugin how frequent it should check fovmin, fovmax and fov values for any changes and adjust the visual zoom slider.
The position can be controlled with the usual <plugin> attributes: align, x, y, ...

forum discussion thread:
krpano Forum - Camera Controls

download plugin:
cameracontrols.zip (plugin and example, 122kb) download source (Flash CS3, .fla):
cameracontrols_source.zip (plugin source, 445kb)


xml usage example:
<plugin name="cameracontrols" 
        url="cameracontrols.swf" 
        zoom_refresh_fps="10" 
        keep="true"
        align="leftbottom"
        x="20"
        y="20"
        />


example:
CLICK TO VIEW EXAMPLE