Hi Andrey Is the following line supposed to set and load the scene?: Source code 1 krpano.call("loadscene(" + scene + ")"); I'm having trouble getting it to work - in my current xml file I have the following: Source code 1 <action name="startup"> <!-- load the first scene --> loadscene(get(scene[0].name), null, MERGE); Am i supposed to remove this or put something else in it's place - when i remove it nothing loads! thanks
Thanks Andrey, works great!
Hi I've created a virtual tour with a number of scenes, but would like to control the opening scene by using a get variable: eg website.com/pano/?scene=lobby ..would open name="lobby" Do i pass this in somehow from the html page? Thanks