Hi, I need to change the layer's image when I clicked on that image. Then how I should have a text on that layer ie. on the image. <layer name="skin_thumbs_container1" type="container" align="righttop" width="100%" height="10%" y="-130" visible="true" > <layer name="va" url="images/theme.png" align="lefttop" x="10" y="-40" scale="1.5" enabled="true" visible="true" keep="true" onclick="skin_showthumbs1();" /> <layer name="ds" url="images/contemp.png" align="lefttop" x="10" y="0" scale="1.5" enabl...
Thank you Sudarchikov Andrey. I tried that already but it didn't work. Because I have three different sets of images. (ie) Three html and related xml(contain scenes) file. When I press change theme it will load different html and related xml. So it takes 1st scene by default. So maintaining last loaded scene from one theme to another theme is little different I think. Or if it is possible by your way, please correct me. Thanks. Edited : <krpano onstart="start();" <action name="start"> <!-- set d...
We owned a krpano in my office. It is very new to me. I have three types of theme settings to display a single project. I have a problem with that. I can load the new theme (ie)new set of images, (ie)a new page when I click a button. But by default it loads the first scene of that page. I need to load the new page with last viewed scene by the user. It has more than 5 scenes. I found were to edit by I don't know how. I am trying to fix this for last three days. Please help me out. <action name="...