Currently, I am in the process of developing a virtual panoramic tour that features various panoramas linked together with hotspots. Each panorama contains a video hotspot that plays a video.
However, I have encountered an issue where every time a new scene loads, I have to physically touch the display for the video to load. Panotour has mentioned that this behavior is normal.
My goal now is to find a solution that allows all the videos to play or stop with just one touch when entering VR mode. I attempted to create an array of all the videos and control their playback following the first touch, but this method only works for the videos in the initial scene and not the subsequent ones.
Another approach I attempted was using a global layer to insert the video source and position via JavaScript on the play button. However, global layers do not support VR stereo mode.
Furthermore, I explored consolidating all the video hotspots in the first scene, but this strategy failed as it does not allow for the presence of multiple hotspots with the same ID.
If anyone has any suggestions on how I can achieve the goal of having all videos play with just one touch upon entering VR mode, I would greatly appreciate it.
Thank you, Alex
Panotour Pro 2.5.5