Suchergebnisse
Suchergebnisse 1-14 von insgesamt 14.
Yes i,ve noticed:-) A client of me wants the tour in automode for offline presence. Am I allowed to send him the local testing server? He can use Firefox but its a digidummy. I think he doesn't know how to download a browser.
Hi all, I try to make my tour only html 5 but get an error in Chrome ( not in Firefox) when I set "prefer"to "only" embedpano({swf:"tour.swf", xml:"tour.xml", target:"pano", html5:"only", passQueryParameters:true}); Tried to change the settings in vtour-multires.config but still flash is beeing made. Anyone has a suggestion? Windows 7 64 bit chrome offline use. online chrome chooses html5
<action name="autotour"> oninterrupt(break); if(step == 1, loadscene(scene_1, null, MERGE, ZOOMBLEND(1,2) ); lookto(30, get(view.vlookat),get(view.fov), smooth(2,2,5), false); inc(step); ); if(step == 2, loadscene(scene_2, null, MERGE, ZOOMBLEND(1,2) ); lookto(30, get(view.vlookat),get(view.fov), smooth(2,2,5), false); inc(step); ); if(step == 3, set(step,1); autotour();); </action>
Hi all, Does anyone know how to loop an autotour: <action name="startup"> set(step,1); autotour(); set(idletime,4); set(events.onidle, autotour() ); </action> <action name="autotour"> oninterrupt(break); if(step == 1, loadscene(scene_1, null, MERGE, ZOOMBLEND(1,2) ); lookto(60, get(view.vlookat),get(view.fov), smooth(2,2,5), false); inc(step); ); if(step == 2, loadscene(scene_2, null, MERGE, ZOOMBLEND(1,2) ); lookto(60, get(view.vlookat),get(view.fov), smooth(2,2,5), false); inc(step); ); autoto...
Thanks very much! Only adding the code to vtourskin.xml was enough.
Hi Alexey, No I mean in a virtual tour.In the forum I've read to put the rule in the objectskin.xml?? You've any idea where to change the mousemovement. My clients want to behave the mouse like Google Streetview
I tried to put this in the objectskin.xml but see no changes. Anyone?
Hi all, How to invert the rotation of the pano's in a vtour when dragging the mouse? I changed the object.xml set(rotatedirection, left); if(framemove LT 0, mul(framemove,framemove,-1); set(rotatedirection, right); ); but this doesn't change anything. Can't find this in the vtourskin.xml and tour xml.
http://krpano.com/html5css3dtest/ Hi Does anyone know how to build this test. It works fine on my HTC android 4 Hans
Hy Makooze, Very nice and very HQ. Indeed nav is a bit confusing but way better then 90% of what I see on the web.Its easy to solve. I noticed that working with frames is not possible on an Ipad. I know: frames are oldskool. I this done with tables or layers. Greeetings from Groningen
Hoi Jarredia, Ok thanks. You're right. This solved was the problem.. I'm not into xml yet. I use dreamweaver for highlighting the code, works well. Its fixed now with regards Hans
Hallo, Using droplet: " make vtournormmal" hotspots.png and the code is included. But I don"t see the hotspots. Copying the code from the example.xml doesn't help. Either playing with ath , atv. Folder hotspots is in the vtour folder included. I search already two days. Can anybody help