you need to disable and enable the autorotate by yourself, this can't be done automatically.
e.g. when showing the video do also:
|
Source code
|
1
|
set(autorotate.enabled,false);
|
and when hiding the video:
|
Source code
|
1
|
set(autorotate.enabled,true);
|
Best regards,
Klaus
Hi, Klaus, if I understood correctly, I need to disable autorotate for the whole project, than go into each individual pano's XML, and enable it. Also, on the XML where the videos are, add the code you wrote? Is this correct? Ive been browsing through the XML files and not sure exactly where is it I need to add the code that would make that individual pano and video to show and pause. Many thanks!