Suchergebnisse
Suchergebnisse 1-18 von insgesamt 18.
i have a similar problem ... linkedscene_lookat doesn't work
please tell me: plugin [easy_html_lightbox] .open_zoomable_image ('Test Title 1; Test Title 2; Test Title 3; Test Title 4', 'demo_files / demo-3.jpg; demo_files / demo-4.jpg; demo_files / demo- 2.jpg; demo_files / demo-1.jpg '); How can I call the desired image in the gallery at once, for example, number 2 (demo2-.jpg)? now the gallery opens the last image in the list (demo-1.jpg) ((
Zitat von »klaus.krpano« Hi, yes, this is intended. This helps a lot with dynamic layouts. Zitat Maybe we can have an onresizeonly or so that is only happening when you resize? Sure - add this code to extend krpano with a 'onresizeonly' event: Quellcode 1 2 3 4 5 6 7 8 9 <events name="onresize_changes_only" keep="true" onresize=" if(last_stagewidth != stagewidth OR last_stageheight != stageheight, events.dispatch('onresizeonly'); ); copy(last_stagewidth, stagewidth); copy(last_stageheight, stag...
Can you please tell me if it is possible to change the size of the panorama depending on whether it is a mobile device (slow Internet) or a configured computer. thanks!
Zitat von »dreamcutter« is it possible (and how?) to preload panorama BEFORE moving to destination or whole tour to browser cache before start walking? it often happens (when the internet isn't fast) that the transition is complete, and blending starts after this – it looks ugly :( for example https://yadi.sk/d/qc3MHR6JFYBLhg Увы и ах... пока данную проблему победить не удается( so far this problem has not been overcome
Good afternoon, colleagues! I use automatic playback of several panoramas in a virtual tour, in this style: delayedcall (del10, 3.0, load_scene (001); lookat (-75, 15, 80); delayedcall (del11, 0.9, zoomto (40, linear (50)); delayedcall (del12, 0.5, load_scene (003); lookat (200, 25, 80); delayedcall (del13, 0.8, lookto (200, -15.80, linear (15), true, true); delayedcall (del14, 1.7, zoomto (40, linear (30)); delayedcall (del15, 0.1, load_scene (013); lookat (46, 10, 80); delayedcall (del16, 0.5,...
Zitat von »dedaimiel« mod(cur_hlookat,cur_hlookat,360); if(cur_hlookat LT -180, ADD(cur_hlookat,360)); and you have the corrrect value of the hlookat in the cur_hlookat (between -180 and 180) its work!
Zitat von »ChukA« Zitat von »San7« /* function setfocus(){ if(arguments.length<1)return; if(arguments[0]==='true')inputelement.focus(); else inputelement.blur(); } i've used the other solution... Quellcode 1 2 3 4 5 6 inputelement.addEventListener('touchstart',text_click, false); function text_click() { inputelement.focus(); } /* krpano - super simple html5 text input plugin */ var krpanoplugin = function() { var local = this; var krpano = null; var plugin = null; var inputelement = null; local...
Good day! I need to upload data from a virtual tour into AcrobatReader format (pdf file). Alternatively, you can upload to jpeg I did not find any suitable plugins. Does anyone know how to solve this problem? Thank!!
many thanks! You helped me a lot! now it works !! SOLVED! Result: copy(tmp, get(currq_array[get(i)].value)); txtadd(newtext, get(tmp));
...and new problem(( I have array: currq_array[1].value='test value1' currq_array[2].value='test value2' ... this expression: 1) trace('test value=',get(currq_array[get(i)].value)); - returns a correct "test value1", "test value2"... and 2) txtadd(newtext, get(currq_array[get(i)].value)); set(layer['question_text'].html, get(newtext)); returns to layer "data.content" the mind does not understand why so ??? help who knows please!
solved! ) txtadd(question_ans, 'data[question', %1,'_ans',get(i),'].content');
this construction in not work ((( : for examle %1=1 (and <data name="question1" answered="0">'test question'</data>) txtadd(question_nm, 'data:question', %1); txtadd(question_nm, get(question_nm), 'aaaa', 'bbb'); set(layer['question_text'].html, get(question_nm)); - is not work(( i have data:question1aaaabbb instead "test questionaaaabbbbb" what am I doing wrong? thank!
Zitat von »omegas« http://krpano.com/examples/118/examples/…textstyles.html When i touch hotspot in Android (touch screen device) - tooltips shows only when my finger pressed on it. How i can show this tooltip for 3-5 seconds, when my finger is leave this hotspot? I would also like to know how to do this.
Good afternoon, Klaus! I was very interested in the topic of WebWare, but I'm new to this virtual reality issue. Tell me please what actions do I need to make that from a virtual tour to create a tour in virtual reality? For example this: www.panorama52.ru/pano/fitgrad/ Thank you!!
Zitat von »Tuur« Hi all, i made 2 gallery's to show flat photo's in your tour. - normal - slide you can download them here: http://www.virtualtuur.com/free_2xgallery.zip free to use, free to transform… just have fun! examples: http://www.virtualtuur.com/krpano/galler…gallery_normal/ http://www.virtualtuur.com/krpano/galler…y/gallery_slide i hope you enjoy! Tuur I can not download this file ((( file is exist? thank you!
preview in the Scrollarea plugin when hovering mouse cursor sharply scrolled in the result of what to get in the preview that you did not get the first time ... changed the parameters overscroll, friction, acceleration,returnacceleration, momentum did not produce results (( thumbs images are still jumping ((( Please tell me what to do? Current code: <layer name="left_fon" url="assets/top_fon.png" keep="true" align="lefttop" zorder="10" width="220" height="100%" > <layer name="thumbs" keep="true"...