Integrated Web Server

Pano2VR includes a local web server built in to the software. It simulates an active web server so you can view your project locally (HTML5 restricts local viewing for security reasons). You can also simulate slower connections to see how a project might download and play back.

Integrated Web Server

Once a project is outputted as HTML5, the project will open in your default browser. The project is not uploaded to internet or online.

If you’d like to put your project online, simply copy the output folder (and its entire contents) to a web server and link to the index.html file (http://www.mywebsite/output/index.html).

The integrated web server is great for not only testing how the project works, but also for testing on secured sites. For both iOS and Android, features like access to the gyroscope require a secured site.


See also