close panorama

fieldOfView krpano plugins for Flash and/or HTML5
by Aldo Hoeben - fieldofview.com

Description

A series of free-to-use, opensource krpano plugins by Aldo Hoeben / fieldOfView

Plugins

autolevelsfor Flash
A plugin that dynamically applies an autolevels effect to the krpano view. When properly used, this can mimic autoexposure of a (video-)camera, or the adaptation of the human perceptive system.
clipboardfor Flash
A plugin that provides write-only access to the clipboard. This is useful eg to put a link to the current view into the viewer's clipboard.
dblclickfor Flash & HTML5
A plugin that adds a doubleclick event to krpano.
gyrofor HTML5
A plugin that uses the gyroscope in devices such as the iPhone 4 and iPad2 to control the view.
stringfor Flash & HTML5
A plugin that adds vector-math calculations to krpano.
vectormathfor Flash
A plugin that adds string manipulation functions to krpano.

Download

The plugins, sources and examples are available as a single package

fovplugins.zip  (plugin, source code & examples)

Compiling

To build the flash plugins from the supplied source files, you need the open source Flex SDK, version 3.2 or newer.

To compile a swf, use the following commandline options (in a single line):

mxmlc -target-player=10.0.0 -use-network=false
    -static-link-runtime-shared-libraries=true [filename].as

Javascript are simply compressed using the YUI compressor. Alternatively you may use the source-version instead of the compressed version.

License

CC-BY-3.0 The plugin can be used free of charge, in commercial or non-commercial applications. The source code is available under a Creative Commons Attribution license.

In a nutshell, this means you are free to use the software and its source code in your projects. If you use the source code in a another software project, you are required to add attribution to the author(s). You are encouraged to share the your source code under a similar fashion, but it is not a requirement.