HansKeesom wrote:seems to run only with pano2vr swf movies. Have your had succes with panotour files?
<krpano onstart="setuptour();">
<action name="setuptour">
set(step,1);
set(idletime,4);
set(events.onidle, autotour() );
</action>
<action name="autotour">
oninterrupt(break);
if(step == 1, looktohotspot(spot3,70,linear(5)); inc(step); );
if(step == 2, looktohotspot(spot4,50,linear(5)); inc(step); );
if(step == 3, looktohotspot(spot6,70,linear(5)); inc(step); );
if(step == 4, loadpano(vrt_obdh2.xml,null,KEEPBASE|NOPREVIEW,BLEND(2)); wait(2); inc(step); );
</action>
kevshu wrote:Just add some lookto commands in the xml.
A quick seach of the krpano.com website:
http://krpano.com/docu/actions/#lookto
And the forum post that started my searching:
http://krpano.com/forum/wbb/index.php?page=Thread&postID=8359
I placed this at the top of the tour and it moves from hotspot to hotspot and loads the next pano when complete.
- Code: Select all
<krpano onstart="setuptour();">
<action name="setuptour">
set(step,1);
set(idletime,4);
set(events.onidle, autotour() );
</action>
<action name="autotour">
oninterrupt(break);
if(step == 1, looktohotspot(spot3,70,linear(5)); inc(step); );
if(step == 2, looktohotspot(spot4,50,linear(5)); inc(step); );
if(step == 3, looktohotspot(spot6,70,linear(5)); inc(step); );
if(step == 4, loadpano(vrt_obdh2.xml,null,KEEPBASE|NOPREVIEW,BLEND(2)); wait(2); inc(step); );
</action>
It would be nice it this could be built into PTP. But, it's fairly simple to add yourself. I'm going to update a Dream Home lottery tour with the auto lookto
<krpano version="1.0.8.14" logkey="false" onstart="bombtimer(0)">
<action name="mainloadpano">
closepanoobjects();
closeglobalobjects();
ifnot(stopSequence === undefined,interruptAnimation(););
loadpano(%1,NULL,NULL,BLEND(1));
</action>
<events onmousedown=" set(bt,0); "/>
<events onkeydown=" set(bt,0); "/>
<action name="bombtimer">
set(bt,%1);
add(bt,1);
delayedcall(1, bombtimer(get(bt)));
if(bt == 60, set(bt,0); nextscene();, );
</action>
<action name="nextscene">
set(bt,0);
loadpano(get(nextpano),NULL,NULL,BLEND(1));
</action>
<action name="onxmlcompleteaction">
set(nextpano,vrt_obdh1.xml);
firstloadcompleteaction();
</action>
HansKeesom wrote:Hi George,
You are my hero. I will be one of your first customers. 20 euro is nothing if it so versatile.
Will it be iDevice-compatible? Will it handle Andriod tablets?
Willng to test also and give feedback!!!
gkaefer wrote:HansKeesom wrote:Hi George,
You are my hero. I will be one of your first customers. 20 euro is nothing if it so versatile.
Will it be iDevice-compatible? Will it handle Andriod tablets?
Willng to test also and give feedback!!!
Hi Hans,
I just can test it currently with the Safari set to developer->user agents-ipad
and here its working. Two limitations based on krpano limitations:
the intros are not supported here and the mouseover state of the buttons are not supported by krpano.
if intro is enabled and tour is visited with flash devices, the intro is played and at same time without config change visited with ipads
the intro is ignored and all dependant features like delayed menu enabling are not shown on ipads.
on androids all should ok aswell. My Sony ericsson (android 2.3.3) has adobe flash player onboard after one time installation, so it can display normal
flash tours generated by panotours...
if the size of the buttons of my theme are correctly sized for idevices or android tablets i would need feedback....
Liebe Gruesse,
Georg
HansKeesom wrote:gkaefer wrote:HansKeesom wrote:Hi George,
You are my hero. I will be one of your first customers. 20 euro is nothing if it so versatile.
Will it be iDevice-compatible? Will it handle Andriod tablets?
Willng to test also and give feedback!!!
Hi Hans,
I just can test it currently with the Safari set to developer->user agents-ipad
and here its working. Two limitations based on krpano limitations:
the intros are not supported here and the mouseover state of the buttons are not supported by krpano.
if intro is enabled and tour is visited with flash devices, the intro is played and at same time without config change visited with ipads
the intro is ignored and all dependant features like delayed menu enabling are not shown on ipads.
on androids all should ok aswell. My Sony ericsson (android 2.3.3) has adobe flash player onboard after one time installation, so it can display normal
flash tours generated by panotours...
if the size of the buttons of my theme are correctly sized for idevices or android tablets i would need feedback....
Liebe Gruesse,
Georg
Hi Georg,
Send me a link and I will have it tested by someone with a real iPad.I have some other people that can test.
The two limitations are on the iPad only?
Really willing and ready to give you feedback.
HansKeesom wrote:Hi,
For demo mode would be nice so that after rotating one panorama one round it jumps automaticly to the next panorama. That way you can show a whole building without user interaction. A bit like an automatic slideshow.
cheers,
Hans
klausesser wrote:sorry i didn´t read all of it - but i´m very interested!
I had something like that done last year - but it had to be made wit pano2vr . . . . and this i don´t like at all.
Arturo kindly made it for me:
http://360impressions.de/Eller/EllerAuto.html
Would be wonderful to have it when the tour can be built with PTP.
best, Klaus
Destiny wrote:But it can be done using PTP Klaus... You can add the xml code for each tour... and change the speed of the auto scroll and speed in which each pano goes to the next and then use HTML to link to another new tour and back and forth.. To be honest, I did not like the way each pano of yours went from pano to black to pano.. I realise it was a quick flick of black but a nice transition would have been better.... and they should have stayed up for the entire rotation.. you can do that with xml code..and it will transition much better too... just increase the time.. and you can also do it with html.. like this below....
<meta http-equiv="refresh" content="5; url=http://members.westnet.com.au/DPS/TestPageGoTo/P3.html">
Just increase the "5... to what ever you want... and then change the url to the tour...
All you need to do is keep a copy of the xml code and html code and then when you need them copy and past them in....
Users browsing this forum: No registered users and 2 guests