but it looks that "onviewchange" ignores autorotate (or no user interaction).
Hi,
the onviewchange event doesn't ignore autorotate

, but in the examples the syncing is only activated when pressing the down the mouse button on a pano.
See in the xml files these lines:
<events onmousedown="set(syncother,true); events.onviewchange();"
onmousewheel="events.onmousedown();"
onviewchange="if(syncother, js( sync_2to1() ) );"
/>
By removing that 'if'syncother' check, it would be possible to sync always, but in this case I would disable the controls on the other panos completely (control.usercontrol=off) to avoid syncing problems.
Best regards,
Klaus