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.
This post has been edited 1 times, last edit by "Umalo" (Apr 4th 2014, 9:46pm)
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Thanks a lot. It works very well and it's easy to customize even for a newbie like me.
I have a question regarding hotspots.
In the .xml I wrote this code down below <!-- place your scene hotspots here --> :
<hotspot name="spot1" style="skin_hotspotstyle" ath="-79.900" atv="6.284" linkedscene="scene__69A0138_39_40_41_42_Panorama" />
But the hotspot doesn't show.
I checked the skin xml too but everything seems to be fine.
Any tips on how to had hotspots when integrating side bars and menus?
Some action or code seems to bypass typical hotspot codes..
Thank you for your time!
Phil
This post has been edited 1 times, last edit by "matus" (Jul 8th 2014, 10:18am)
This post has been edited 1 times, last edit by "Umalo" (Jul 9th 2014, 11:33am)
![]() |
Source code |
1 2 |
set(plugin[%menu_0].url,%FIRSTXML%/plugins/textfield.swf); set(plugin[%menu_0].padding,'0 0 0 5'); |
![]() |
Source code |
1 |
set(plugin[%menu_0].css,font-family:Arial; font-size:11px; color:#000000; text-align:left; font-weight:bold); |
This post has been edited 1 times, last edit by "Morko" (Oct 9th 2014, 10:20am)
![]() |
Source code |
1 2 3 4 5 |
<plugin name="logo" url="gui_menu/logo.png" keep="true" visible="false" align="lefttop" x="-20" y="10" alpha="1" handcursor="true" zorder="15" parent="menu_background" onloaded="set(new_x,get(menu_settings.background_width));dec(new_x,get(menu_settings.logo_width));div(new_x,2);set(x,get(new_x));set(visible,true);set(alpha,get(menu_settings.logo_transparency));" onclick="openurl('http://www.xyz.com',_self);" onhover="showtext(hello);" /> |