You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Posts: 1,082

Location: Russia, Kaliningrad

  • Send private message

61

Friday, May 22nd 2015, 2:23pm

you can stop rotation on global mouse down and start again onup

Source code

1
2
3
4
<event name="autorot" keep="true"
   onmousedown="set (objautorot, false);"
   onmouseup="set(objautorot,true); doautorotate();"
/>

or whatever

Andrey
VRAP - desktop VR content player based on krpano.
Common tasks in one place in one click! Discussion thread
DOWNLOAD for MAC
DOWNLOAD for WIN

62

Friday, May 22nd 2015, 10:43pm

?

I do not understand?

Posts: 1,082

Location: Russia, Kaliningrad

  • Send private message

63

Saturday, May 23rd 2015, 8:20am

Hi!
you need to stop autorotation on user interaction such as rotation object or click on left right arrows, correct?
for example: you start rotation object, then autorotation must stops, and when you stop rotation object, autorotation must start again.
so, you need to define this functionality
and there is few options how to do that

Andrey
VRAP - desktop VR content player based on krpano.
Common tasks in one place in one click! Discussion thread
DOWNLOAD for MAC
DOWNLOAD for WIN

64

Friday, June 5th 2015, 3:35pm

Hello, as you might rotate 360 degrees only to start ?

65

Wednesday, August 26th 2015, 11:43am

Scrollable Textfield

Hi,

first of all, thanks a lot for sharing this, this is really helpful. *thumbup*

I managed to make it work only with a few troubles (I'm not a coder, but a 3d artist), and I'm glad to see it also working on the iPad simulator.

The "object" shown is a 3d map, made to be rotated, being watched from several points of view and at different times (scientific project). Now I have to add some informations, that I make appear through clickable layers showing a textfield.
My issue is that the scrollarea plugin seems to be not working in the iPad simulator.

"ERROR: Scrollarea Plugin - too old krpano version (min. version 1.18)"


So I replaced both the .js and .swf by the 1.0.8 version I kept, no more error message but it doesn't work.
On Firefox (PC), the scrolling slider doesn"t work anymore.
On the iPad simulator, there's no content in the texfield and the slider is totally messed up.

Any clues would be most that welcome.

I tried to replace the textfield by a showtext, but I can't get it working correctly (instantly disappears), and my last option would be to replace the scrollable textfield by a simple jpg, but some texts I've been given are quite long...


Thanks for reading. ;-)

66

Wednesday, September 2nd 2015, 4:51pm

Everyone and everything abandoning flash

I think there will be a lot of customers asking about these object panoramas soon since everyone and everything is abandoning flash now.
Would be really great if this part of krpano could continue to develop and not get left behind.

67

Friday, March 4th 2016, 11:17am

Will there be a MAKE OBJECT droplet in HTML5 ?

Hi,

I've browsed this thread and I don't think I've seen an answer to the initial question:

Will there be a MAKE OBJECT droplet in HTML5 ?


So far, when I embed the pano with "html5:prefer" I get a "ERROR: html5 Version not available!".

Only a flash version seems to be available.

KiboOst

Trainee

Posts: 83

Location: France

Occupation: TD

  • Send private message

68

Tuesday, March 29th 2016, 4:21pm

Does anyone sorted the black frames problem the first time you iterate through the frames ?

There is no such problem in FlashPlayer mode, but appear in HTML5 mode.

Would really love using html5 objects inside krpano ...

KiboOst

Trainee

Posts: 83

Location: France

Occupation: TD

  • Send private message

69

Tuesday, March 29th 2016, 4:26pm

If I use this:

<action name="buildframes">
for(set(i,0), i LT %2, inc(i),
txtadd(fname,frame,get(i));
txtadd(furl,%1,get(i),.jpg);
addplugin(get(fname));
plugin[get(fname)].loadstyle(frame);
copy(plugin[get(fname)].url,furl);

set(plugin[get(fname)].visible,true);
showframe(i);
);
set(currentframe,0);
set(framecount,%2);
set(oldmousex,0);
showframe(0);
</action>

it preload each frames, so it doesn't flash. But it's slow to get interactivity at first ...
looking at the code, it build one div per frame and show it. Maybe another approach changing url with one div would help ?

KiboOst

Trainee

Posts: 83

Location: France

Occupation: TD

  • Send private message

70

Tuesday, March 29th 2016, 4:40pm

Just a note,

No flashing in Chrome/html5 desktop
flashing in firefox 45/html5 desktop

I remember a bug in Firefox related with css
-webkit-backface-visibility: hidden;

http://stackoverflow.com/questions/34614…ebkit-transform

This post has been edited 2 times, last edit by "KiboOst" (Mar 29th 2016, 5:14pm)


71

Friday, July 8th 2016, 12:24pm


for(set(i,0), i LT %2, inc(i),
txtadd(fname,frame,get(i));
txtadd(furl,%1,get(i),.jpg);
addplugin(get(fname));
plugin[get(fname)].loadstyle(frame);
copy(plugin[get(fname)].url,furl);

set(plugin[get(fname)].visible,true);
showframe(i);
);
set(currentframe,0);
set(framecount,%2);
set(oldmousex,0);
showframe(0);
</action>

It`s works strange... At first all frames freezes, but 5-10 seconds later - buttons starts working, and then swipe. Desctop Ch/Ff

Posts: 1,082

Location: Russia, Kaliningrad

  • Send private message

72

Monday, July 11th 2016, 1:57pm

Mybe loading of images takes time
or images is very big size

Andrey
VRAP - desktop VR content player based on krpano.
Common tasks in one place in one click! Discussion thread
DOWNLOAD for MAC
DOWNLOAD for WIN

dcc

Beginner

Posts: 17

Location: London

  • Send private message

73

Tuesday, September 6th 2016, 6:13pm

HTML5 Object movies

I am disappointed there is still no HTML5 object movie possibility within krpano. The current MAKE OBJECT droplet specifies HTML5 never and also doesn’t appear to work anymore (1.19-pr5). There have been over 19,000 views of this forum which started in 2012 so there is definitely big interest. I believe HTML5 Object movies should be an integral part of krpano.
My thanks go to Sudarchikov Andrey for his HTML5 object script which I have used on recent projects, although it was difficult to integrate with other krpano tools and plugins.
http://www.z360.com/what/
http://www.z360.com/object/

jeromebg

Professional

Posts: 1,113

Location: Angers - France

Occupation: 360 experiences creator

  • Send private message

74

Wednesday, December 7th 2016, 6:07pm

PLEASE KLAUS !!!
We all need HTML5 Objects ;)
Don't know if you have seen Panomoments : https://panomoments.com/
Very nice idea, but only works on Chrome for desktop...
I guess (but maybe I'm totally wrong) it wouldn't be too hard to make this with krpano and html5 object ? Am I wrong ?

spacerywirtualne

Professional

Posts: 1,104

Location: Poland, Europe

Occupation: krpano developer : virtual tours : the cms4vr owner

  • Send private message

75

Wednesday, December 7th 2016, 10:29pm

I did some time ago droplet to create rotating objects. But he was not stable on IOS... *wacko*

example


Piotr
Your own professional, online cloud tool for creating virtual tours - www.cms4vr.com

facebook page :: youtube :: wiki.cms4vr.com

cms4vr team *thumbsup*

San7

Professional

Posts: 594

Occupation: coding in krpano

  • Send private message

76

Friday, February 2nd 2018, 2:05pm

In the Mozilla Firefox browser, the first round or flicker or does not show the picture

Hello!
Thanks to Andrey Sudarchikov for the provided code.
Did a viewing of objects: http://novosibpano.ru/VT/butylka3/
In the browser, chrome works correctly, on the android too
INFO: krpano 1.19-pr14 (build 2017-12-01)
INFO: HTML5/Desktop - Chrome 63.0 – WebGL
In the Mozilla Firefox browser, the first round or flicker or does not show the picture
INFO: krpano 1.19-pr14 (build 2017-12-01)
INFO: HTML5/Desktop - Firefox 57.0 - WebGL
Here is a link to a truncated example
http://novosibpano.ru/VT/3d_test/
Example code:
San7 has attached the following file:
  • tour.xml (1.27 kB - 125 times downloaded - latest: Mar 25th 2023, 12:05am)

Alexey Tkachenko

Professional

Posts: 770

Location: Russian Federation

Occupation: Interpreting, Building virtual tours

  • Send private message

77

Monday, February 5th 2018, 8:17am

Hi)

I've got flickering of the first rotation also in Chrome (http://novosibpano.ru/VT/butylka3/) during first loading. It seems it depends on image loadtime. What if try to check if all images are loaded and only after all of them were loaded start animation?


У меня мерцание также в Хроме во время первой прокрутки http://novosibpano.ru/VT/butylka3/. Вероятно, дело в прогрузке изображений (пока их ещё нет в кэше браузера). Что если добавить проверку, что все фото загрузились и только после этого запускать анимацию? А на время загрузки добавить индикатор загрузки.
Regards,

Alexey

San7

Professional

Posts: 594

Occupation: coding in krpano

  • Send private message

78

Wednesday, February 7th 2018, 2:18pm

Yes, it is written so onloaded = "set (layer [load] .visible, false);", where "load" text "Loading ..." The text "Loading ..." is disabled, but the first scroll still flickers.

If the picture is not shown in the browser, then it flickers on the first display, even if the download occurred

It looks like" onloaded " in krpano and loading in the browser are different things.

This post has been edited 2 times, last edit by "San7" (Feb 7th 2018, 3:56pm)


79

Sunday, June 17th 2018, 5:12pm

Is there any news on when objects will be supported by default on HTML5 without having to use this workaround?

Maybe even make a standalone product Klaus, given the amount of work and especially given how more and more eCommerce is moving towards html 5 support for 360 rotations of objects. Now there are plenty of 360 180 objects out there too and within a year I know of one company (hardware) that will support automatic shooting of 360/360 objects.

My studio will support 360s first, followed closely by 360/180s, hence I am back on this forum looking to see if KRPANO has added HTML5 support yet:) I remember it worked pretty well in the old flash versions.


Thanks,

D

Riknieri

Beginner

Posts: 38

Location: Lucca

Occupation: Graphic and Multimendia artist

  • Send private message

80

Wednesday, July 25th 2018, 12:01pm

image pan during zoom?

is there any way for pan image during zoom?


thank you very much.

bye