![]() |
|
|
|
|
|
||||||||||
|
| User list | Rules | You are not logged in.
Destiny wrote:
The opportunity to edit the xml code is the true power of ptp....
Yes - i edit my xml cod all the time to get the a pano resp. a tour do whet i want. But it´s rather finetuning and didn´t ry that kind of auto-tour besides of which Arturo coded for me.
Clients very rarely ask for that. But it might hapen. We had the Ellerschloss-autotour run on an exibition for event-locations . . . and it was highly praised: nobody else had such
a nice thing . . . ![]()
![]()
Preferably it should run on iDevices too.
best, Klaus
Offline
I do not have an iPad... its on the "List"... oh hum.. to be rich.... ;(
.... but I am sure it will work on iDevices since its just an extension of the xml... the html certainly will...
This 'Auto run' feature is not for everyone true.. but in the right settings.. Real Estate windows, Exhibitions, Trade Shows etc.. Perfect!
Destiny...
Offline
kevshu wrote:
I'm using the following for this tour: http://exposedbykevin.com/index.php/360 … -home.html
In the Main xml file at the top.Code:
<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>In the individual pano xml files I added the set(nextpano,xml file name) line to the onxmlcompleteaction, and manually enter the next pano name.
Code:
<action name="onxmlcompleteaction"> set(nextpano,vrt_obdh1.xml); firstloadcompleteaction(); </action>There's probably a better way to use a list/array of variables in the main xml and just move through the list.
If you want to use the lookat commands, you need them in the index0+.xml files and leave the index.xml untouched. I found the lookat commands a pain, so I use a timer and auto rotation.
I hope that helps.
Really nice,
Well done, thank you!
Offline
I have an iPad so if anyone of you wants me to test anything, bring it on :-)
Offline
A Little trouble...
My main XML has in the first line this code:
<krpano version="1.0.8.14" logkey="false" onstart="startaction">
When the "startaction" is about the Thumbnail Stack.
So i have to change your Code for auto change panos to this first line:
<krpano version="1.0.8.14" logkey="false" onstart="startaction() ; bombtimer(0)">
<action name="startaction">
set(laststackthumbindex, get(stackthumb.count));
dec(laststackthumbindex);
buildstackthumbs(0, laststackthumbindex);
</action>
<action name="mainloadpano">
closepanoobjects();
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>If not, the Thumbnails stop to working.
Best,
Offline
`` 20 euro is nothing if it so versatile.``
+ 1 ![]()
Offline
Autotour works, but not working radar map. Anyone know where the error
thanks.
Ramon Jimenez
bancoimagenes360
Offline
Ramón wrote:
Autotour works, but not working radar map. Anyone know where the error
thanks.
Ramon Jimenez
bancoimagenes360
Which version of Panotour/Panotour pro are you using and with which operating system?
Offline
I'm using version V1.8.0 64 bits, Mac OS X 10.6.4
thanks
Ramón Jiménez
bancoimagenes360
Last edited by Ramón (2012-04-24 10:12:07)
Offline
Thanks kevshu for this code. It works like a charm.
kevshu wrote:
I'm using the following for this tour: http://exposedbykevin.com/index.php/360 … -home.html
In the Main xml file at the top.Code:
<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>In the individual pano xml files I added the set(nextpano,xml file name) line to the onxmlcompleteaction, and manually enter the next pano name.
Code:
<action name="onxmlcompleteaction"> set(nextpano,vrt_obdh1.xml); firstloadcompleteaction(); </action>There's probably a better way to use a list/array of variables in the main xml and just move through the list.
If you want to use the lookat commands, you need them in the index0+.xml files and leave the index.xml untouched. I found the lookat commands a pain, so I use a timer and auto rotation.
I hope that helps.
Offline
Thanks for your help
Ramon Jimenez
http://bancoimagenes360.com/
Offline
hi guys !! i did add
the
Code:
<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,yourfilename.xml);
firstloadcompleteaction();
</action>
but i seems to have lost the iPad/iphone usability and the radar on the map stopped showing .... any ideas ????
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 |
