You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#26 2010-11-06 01:11:38

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6601
Website

Re: iPhone/iPad Tour: Hotspots not working?

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


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#27 2010-11-06 01:22:09

macbenutzer
Member
From: Aachen - Aix-la-Chapelle
Registered: 2009-04-17
Posts: 61
Website

Re: iPhone/iPad Tour: Hotspots not working?

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


MacPro - MacBook - OS X 10.6.2 - D300 - D700 - Fuji S5 - PhaseOne P65+/P30+
8mm/10,5mm/10-20mm/17-35mm/18mm/25mm/85mm/etc. - wired + BT Merlin/Orion

Offline

 

#28 2010-11-06 18:27:55

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6601
Website

Re: iPhone/iPad Tour: Hotspots not working?

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


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#29 2010-11-06 19:46:11

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6601
Website

Re: iPhone/iPad Tour: Hotspots not working?

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


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#30 2010-11-06 19:55:46

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6601
Website

Re: iPhone/iPad Tour: Hotspots not working?

Andrew and Peter - again many thanks for helping!!!! smilesmilesmilesmilesmile

best to you, Klaus


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#31 2010-11-06 20:07:22

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 9825
Website

Re: iPhone/iPad Tour: Hotspots not working?

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.


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm lenses, Nodal Ninja 5 Lite, Nodal Ninja 4 with R-D16, Agno's MrotatorTCS short.
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket, Agno's MrotatorA.
Merlin/Orion robotic pano head + Papywizard on Nokia 770/N800/N810 and Windows 8/XP/2K.

Offline

 

#32 2010-11-06 22:19:21

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6601
Website

Re: iPhone/iPad Tour: Hotspots not working?

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)


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#33 2010-11-06 22:28:43

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 9825
Website

Re: iPhone/iPad Tour: Hotspots not working?

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.


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm lenses, Nodal Ninja 5 Lite, Nodal Ninja 4 with R-D16, Agno's MrotatorTCS short.
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket, Agno's MrotatorA.
Merlin/Orion robotic pano head + Papywizard on Nokia 770/N800/N810 and Windows 8/XP/2K.

Offline

 

#34 2010-11-06 22:39:00

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6601
Website

Re: iPhone/iPad Tour: Hotspots not working?

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 . . cool

best, Klaus


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#35 2010-11-12 20:23:47

pu2wxp
Member
From: Campos do Jordao - Brasil
Registered: 2009-05-03
Posts: 159
Website

Re: iPhone/iPad Tour: Hotspots not working?

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 . . cool
Ist ja ´ne alte Kolor-Spezialität . . .roll

Mir ist das mit den hotspots auch noch nicht gelungen.

Gruß, Klaus

Hi guys,

In english please, if not I can't understand!


Luciano Correa
Vista Panoramica
Campos do Jordao SP Brasil

Offline

 

#36 2010-11-13 15:23:57

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6601
Website

Re: iPhone/iPad Tour: Hotspots not working?

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 . . tonguecool

I only recently managed to use hotspots on iPhone/Pad/Pod and i´m still testing.

best, Klaus


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#37 2010-11-13 15:33:06

mediavets
Moderator
From: Isleham, Cambridgeshire, UK.
Registered: 2007-11-14
Posts: 9825
Website

Re: iPhone/iPad Tour: Hotspots not working?

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)


Andrew Stephens
Nikon D40, Nikkor 10.5mm fisheye, Sigma 8mm f3.5 fisheye, Nikkor 18-55/50/35mm lenses, Nodal Ninja 5 Lite, Nodal Ninja 4 with R-D16, Agno's MrotatorTCS short.
Nikon P5100, CP5000, CP995, FC-E8, WC-E63,WC-E68, TC-E2, Kaidan Kiwi 995, Bophoto pano bracket, Agno's MrotatorA.
Merlin/Orion robotic pano head + Papywizard on Nokia 770/N800/N810 and Windows 8/XP/2K.

Offline

 

#38 2010-11-13 15:35:26

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6601
Website

Re: iPhone/iPad Tour: Hotspots not working?

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 . . )


Uploaded Images

Last edited by klausesser (2010-11-13 15:42:10)


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

#39 2010-11-15 16:38:54

ygilquin
Member
From: Challes les Eaux
Registered: 2010-09-29
Posts: 127
Website

Re: iPhone/iPad Tour: Hotspots not working?

B is definitely a better solution (to save time) as it will prevent from doing A for each tour that is built.


--
Yann G.
www.kolor.com

Offline

 

#40 2010-11-15 18:07:35

pu2wxp
Member
From: Campos do Jordao - Brasil
Registered: 2009-05-03
Posts: 159
Website

Re: iPhone/iPad Tour: Hotspots not working?

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.


Luciano Correa
Vista Panoramica
Campos do Jordao SP Brasil

Offline

 

#41 2010-11-15 18:39:48

klausesser
Member
From: Düsseldorf, Germany
Registered: 2006-05-22
Posts: 6601
Website

Re: iPhone/iPad Tour: Hotspots not working?

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! cool

best, Klaus


If you want something you´ve never had,
then you´ve got to do something you´ve never done.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson