Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Hi! Of course,I know that can be send the current URL to the clipboard ( copyLink () ).
Can be do the same to a variable in KRpano?
regards
pietero
![]() |
Source code |
1 |
set(myvariable, get(plugin[swfaddress].fullurl)); |
![]() |
Source code |
1 |
copy(myvariable, plugin[swfaddress].fullurl); |
No, the source files is not included and I have no plans to sell the source files.
Why are you need it?
Don't understand why the manual mode of the plugin don't fits your needs?No, the source files is not included and I have no plans to sell the source files.
Why are you need it?
We need to adept it to fit our krpano template system needs (basicly I want my interface to control the information for swfadress, rather then putting an xml node and let swfadress read it out). But if the source isn't available, then I have to re-create it. :) thanks anyways, maybe Ill try it out for just 10euro ;)
![]() |
Source code |
1 2 3 4 |
<action name="activatepano"> events.changepanorama(1); wait(blend); </action> |
![]() |
Source code |
1 |
krpano.set("plugin[swfaddress].value", value);krpano.set("plugin[swfaddress].title", value); |
This post has been edited 4 times, last edit by "jaydee" (Mar 14th 2011, 10:44am)
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
<plugin name="bitly" url="plugins/bitly.swf" apikey="YOUR_API_KEY" login="YOUR_LOGIN" onsuccess="trace(URL successfuly shortened: %URL);" onerror="showlog(); trace(The URL cannot be shortened);" /> <plugin name="shortenbutton" url="images/shorten.png" onclick="plugin[bitly].shorten(http://krpano.com/plugins/, true);" /> |
This post has been edited 2 times, last edit by "jaydee" (Mar 29th 2011, 6:10am)