That depends on the type of a
logo you want. An example of a nadir
logo can be found in the Krpano download package (krpano/examples/xml usage/nadir
logo).
If you want a
logo placed as layer on the screen, then solution might be something like this:
|
Quellcode
|
1
2
3
|
<layer name="logo"
url="logo.png" keep="true" enabled="true" width="150" height="150" align="righttop" x="10" y="10" alpha="0.5" onover="tween(alpha,1,1);" onout="tween(alpha,0.5,1);" onclick="openurl('http://www.google.com.ua',_blank);"
/>
|
Try this code (changing image url and website address, of course

). Note that openurl(); works only if a tour is published online due to Flashplayer security settings.
Hope this helps