AutoRotate Problem iOS

  • Hi, I have a virtual tour that runs through all the different areas by itself - rotating for 60 seconds (using AutoRotate) and then transitioning to the next pano. It does this by playing an action that simply 'waits' for 60s and then loads the next image. This works fine on the PC but on idevices the images do not rotate - just remains static for 60s and then loads the next image.

    Link here: http://www.sphericalimages.com/whitgift-school/virtual-tour.html

    Here are some of the actions:

    Code
    oninterrupt(break); wait(60); loadpano(virtual-tour0.xml,null,KEEPBASE|NOPREVIEW,BLEND(1));oninterrupt(break); wait(60); loadpano(virtual-tour2.xml, null, MERGE, BLEND(1));closeTitle();oninterrupt(break); wait(60); loadpano(virtual-tour3.xml, null, MERGE, BLEND(1));closeTitle();oninterrupt(break); wait(60); loadpano(virtual-tour4.xml, null, MERGE, BLEND(1));closeTitle();


    The full XML files can be found here: http://www.sphericalimages.com/whitgift-school/

    Can anyone help?!

Participate now!

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