Suchergebnisse
Suchergebnisse 1-16 von insgesamt 16.
Hi my lastest pano ;) http://www.panoramy360stopni.pl/panoramy/latitude/start.html
@Jarredja i tried that, but unfortunately the swf file size hasn't changed @Klaus can i set the resolution in which pano will be displayed not in htnl file that is used with the swf but let's call it hardcode it inside swf file
Hi How to generate the krpano.swf file about size 1024 x 200 pix. I want to use it as the banner.
Hi I have a map code: Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 <plugin name="showmap" keep="true" url="googlemaps-logo.png" align="lefttop" onclickA="set(state,'A'); tween(plugin[map].x,0%); tween(area.x,25%); tween(area.width,75%);" onclickB="set(state,'B'); tween(plugin[map].x,-25%); tween(area.x,0%); tween(area.width,100%);" onclick="if(state == 'A', onclickB(), onclickA() );" /> <plugin name=...
Thanks for the reply. I should have said it a bit different. I am aware of wait(7) line, however. I want the whole start section to start AFTER the panorama has loaded, not earlier.
I have created rotate action which you cann see in the following example. The point is that there is a 7 seconds delay before the rotate action begins. How do I engage the rotate action without any delays immediately after logading my panorama. Quellcode 1 2 3 4 5 6 7 8 9 10 11 <krpano version="1.0.8" onstart="action(start);" > <action name="start"> wait(7); moveto(100.0,10,linear(10)); wait(2); moveto(180.0,-30,linear(20)); zoomto(100,smooth()); wait(2); moveto(0.0,15,linear(80)); </action> </k...
I know the source code for sound on/off function, but I don't know how to adapt/associate it with the buttons. (example from first post)
could you please write me the code for sound on/off action ?
Hi How do i adapt the 'informations' button from this http://krpano.com/examples/sharpen/ page, so I could use this as fullscreen on/off or autorotation on/off in my panoramas.
THX Hub, VN2009 and Dr. Schnekem and here is an real life example. please click on 360 logo. www.panoramy360stopni.pl/rozne/oswietlenie/1.html
I have a problem. Imagine there is a room with an interesting in-house lighting. I have made two panoramas: with lights switched on and switched off. What I want to do is to have some sort of switch that will "turn on the light" on the image/panorama. I assume I have to ask the switch to load 'lights turned on panorama". The question is how to do that transparently so the viewer viewing angle etc. etc. will be the unchanged. Any suggestions/ideas ?
thank you very much for your help. I really appreciate that.
Hi I was wondering if you could help me with the following. First I want my panorama to open in browser in full screen from the very beggining. Other, there are 2-3 panoramas, I like other to open automatically some time after the first one, ie. make a completely maintenance-free presentation, that could run without user interactions. Thanks in advance Raulo
hello i would be interested in creating some sort of index of panoramas that user could select from a list or drop-down menu can anyone direct me to any how-to, code examples how to implement that kind of feature ? thanks