Suchergebnisse
Suchergebnisse 1-20 von insgesamt 38.
How i can pass some args to actions_from_new_krpano_layer and than use it in krpano1.call?
Hello. I use flat pano (with polygonal hotspots) as map for my virtual tour. And want to open it with standart skin_showmap action. Tryed to load it in vtourskin.xml in skin_map container this ways: 1. <layer name="skin_map_img1" type="iframe" iframeurl="%VIEWER%/map_poly.html" /> 2. <layer name="rrr" type="krpano" onloaded="krpano.actions.loadpano('%VIEWER%/map_poly.xml');" /> But nothing! Files: map_poly.html runs my flat pano tour map_poly.xml - xml core of my flat pano tour both work well Wh...
I found this option: usercontrol="off"
Looks like what i need, thank you! How i can lock flat pano, disable mouse drag function? I am trying some limitview option, but no result.
May be sombody know, how i can make polygonal hotspot on flat image and use all krpano funcions on it? I can use simple hotspots (layers) with x/y coordinates. But i need closed polygons. I think, i can use cylindrical pano, lock limits of viewer and than use polygonal hotspots in ath/atv coordinates. But it is looks not very clear. Any ideas?
Is any way to add Polygonal hotpot on map or image? May be there is some way to drow polygonal area in x/y coordinates? I have my own map/plan image and want make clackable some areas on it. Zitat von »klaus.krpano« Quoted from "lizard.king" Do you have any plans to add polygonal hotspots in the near future? Zitat von »klaus.krpano« Yes
Zitat von »light_line« Zitat von »gregkeene« is it possible to automatically lightbox to open when someone comes to the tour? Something like a welcome message but opened in a lightbox. Hi, If you add the "onInitialized" attribute to your plugin, you can run an action as soon as the plugin initialized!!! This can works for you like a welcome popup! Like this: url="plugins/easy_html_lightbox.js" keep="true" devices="html5" onInitialized="open_infobox_popup('TITLE','IMAGE_PATH','DESCRIPTION_TEXT',...
Hi. 1. How i can update my plugin to the latest version? 2. I want run some action after user close infobox_popup. How i can do it?
Hello. Can you add option to control zorder of animation elements of your plugin?
It doesn't work pdf open in mobile safari on iphone. I can open and save only first pdf page. Is any solution?
I have the same problem, only onclick event can play sound. I need onover event sound too, any solution?
Zitat von »augustommm« Here is a working example: http://www.onzeonze.com.br/clientes/dreampark/360/ Hope it's useful for someone! I use this example to make some information hotspots (without linkedscene). Quellcode 1 2 <krpano><!-- Tooltips VR --> <!-- skin_hotspotstyle_vr - style for the hotspots with VR enabled tooltips --><style name="skin_hotspotstyle_vr" url="vtourskin_hotspot_hexa.png" scale="0.5" edge="top" distorted="true" tooltip="" linkedscene="" linkedscene_lookat="" onclick=" if (...
Zitat von »KiboOst« 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
How i can disable zoom function? I need mouse wheel for other action...
Perfect! So easy! Thank you!
So... There is no way to solve this problem now?
I have polygonal hotspots that upper than normal in html5 and below in flash. How i can put polygonal hotspots below normal in html5? v1.9 flash html5
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 find in old docs fadeintime attribute, and make Quellcode 1 fadeintime="12" This solve my problem for a moment, but i think it is not correct... How i can disable (or control) default fade event for polygonal hotspot?