Search results
Search results 1-16 of 16.
Hi all, I would like to implement a hotspot which glows on mouse hover. I have been through hotspot animation example but the problem with that is that it always animates. I need to create a hotspot(a 3D circle image) which gives off a glowing effect from its sides like a star when mouse hovers on it. Thanks
Ok I kind of got the bad quality problem sorted out. Apparently a problem with the converted video file. Just still stuck with the close button icon for the video. Can anyone help with this Red
Good Day, I am triggering a video on selecting a sidemenu option : Source code 1 2 3 4 <group name="level_11" > <group name="object_1" value="My Video" link="video player_open(videos/myvideo.mp4 | videos/myvideo.webm); "> </group> Now the problem is - 1. The video is starting just fine but I am not able to incorporate a Close icon button. 2. The video is in .mp4 format and has good quality, but the converted .webm format has come out very pixelated and hazy. When I am running it in chrome or fir...
Good Day, I am triggering a video on selecting a sidemenu option : Source code 1 2 3 4 <group name="level_11" > <group name="object_1" value="My Video" link="video player_open(videos/myvideo.mp4 | videos/myvideo.webm); "> </group> Now the problem is - 1. The video is starting just fine but I am not able to incorporate a Close icon button. 2. The video is in .mp4 format and has good quality, but the converted .webm format has come out very pixelated and hazy. When I am running it in chrome or fir...
Ok I think I am able to trace the source of the problem. I used a custom text style in vtour. When I remove it the default style does not give this issue. I probably messed up some attribute value.... I just can't figure out which one... Source code 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 <textstyle name="hspottxt" origin="cursor" edge="bottom" xoffset="0" yoffset="-3" fadeintime="0.0" showtime="0.1" fadetime="0.0" f...
Hi Klaus, For the moment I am not able to post the link. What I mean is when I run tour.html, the first hotspot shows on hovering cursor on it the label assigned to it. But when I hover mouse to the second hotspot without a sufficient delay after removing cursor from the first, the second hotspot label doesn't show. If there is a delay after removing the cursor away from the hotspot and before the second it shows the second label. Great software by the way, wonderfully easy to customise . Excuse...
Hi, I have multiple hotspots in one of my view in my tour. I have successfully used showtext.xml to display the destination of my hotspots on hover. In tour_editor it works great. But when i run it in tour.html and I am hovering swiftly from one hotspot to another in the same view, the cursor changes to a hand ptr icon and there is a black dot below it. It shows the first hotspot label but if I move it swiftly to another hotspot it doesnt show the second hotspot label. The cursor changes when on...
Oops forgot to include showtext.xml in tour.xml for html5 support Anyway, working fine now. Red
Ok, I figured it out ... using : Source code 1 <scene name="myScene" ... ... <hotspot name="spot1" ... onhover="showtext(hotspot_scene_name, style*)" /> /> But the labels show only when I run tour_editor ... but not when I run tour.html. I dont understand , is this an html5 issue Red
Hi, I want to have my hotspots popup text on mouse hover. I have gone through this: Hotspot hover text and was trying djuna's method ... but I just get no labels on my hotspots. I am really new to this. Please direct me if there is a simple way I am overlooking. i am using 2 layers ... can I have two layers defined in tour.xml like: Source code 1 <layer name="image_text" .... html="image_text"/> <layer name="tooltip" ... html="" /> Red
Hi, Sry for bumping this old thread, but I followed djuna's example. I am getting this error: download of "skin/front_arrow.png|tooltip" failed. I don't get what I am doing wrong. Red
Many thanks ... your solution is like a magic wand although I do get the logic behind the code you posted... but it worked exactly as I wanted it too ... Thanks again mate Red
Is there a way to update html text, using every scene name ? Thanks Red
Thanks.. thats all it needed ... ... Its like I added that boolean and BAM .. it worked ... But how do I change it for every scene ? Red
Hi, I am making a virtual tour with a mix of still(flat) images, 180 deg panoramas and 360s cylenrical I would like to add on top centre if the loaded panorama view is 180 deg, 360 deg or Still image. How do I achieve this. I went through the textfield documentation and tried to use it accordingly, but there was simply no output after using it in the xml editor. Thanks, Red
Hello, I am new to krpano and I would like to have background music play from the beginning when my first virtual tour scene loads up. But when I followed the soundinterface example and used: Source code 1 <plugin name="sound interface" url="%SWFPATH%/plugins/soundinterface.swf" alturl="%SWFPATH%/plugins/soundinterface.js" rootpath="" preload="true" keep="true" /> I get this error: " Warning: Locally not trusted - External interface NOT available ! Warning: unknown action: playsound Error: downl...