Suchergebnisse
Suchergebnisse 1-20 von insgesamt 94.
Which browser were you using? Here's a patch that will fix issues in Edge and Chrome. https://krpano.com/forum/wbb/index.php?p…77212#post77212 I'm now seeing an issue with Firefox on touch screens where it won't pan or zoom. Phil
Is there a workaround for Firefox? On my laptop touchscreen I can't pan or zoom. This fix above worked for Chrome but not FF. Thanks, Phil
Virtual Tour Pro has been my favorite since I began using it with the Samsung Note 4. Now using it on a Note 8. Runs any krpano project like an app. https://play.google.com/store/apps/detai…tualworld.vtpro There is also a free version which works 100% but has an extra screen in the beginning. I like the cleaner Pro version.
Doesn't the KRPano examples folder do what you're trying to do with the viewer folder inside?
http://krpano.com/examples/118/examples/…ss/compass.html
Is the 2 edition available to download or buy?
I have a project using a distorted hotspot and I've noticed that it's only work with html5. When the browser is using Flash, the hotspot won't turn on. Tested in Chrome and FF with the same results. Here's a simple example where clicking on the + turns on the hotspot in html5 but not in Flash. Flash: http://360photopro.com/hotspot-test/index.html?html5=only HTML5: http://360photopro.com/hotspot-test/index.html?flash=only XML: http://360photopro.com/hotspot-test/tour.xml Zipped project (778kb): h...
In tour.xml change the value of controlbar_offset="0" to move the control bar out of view. Maybe -20? Later when your more comfortable in editing the vtourskin.xml file, you can remove the code for it.
Zitat von »klaus.krpano« (Windows-only) Will a MAC version be availble soon?
I'm having an issue with pop up images being blurred when viewing on an Andriod phone, default browser. Everything is fine in the Chrome mobile browser and desktops. What am I missing? Thanks, Phil Example & code http://360photopro.com/pop-up/ Quellcode 1 2 3 4 5 6 <krpano> <!-- use only a grid preview pano (to save download space) --> <preview type="grid(cube,16,16,512,0x121212,0x000000,0x121212);" details="16" /> <!-- view settings --> <view hlookat=" " vlookat=" " fov="100" /> <hotspot name="...
I'm noticing that videos won't play in HTML5. In the index file when html5:"prefer" is making the desktop browser to use html5 I receive the following error. ERROR: [b]video/video-name.mp4 - loading video failed![/b] This is using the multiple video formats. videourl="video/video-name.mp4|video/video-name.flv|video/video-name.webm|video/video-name.3gp" I see the same error using the video hotspot example too. Running W7 with the latest Firefox, Chrome and IE browsers. What's the secret to gettin...
I'm trying to get a video to play center screen independent of the panorama. Using the video-hotspot example from the krpano download, how can the video play in the center screen and not move? I haven't found any examples of this in the forum. Code from the krpano example. Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 <krpano version="1.16"> <!-- use only a grid preview pano to save download space --> <preview type="grid(cube,16,16,512,0xCCCCCC,0xFFFFFF,...
Zitat von »bulp« Anyone success to mix / intergrate SWFaddress plugin with Krpano Vrtourskin Droplet ? .. well kinda have few coding required to mix both script.. :) Hi Bulp...any success using this with a droplet? I'll be purchasing the plugin in a few weeks once I complete a few projects. Phil
Hmmm...this only works with a single scene and the hotspots will turn back on when loading a new scene. What would need to be changed for it to work across multiple scenes? Can a hotspot use an If statement like this? visible="if(state=1,true,false);" Zitat von »Umalo« Is this what you want to achieve? Link to example Code Phil
Umalo, That's exactly what I wanted to achieve. Using your example and replacing backgroundcolor EQ '0xffffff' with tag == img it works perfect. Quellcode 1 onclick="for(set(i,0), i LT hotspot.count, inc(i),if(hotspot[get(i)].tag == img, switch(hotspot[get(i)].visible,false,true)););" Thank you for your help! Phil
Piot, Thank you for that example! It's exactly what I needed. I was close on a few of my attempts finding many ways not to do it. Phil
Can someone show me an example with hotspot variables for ath, atv and scale? I'm not finding anything in the documentation or examples that put this together. This is the idea and example I'm trying to get to work. Quellcode 1 2 3 4 5 6 7 8 9 10 11 12 13 <krpano version="1.16" onstart=""> <preview type="grid(cube,16,16,512,0xCCCCCC,0xFFFFFF,0x999999);" details="16" /> <!-- variables --> hs1_ath="0" hs1_atv="0" hs1_scale="0.8" <!-- hotspot using variables --> <hotspot name="hs1" url="img.png" wi...