PanoramaStudio v3 creates a folder with this content:
/phocapanorama/Test/Eingangsbereich_tiles/ (all photos of panoramainside)
/phocapanorama/Test/Eingangsbereich.html
/phocapanorama/Test/Eingangsbereich.json
/phocapanorama/Test/Eingangsbereich_controls.json
/phocapanorama/Test/panoStudioViewer.js (this filname is always the same)
The html file has tis content:
Code: Select all
<!DOCTYPE HTML>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta property="og:image" content="Eingangsbereich_tiles\Eingangsbereich_thumb.jpg">
<title></title>
</head>
<body>
<div align="center" style="height: 100%; overflow:hidden;">
<noscript><div style="color: red; width: 30%; border: 1px solid red; padding: 4px; font-family: sans-serif;">ERROR: Your web browser must have JavaScript enabled to show this panorama.</div></noscript>
<div id="panoStudioViewerID" style="position: absolute; left: 0px; top: 0px; width: 100% ; height: 100% ;"></div>
<script type="text/javascript" src="panoStudioViewer.js"></script>
<script type="text/javascript">panoStudioViewer.insert("panoStudioViewerID","Eingangsbereich.json",{html5:"disable_webgl_warning"});</script>
</div>
</body></html>
I have set "panoStudioViewer" in options. Javascript is selected.
I've created a category and then a item "Test". Panoramafolder is "Test".
I added no iframe code. I do not have one and do not know how it should look like if the code is necessary.
I added Menu item linked to category.
It does not work:
http://schatzkiste-lennestadt.de/index. ... lichkeiten
Maybe the fault is coming from here:
Note - all panorama items should use the same name for the exported files - only the folders should have different names!
But how should this work. There are 206 single jpg's with of course different names in the /Eingangsbereich_tiles/ folder.
What is wrong?
Thanks!