Posts by abmcr
-
-
O yes the options.sef..
Please remind me what that was doing..
Tuur
This is the old options plugins
https://krpano.com/plugins/options/
it displays the current viewing coordinates (lookat)
Thank you
-
Thank you
I have used toolbox with success.
And there is also alternative for the options.swf plugin"? -
I haven’t used krpano in the last two years: in version 1.20 I would like to create polygonal hotspots but the old editor.swf doesn’t exist anymore. What alternative is there?
Thank you in advance -
As the object: the editor.swf is not compatible with html5.
It is in plannig release it as js....
Thank you -
-
Yesterday i have update at MAC OS SIERRA, today i have deleted the old krpano 1.18 and i have installed the new release 1.19 pr7
I have downloaded the DMG and extract the folder; but when i launch for example the krpanotools i get the error showed in the screenshot
The files in the private folder don't exist
What i need? -
At this URL
http://piemontecomuni.it/noasca/test.html
a simple pano in Flash Mode (embedpano with html5 set to never); when you click into the pano an alert with the coords appear but only in Firefox and not in Chrome.
embedpano({......html5:"never", wmode:"transparent".....});
I have forced the wmode at trasparent but the click action dont'workThe javascript is very simple
Code
Display Morefunction getlookat() { var krpano = document.getElementById("krpanoSWFObject"); if (krpano && krpano.get) // it can take some time until krpano is loaded and readyText To Copy { var mousex = krpano.get("mouse.x"); var mousey = krpano.get("mouse.y"); alert(mousex + " "+mousey);return; } } // ]]>What is broken? Thank you in advance
-
Thank you
Work fine
-
I need to generate a dynamic xml, extracting data by CodeIgniter and insert the xml normal data in a view... all work fine and i have add %SWFPATH% into skin/vtourskin.xml.But i get an error
I have also replaced the linewith
but the error not disappears
Code
Display Morehotspot[webvr_prev_scene] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: hotspot[webvr_next_scene] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_buttonglow] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_prev_fs_icon] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_next_fs_icon] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_prev] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_thumbs] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_map] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_gyro] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_fs] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_hide] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_next] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_left] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_right] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_up] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_down] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_in] loading error: %CURRENTXML%/skin/vtourskin_light.png ERROR: plugin[skin_btn_out] loading error: %CURRENTXML%/skin/vtourskin_light.pngI think the CURRENTXML is hardcoded into the krpano libraries.
It is possible to chenge into it by overriding the value...
THANK YOU in advance -
<events onclick="set(autorotate.enabled,false)"/>
With this code you stop the autorotation
-
I also have this issue

-
-
I need to get the atv and ath of a pointing click; my purpose is to show the ath and atv of the point where i have made a simple click event.
I have read the doc but i have see the mouse.stagex and mouse.stagey: these values are relative to the screen and not to the pano. With the editor hostpost it is possible to move an hostspot and get the ath and atv value... but the code of the editor is compiled.
Any suggestion?
Thank you in advance -
Thank you: i haven'tread the doc
All work fine with zorder2 -
Thank you: an ondown event and a global variable work fine for simulate the click in a mobile device
-
At this URL
http://comunivda.it/champorcher/dettagli/Chiesa.html
a sample test: if you click on the Image at the center a tooltip HTML 5 appear
All work fine in a no mobile browserIf i try with a mobile device when i click (a tap really) the tooltip not work.
Any suggestion?
The tooltip is a classic layer as in the tooltip xml example bundleCode
Display More<layer name="tooltip" keep="true" url="%SWFPATH%/plugins/textfield.swf" parent="STAGE" visible="false" alpha="0" enabled="false" align="lefttop" edge="bottom" oy="-2" width="200" autoheight="true" background="true" backgroundcolor="0x000000" backgroundalpha="0.6" border="true" bordercolor="0x000000" borderalpha="0.6" borderwidth="1.0" roundedge="10" css="text-align:center; color:#FFFFFF; font-family:'Lato', Arial; font-weight:bold; font-size:14px;" html="" /> -
I have this simple example
http://comunivda.it/champorcher/test.html?html5=only
The red line (hotspot with zorder=10 t) is under the yellow hotspot (zorder=90): when you click on the yellow image a tooltip appear.
This is an HTML5 example;
The code of two hotpsot is very basicCode
Display More<hotspot name="sentiero_4" url="percorsi/9f.png" capture="false" handcursor="false" zorder="10" ath="222.418334" atv="9.174375" distorted="true" rx="0" ry="0" rz="4.184829" width="714" height="351" scale="0.512904" /> <hotspot name="segnavia3" url="images/AV2.png" ath="215.648533" atv="4.739349" style='fumetto' tooltip="Alta Via 2 - TdG tappa 3"/> </scene> <style name="fumetto" zorder="90" ...If the page is viewed into a mobile device, the zorder is not correct and the red line hotspot is over the yellow image
I attach a screenshot with a Firefox Browser and IPhone simulatorThe strange behavior is the mobile browser, not the html5 krpano mode
May be a bug?
-
Thank you: this work fine
-
I want to create a HTML splash screen and show it until the panorama is loaded;
The way may be:1) i create the div for the pano, and i set it to display:none
2) i show a splash div over the pano with a visibility:true
3) when the pano as loaded (this is my problem: what is the event for check it...) i set to display:block the pano and hide the spash divBut how to ckeck if the pano is loaded?
Thank you