![]() |
|
|
|
|
|
||||||||||
|
| User list | Rules | You are not logged in.
macbenutzer wrote:
Hope it is clear now?
Hey Peter!
I did that two hours ago - i described it in the other thread.
here´s the url for testing:
http://www.klausesser.de/Pad.html
I used the script Renan postet here. Pastet it
into a new generated "generic.html"
The result is: i can´t move out of a node when i "click" a hotspot - i just goes back to the start-view of the same node.
best, Klaus
Offline
When looking into your sourcecode i still can see the "0" causing the error. Delete it and it will work.
wrong: embedpano({target:"panoDIV",swf:"Pad.swf",xml:"Pad0.xml",width:"100%",height:"100%",allowFullScreen:"true"});
good: embedpano({target:"panoDIV",swf:"Pad.swf",xml:"Pad.xml",width:"100%",height:"100%",allowFullScreen:"true"});
Good luck! Peter
Offline
macbenutzer wrote:
When looking into your sourcecode i still can see the "0" causing the error. Delete it and it will work.
wrong: embedpano({target:"panoDIV",swf:"Pad.swf",xml:"Pad0.xml",width:"100%",height:"100%",allowFullScreen:"true"});
good: embedpano({target:"panoDIV",swf:"Pad.swf",xml:"Pad.xml",width:"100%",height:"100%",allowFullScreen:"true"});
Good luck! Peter
Hi Peter!
Thank you - i´ll have a look at it right now!
best, Klaus
Offline
macbenutzer wrote:
Good luck! Peter
Hey Peter!
Works!! Can i use the same procedere to change the generic.html?
It´s: "embedpano({target:"panoDIV",swf:"$(SWF)",xml:"$(FIRST_PANO_XML)",width:"100%",height:"100%",allowFullScreen:"true"});"
Should i erase the "0" so that it is "FIRST_PANO_XML"?
best, Klaus
Offline
Andrew and Peter - again many thanks for helping!!!! ![]()
![]()
![]()
![]()
![]()
best to you, Klaus
Offline
klausesser wrote:
macbenutzer wrote:
Good luck! Peter
Hey Peter!
Works!! Can i use the same procedere to change the generic.html?
It´s: "embedpano({target:"panoDIV",swf:"$(SWF)",xml:"$(FIRST_PANO_XML)",width:"100%",height:"100%",allowFullScreen:"true"});"
Should i erase the "0" so that it is "FIRST_PANO_XML"?
best, Klaus
Just remove this part....
xml:"$(FIRST_PANO_XML)",
...altogether.
Offline
mediavets wrote:
Just remove this part....
xml:"$(FIRST_PANO_XML)",
...altogether.
Hi Andrew - where do i find it?
best, Klaus
my generated code is:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Virtual Tour generated by Autopano Tour</title>
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
</head>
<body>
<script src="swfobject/swfkrpano.js"></script>
<h1>Project : $(PROJECTNAME)</h1>
<div id="panoDIV" style="height:100%;">
<script>
embedpano({target:"panoDIV",swf:"$(SWF)",width:"100%",height:"100%",allowFullScreen:"true"});
</script>
<noscript>
<div id="tour">
<object width="100%" height="100%">
<embed src="$(SWF)" width="100%" height="100%" allowFullScreen="true">
</embed>
</object>
</div>
</noscript>
</div>
</body>
</html>
Can´t see any "xml: . . . "
That´s the "generic.html" from the "Kolor>>Template>>HTML>>generic.html"
Last edited by klausesser (2010-11-06 22:27:12)
Offline
klausesser wrote:
mediavets wrote:
Just remove this part....
xml:"$(FIRST_PANO_XML)",
...altogether.Hi Andrew - where do i find it?
best, Klaus
In the original generic .html file.
If this is absent from your generic.html file then you have already made the fix.
Offline
mediavets wrote:
In the original generic .html file.
If this is absent from your generic.html file then you have already made the fix.
We´ll see whether it works . . ![]()
best, Klaus
Offline
klausesser wrote:
macbenutzer wrote:
i know that we are in beta status. but i just wanted to ask because this error was not reported before and with other examples the hotspots are working. mine are not :-( and i would like to know what i should change to make them work.
i used the defalt theme in Panotour beta 2 and checked the litte checkbox "mobile devices" (do remember the correct name of the checkbox). all images are full 360x180.
are there other things to look after?Ich glaube, Du mußt eine "restricted domain" eintragen - am besten Deine Eigene.
Die Jungs kriegen es nicht auf die Reihe, sich vertständlich zu artikulieren . .
Ist ja ´ne alte Kolor-Spezialität . . .
Mir ist das mit den hotspots auch noch nicht gelungen.
Gruß, Klaus
Hi guys,
In english please, if not I can't understand!
Offline
pu2wxp wrote:
Hi guys,
In english please, if not I can't understand!
Sorry:
I guess you have to set a "restricted domain" entry. Use your own one.
Seems to be hard to write an easy understandable discription . . ![]()
![]()
I only recently managed to use hotspots on iPhone/Pad/Pod and i´m still testing.
best, Klaus
Offline
klausesser wrote:
pu2wxp wrote:
Hi guys,
In english please, if not I can't understand!Sorry:
I guess you have to set a "restricted domain" entry.
I don't think so.
Last edited by mediavets (2010-11-13 15:33:36)
Offline
mediavets wrote:
klausesser wrote:
pu2wxp wrote:
Hi guys,
In english please, if not I can't understand!Sorry:
I guess you have to set a "restricted domain" entry.I don't think so.
i somewhere read to use "restrictzed domain" entry for some features - will post a screenshot.
best, Klaus
here (whatever it means . . )
Last edited by klausesser (2010-11-13 15:42:10)
Offline
B is definitely a better solution (to save time) as it will prevent from doing A for each tour that is built.
Offline
klausesser wrote:
mediavets wrote:
Just remove this part....
xml:"$(FIRST_PANO_XML)",
...altogether.Hi Andrew - where do i find it?
best, Klaus
my generated code is:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Virtual Tour generated by Autopano Tour</title>
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
</head>
<body>
<script src="swfobject/swfkrpano.js"></script>
<h1>Project : $(PROJECTNAME)</h1>
<div id="panoDIV" style="height:100%;">
<script>
embedpano({target:"panoDIV",swf:"$(SWF)",width:"100%",height:"100%",allowFullScreen:"true"});
</script>
<noscript>
<div id="tour">
<object width="100%" height="100%">
<embed src="$(SWF)" width="100%" height="100%" allowFullScreen="true">
</embed>
</object>
</div>
</noscript>
</div>
</body>
</html>
Can´t see any "xml: . . . "
That´s the "generic.html" from the "Kolor>>Template>>HTML>>generic.html"
Hi,
I tried using this code, but did not work. HTML generated an error and has not opened the tour. I could not identify what is wrong, comparing the generic-new.html with original generic.html.
So I just deleted in the original generic.html this part of the code {xml: "$ (FIRST_PANO_XML)",}, and the tours are now fully compatible with the iPhone and iPad. Hotspots are working and even the drop-down menu.
Look here: http://www.vistapanoramica.com.br/mobil … retti.html
And the news on my blog about the compatibility of the new iPhone and iPad tours here::
http://www.vistapanoramica.com.br/blog/ … ne-e-ipad/
And I have to say! It's realy, realy cooll!
I Can't wait for the new release of Panotour PRo with new Krpano.
Offline
pu2wxp wrote:
And I have to say! It's realy, realy cooll!
I Can't wait for the new release of Panotour PRo with new Krpano.
Hey, Luciano!
Thanks, man! ![]()
best, Klaus
Offline
Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
|
CHOOSING KOLOR Why choose Kolor? Which solution to choose? Download a trial Where can I buy? Education |
SOFTWARE Autopano Pro Autopano Giga Panotour Panotour Pro XnView |
ACCESSORIES Training DVD Panobook PROJECTS Paris 26 Gigapixels Yosemite 17 Gigapixels |
COMMUNITY Forums YouTube channel Google+ |
COMPANY Blog About Kolor Resellers Contact Visit us |
PRESS Press center Press review TOOLS My account |
