Suchergebnisse
Suchergebnisse 1-20 von insgesamt 44.
Zitat von »alex1234« If there is interest I can put together a step-by-step guide. Hello Alex! I need to make a PWA from a krpano tour. I notice that you didn't post the step by step. Would you be so kind to enlighten us with this tutorial? thank you very much!!!
Hello! I'm working on a tour and the designer sent me an interface with a layer with transparency which is actually a "multiply" blend mode from Illustrator. I was looking is this is posible to do with CSS and I found the "background-blend-mode:" parameter. I think this should be very easy to implement since it's a native CSS parameter. There's more information about this CSS parameter in this link: https://css-tricks.com/basics-css-blend-modes/ would be very nice to have this option. thanks!
Hey! what about adding a Street view panorama as a scene in krpano? here's some information that can be helpful https://developers.google.com/maps/docum…reetview-simple This way, google trusted photographers who upload their panos to Google Street view can use those panos hosted in google and build tours with them using krpano... just thought it'd be really cool to have this feature... I don't know the technical and legal possibilities of this. thanks!
Hi! when I set background="false" I set textshadowalpha="1" and the shadow text looks good! but when I set background="true" and backgroundalpha="0.1", even if textshadowalpha is set to 1 the shadow text looks like a 0.1 so it looks like the textshadowalpha it taking the background alpha value when the background is enabled. Is this a bug or a feature? Thanks!
I have a tour that uses textfield plugin to show tour title. When the browser uses HTML5 player, the title looks weird. I figured out that the h1 css property from the page where the tour is embeded is affecting the [h1] from the textfield when it is using HTML5 player... doesn't happen -of course- with the flash player. Example (Disable Flash so it uses HTML5 player!): this tour shows the title with a white background and uppercase characters: http://www.spinattic.com/tour.php?id=325 And this t...
Zitat von »klaus.krpano« Hi, the solution should be doing the registration step in the same context as when using the tools (e.g. in the same script). E.g. when calling the krpanotools from some server-side script, then this script is typically executed in a different user-context as when normally logged-in. Best regards, Klaus Hi Klaus I think I'm in a situation like this. I'm trying to call krpanotools in the server side using ssh and I get watermark on the generated images. This is happening...
hi! I have the same problem! I get segmentation fault. I'm using version 1.16.8 My server is also Debian. Any ideas? Thank you!
Hello ! Thank you again for your answer ! I tried inverting the config file with the image file like you said but I get the same error Then, I tried this: shell_exec('cwd /home/mysite.com/material'); (here is where kmakemultires is located) shell_exec('./kmakemultires ./templates/vtour-multires.config ./frey-04.tif'); But, same error... Now... if I modify the config file path, I get another Error message: ERROR: loading config "./templatess/vtour-multires.config" failed! So I think the app is in...
Thank you very much for your answer ! I've tried this: shell_exec('./kmakemultires /home/mysite.com/material/frey-04.tif -config=./templates/vtour-multires.config') but get the same output :( the permissions to the file and the folder are set "777" I tried with other tif s and same problem... The weird thing is that the path to the vtour-multires.config file is ok and the application finds it Any clue? Thank you !!
Hello, I'm having the same problem, I need to create the pano on a server. I'm running the commando through PHP code: shell_exec('./kmakemultires ./templates/multires.config ./frey-04.tif') This is the output I get: kmakemultires 1.16.6 (build 2013-08-09) - using config: multires.config ERROR: no input images frey-04.tif is in the same folder than kmakemultires Can you help me please? Thank you !
So Klaus replied to my email and the point me out if I was using the latest Build 2012-10-05 and no, I thought I had the lates but it had the 2012-08-10 so if you come up with this issue, make sure you have the latest build. cheers!
hi Tuur thanks! I tried that and still doesn't work can someone test this code and let me know if it works or I'm just crazy? Quellcode 1 <events onloadcomplete="if(device.flash,showlog());"/> also try deviceS but i think it's the same Quellcode 1 <events onloadcomplete="if(devices.flash,showlog());"/> this is the simplest thing! I don't get why it doesn't work! thanks!
oh wait! =S now if I do onloaded="if(device === phone, set(scale,2) );" it works, but it also does the scale,2 for tablets!!!! I did a trace(get(device)) and I get null so why is it resolving device === phone a true when it is a tablet and tracing null ??? this is really strange... Or I'm stupid and I'm doing something wrong, or there's a bug with the device object Klaus, please can you review? thank you!!!
Hello Klaus First of all, your last update of the software, the 1.0.8.15 is a peace of gold! thank you so much for such a great work!!! I've been trying to work with the device object. In the documentation you say that the old devices variable are being deprecated and shouldn't be used anymore. So in stead use the new device object. In the examples of the documentation it is used like this: if(device.flash, ... ); But this is not working at all! To be more specific this is what I tried to do: th...
for all those who want to embed a tour in an iframe (or open them from a lightbox in page pop up: colorBox, lightbox, shadowbx and what-ever-box you like)... you'd notice that it doesn't read the #/scene from the url you want to embed, because swfaddress.js reads this variable from the browser url. And as you ar in an iframe and this variable isn't in the browser's page url, it reads nothing so the first panorama in your panos list from swfaddress plugin will load (means, not the pano from the v...
As far as I can guess, swfaddress.js gets the variable #/lobby from the url and send it to the swfaddress.swf to make the loadscene or loadxml action. So is there a way we can pass that variable from javascript in the html body in stead of letting swfaddress.js to get it from the browser url??? just and idea that could work for me. thank you!
yes Tuur, thank you. It was a typo =) the correcto url is http://www.ciudadesferica.com/demo/villahuinid/#/lobby
Hello! I have this virtual tour with swfaddress. I'm using it to get a different url for each panorama. My client needs independent urls per panorama so he can embed into iframes in different pages. It's a hotel so for each room he needs a the tour starting with the room pano. www.ciudadesferica.com/demo/villahuinid I built the tour assuming the link with a url like this would work: www.ciudadesferica.com/demo/villahuinid/#/lobby actually it does, but when I embed this url in an iframe, the #lob...
Hi! I'm getting these errors only iphone ERROR: SWFaddress Plugin: EC/myPanoID ERROR: SWFaddress Plugin: C/myPanoID I downloaded the sa.js and swaddress.js from this link http://jaydee.ru/kp/sa/demo like you said to get the updated version because you forgot to remove the debug traces. but still get those errors on iphone! see the screenshot attached index.php?page=Attachment&attachmentID=726
Thank you! I really appreciate if you can send it! I bought the plugin just for that, I don't care the other... THANK YOU!