None of my projects created with panotour 1.8 are working. When loaded, an install flash error message appears.
I create projects with lots of panos. Rarely less than 150 panos. I have maybe 100 projects created with panotour 1.8
The projects were based on flash with a line of code to use on iPhones. The javascript worked on iPads at the time. The projects work ok on iPhones today, but nothing else. I have tried rewriting the html to match todays krpano exports. Including adding html5:"always" This allows the projects to load, however, the controls for the buttons or to change the view do not work at all. The keyboard buttons have no effect either. The only response is double clicking for full screen and control, click to get the view options such as architectural.
I was hoping to be able to quickly change the code to get everything working again. I was hoping for a quick fix as I have so many projects. I could recreate the projects in Panotour 2.5 however loose the floorplan, and again was hoping for a quick fix. The projects are all called "INDEX" to make global changes easier.
I also get this error message
ERROR: Invalid expression: plugin[mapspot134].blingCounter > 0
Am I missing something obvious or is there a quick fix? Help is very much appreciated!
Rich
here is the sample html
<!DOCTYPE html><html><head> <title>krpano - GUEST MASTER SUITE</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, viewport-fit=cover" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="mobile-web-app-capable" content="yes" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="x-ua-compatible" content="IE=edge" /> <style> html { height:100%; } body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; } </style></head><body>
<script src="INDEX.js"></script>
<div id="pano" style="width:100%;height:100%;"> <noscript><table style="width:100%;height:100%;"><tr style="vertical-align:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript> <script> embedpano({swf:"INDEX.swf", xml:"INDEX.xml", target:"pano", html5:"always", mobilescale:1.0, passQueryParameters:true}); </script></div>
</body></html>