close panorama

Clipboard Plugin clipboard.swf for Flash
by Aldo Hoeben - fieldofview.com

Description

This plugin provides a way to copy text into the system clipboard.

Access to the clipboard is write-only, so you can not paste into the krpano viewer. The clipboard plugin has a single attribute which can be set through krpano actions.

Download

clipboard.swf  (plugin only)

The clipboard sources and examples are available as part of the fovplugins package

fovplugins.zip  (plugin, source code & examples)

Syntax / XML Usage Example

<plugin name="clipboard" 
        url="clipboard.swf" 
        keep="true"
        />

<action name="set_clipboard" >
        set(plugin[clipboard].text,"copy to clipboard");        
</action>

Plugin Attributes

text
Text to copy to the system clipboard.
values: text

Example

CLICK TO VIEW EXAMPLE

License

CC-GNU GPL The plugin can be used free of charge, in commercial or non-commercial applications. The source code is available under a CC-GNU GPL license. If you need (parts of) the software available under a different license, contact the author.