News Examples Documentation Download Buy Forum Contact

Documentation

Plugins

XML Extensions

Tools


Third Party Software
for krpano

Camera Controls Plugin 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, ...

Download

cameracontrols.zip  (plugin and example included, 122kb)
cameracontrols_source.zip  (plugin source code, Flash CS3 .fla file, 445kb)

Syntax / XML Usage Example

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

Plugin Attributes

  • zoom_refresh_fps
    • How frequent should the plugin check the fovmin, fovmax and fov values for any changes and adjust the visual zoom slider, default=2.

Example

CLICK TO VIEW EXAMPLE