help tw 6.5 in android
hi again I follow what leescott wrote about add a new line in index for android ( that´s what I understud; sorry for my english); here you are my index:
<html>
<head>
<META NAME="GENERATOR" Content="Tourweaver">
<title>Bienvenidos</title>
</head>
<body>
<script type="text/javascript">
var _url="";
var _bi=window.navigator.userAgent.toLowerCase();
if(_bi.indexOf("safari")>0)_url="mobile/index.html";
if(_bi.indexOf("iphone")>0 || _bi.indexOf("ipad")>0 || _bi.indexOf("ipod")>0) _url="html5/sample1.html";
else _url="flash/index.html";
window.location.href=_url;
</script>
</body>
that line is the line I add; I create new folder (mobile); I created new virtual tour in tw 6.5 for mobile; the problem is that when I insert page in my android, it goes to flash folder and not to mobile folder.
What I need is that virtualtour link to mobile folder. I resized image to 3000x1500 only for virtualtour in android system.
do you know what I should add to index for that?. Thanks a lot