PDA

View Full Version : Auto Tour


BigDaddy
10-02-2007, 01:41 PM
Is there anyway that you can get the pano to rotate once through the room then fade automatically into another linked pano?

Aifos
10-02-2007, 06:31 PM
maybe this:

onstart="pano.pan=180,5000,,go2pano;pano.disableControls=1"
go2pano="pano.disableControls=0;loadPano(?panoName=mypanona me)"
this will automaticaly pan the pano 180є for 5 seconds, when hotspot plugin is loaded. When the pano ends paning, the new pano loads...

the parameter disableControls is beacause if you donґt set that, when you click on the panorama, the autopresentation ends. Setting "pano.disableControls=0" is to enable controls when when the new pano loads.

you can make it more complex... like an automatic presentation arround the panorama, and finally, load the new pano:

onstart="pano.pan=180,5000,,move2;pano.disableControls=1"
move2="pano.pan=-50,500;pano.tilt=10,500,,move3"
move3="pano.tilt=-90,500,,move4"
move4="pano.tilt=90,500,,go2pano"
go2pano="pano.disableControls=0;loadPano(?panoName=mypanona me)"


i couldnґt find the way to keep the presentation on the next panorama... any idea???

i hope this help you...

cheers;)

jaaaab
10-03-2007, 07:42 AM
to keep orientation between panoramas, have a look at the leash param of the <pano> object ;)

BigDaddy
10-03-2007, 10:29 AM
thanks im going to give that a try. i'll keep you posted:)

seanderson7
07-07-2010, 12:40 AM
I have been working on this for a very long time and don't know much xml programming. The result is pretty close to what I wanted:

http://www.venueview.com/

Just click the Fullscreen button and let it go by itself.

I like it a lot.

Stephen Anderson
www.venueview.com

Trausti Hraunfjord
07-07-2010, 12:54 AM
What is there NOT to like? It's great photography in a nice new environment and the auto tour works very well.

Background music of fitting character would be good to have there too... since the auto tour is active... but silent.

Very nicely done, and thank you for sharing this view with us!

gr.panorama
10-28-2010, 11:10 PM
nice and practical tour Stephen.
What I m trying is, to have the tour to restart after 5' the user interacts (and stops interacting) with the mouse (just how autorotator behaves).
So what I tried is :
<pano
onPress="timer=0"
onRelease="timer+=1,5000,,AutoRestartAutoTour"

AutoRestartAutoTour="global.01_panoGo"
>
</pano>

But:
1) It brings me back to the initial pano, no matter at which pano i am paning at.
2) It interfears with picMenu when the user clicks on a thumb (and releases)

A) would using the interrupt function instead have the same issues?
B) is there a way to simulate a click of the "Restart Auto Tour" spot (button) after a period of tour and pano inactivety?
Any suggestions or other ideas?
Thanks in Advance,
Minos

allSaints
10-29-2010, 08:46 AM
Minos,

the commander (http://wirestam.com/panos/Flash/plugins/commander.html) plugin can also detect any period of inaction and together with the panologic (http://wirestam.com/panos/Flash/plugins/panologic.html) plugin it can load the next pano instead of always reloading the first.

Tommy

gr.panorama
10-29-2010, 10:04 AM
Thanks a lot Tommy,

Commander plugin, with inactivety attribute for each panorama,
does exactly what i was trying.
I ll have a more thorough look at both plugins.

allSaints
10-29-2010, 10:42 AM
Minos,

you could also have only one inactivety check in the commander plugin and then let the panologic plugin choose which pano to load...

Tommy

PS. This thread would probably be better posted in the general FPP discussion forum.

Vente site internet
12-08-2011, 09:54 PM
Is the commander plugin can be laod in pzno ?