• I have created rotate action which you cann see in the following example. The point is that there is a 7 seconds delay before the rotate action begins. How do I engage the rotate action without any delays immediately after logading my panorama.

  • you do know that there is an autorotate feature built right into krpano. set autorotate to true or false. open the xml editor and the autorotate code is in there by default.

    you way will work. remove the wait(7); it wont wait for 7 seconds.

  • Thanks for the reply. I should have said it a bit different. I am aware of wait(7) line, however.
    I want the whole start section to start AFTER the panorama has loaded, not earlier.

  • use the onloaded event to trigger. open the xml editor you will see a list of events. apply the action you want to run to the event. xmlcomplete loads soon as the xml file is done being read. onloaded fires off when all the tiles have been loaded.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!