You are not logged in.



#1 2010-02-09 16:05:01

digiherby
New member
Registered: 2010-02-09
Posts: 2

flashing hotspots do not change in plan

hello friends,
Tour will be better and better!!
One bug found: The flashing points do not change when you change the panos with thumbnails or within panohotspots!
greetings from Austria
herbert:)smilesmile

Offline

 

#2 2010-02-09 16:06:21

digiherby
New member
Registered: 2010-02-09
Posts: 2

Re: flashing hotspots do not change in plan

digiherby is using for professional use with mac pro 8 core.

Offline

 

#3 2010-02-10 09:15:00

Adrien F
Moderator
Registered: 2009-07-03
Posts: 267

Re: flashing hotspots do not change in plan

corrected! wink

Last edited by Adrien F (2010-02-11 09:57:52)

Offline

 

#4 2010-05-31 10:22:25

jpdeglet69
Member
From: Geneva and Lyon
Registered: 2010-05-20
Posts: 66
Website

Re: flashing hotspots do not change in plan

Adrien F wrote:

corrected! wink

Hello,

Corrected in which beta version ?

JPhD

Offline

 

#5 2010-05-31 14:28:07

Adrien F
Moderator
Registered: 2009-07-03
Posts: 267

Re: flashing hotspots do not change in plan

beta 8

Offline

 

#6 2010-06-08 17:47:34

jpdeglet69
Member
From: Geneva and Lyon
Registered: 2010-05-20
Posts: 66
Website

Re: flashing hotspots do not change in plan

Adrien F wrote:

beta 8

Ok Adrien,

Waiting the new beta, I've modified XML coding,
for each pano.xml, I've completed the header

<krpano version="1.0.8">
    <events onloadcomplete="playbackgroundsound(none);"/>
    ...

with

<krpano version="1.0.8">
    <events onloadcomplete="playbackgroundsound(none);selectmapspot(mapspotn);"/>
    ...
   where mapspotn is defined according tour.xml

So,
   In local, it's running well,
   but online, synchronisation between pano and map doesn't run sometimes...

Have a look on
http://www.cosi-consulting.ch/jphd360/L … etSup.html
http://www.cosi-consulting.ch/jphd360/L … ublis.html

Why,
- sometimes ?
- is the event driven "onloadcomplete" not relevant to perform the "selectmapspot action".

In KrPano Documentation, I don't found the list of attributes possible for <events ...

BR
JPhD

Last edited by jpdeglet69 (2010-06-08 17:50:36)

Offline

 

#7 2010-06-09 09:46:56

jpdeglet69
Member
From: Geneva and Lyon
Registered: 2010-05-20
Posts: 66
Website

Re: flashing hotspots do not change in plan

jpdeglet69 wrote:

Adrien F wrote:

beta 8

Ok Adrien,

Waiting the new beta, I've modified XML coding,
for each pano.xml, I've completed the header

<krpano version="1.0.8">
    <events onloadcomplete="playbackgroundsound(none);"/>
    ...

with

<krpano version="1.0.8">
    <events onloadcomplete="playbackgroundsound(none);selectmapspot(mapspotn);"/>
    ...
   where mapspotn is defined according tour.xml

So,
   In local, it's running well,
   but online, synchronisation between pano and map doesn't run sometimes...

Have a look on
http://www.cosi-consulting.ch/jphd360/L … etSup.html
http://www.cosi-consulting.ch/jphd360/L … ublis.html

Why,
- sometimes ?
- is the event driven "onloadcomplete" not relevant to perform the "selectmapspot action".

In KrPano Documentation, I don't found the list of attributes possible for <events ...

BR
JPhD

I've replaced event "onloadcomplete" by "onxmlcomplete" according KrPano forum...

Like that
<krpano version="1.0.8">
    <events onxmlcomplete="playbackgroundsound(none);selectmapspot(mapspotn);"/>

...
BR
JPhD

Offline

 

#8 2010-06-09 14:16:17

Adrien F
Moderator
Registered: 2009-07-03
Posts: 267

Re: flashing hotspots do not change in plan

The modifications you have made are correct and the behavior I can see on your online version is also correct... hmm
So I don't have any convenient answer to your problem.
You can let on loadcomplete, so the flashing hotspot will change after the loading of the panorama completed, and not at the begining.
About the krpano documentation, his online doc isn't complete now but he is working on it. You can find most of what you need for newest version by reading the releasenote.txt file in the krpano package on his website (download page).

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson