Sie sind nicht angemeldet.

Suchergebnisse

Suchergebnisse 1-18 von insgesamt 18.

Donnerstag, 30. September 2021, 19:27

Forenbeitrag von: »Alexbar78«

Garrows Lookat

i have a similar problem ... linkedscene_lookat doesn't work

Freitag, 2. April 2021, 21:27

Forenbeitrag von: »Alexbar78«

Easy HTML Lightbox Plugin

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) ((

Freitag, 19. Februar 2021, 19:37

Forenbeitrag von: »Alexbar78«

onresize bug ?

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...

Mittwoch, 30. Dezember 2020, 10:15

Forenbeitrag von: »Alexbar78«

dynamic panorama size

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!

Montag, 14. Dezember 2020, 18:38

Forenbeitrag von: »Alexbar78«

Preload next panorama or whole tour

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

Montag, 14. Dezember 2020, 18:31

Forenbeitrag von: »Alexbar78«

panorama image is blurry

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,...

Dienstag, 13. Oktober 2020, 19:14

Forenbeitrag von: »Alexbar78«

get("view.hlookat") results greater than 360

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!

Dienstag, 22. September 2020, 20:17

Forenbeitrag von: »Alexbar78«

HTML5 Editable Textfield PlugIn

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...

Mittwoch, 16. September 2020, 15:58

Forenbeitrag von: »Alexbar78«

Export data to pdf/jpeg format

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!!

Donnerstag, 3. September 2020, 09:48

Forenbeitrag von: »Alexbar78«

Using txtadd with multiple text parameters in "for" loop

many thanks! You helped me a lot! now it works !! SOLVED! Result: copy(tmp, get(currq_array[get(i)].value)); txtadd(newtext, get(tmp));

Mittwoch, 2. September 2020, 20:09

Forenbeitrag von: »Alexbar78«

Using txtadd with multiple text parameters in "for" loop

...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!

Mittwoch, 2. September 2020, 20:01

Forenbeitrag von: »Alexbar78«

Using txtadd with multiple text parameters in "for" loop

solved! ) txtadd(question_ans, 'data[question', %1,'_ans',get(i),'].content');

Mittwoch, 2. September 2020, 12:03

Forenbeitrag von: »Alexbar78«

Using txtadd with multiple text parameters in "for" loop

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!

Montag, 11. Dezember 2017, 11:56

Forenbeitrag von: »Alexbar78«

tooltips on touching Hotspots for Virtual Tour

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.

Mittwoch, 25. Oktober 2017, 15:49

Forenbeitrag von: »Alexbar78«

First step for virtual reality

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!!

Donnerstag, 28. September 2017, 08:58

Forenbeitrag von: »Alexbar78«

2 free simple 'flat' photo gallery's

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!

Mittwoch, 27. September 2017, 21:30

Forenbeitrag von: »Alexbar78«

Scrollarea plugin - not smooth scrolling thumbs

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"...