You are not logged in.

Search results

Search results 1-16 of 16.

Monday, October 5th 2015, 8:17am

Author: Redeemer

glow animation on hotspot only on hover.

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

Wednesday, August 19th 2015, 1:52pm

Author: Redeemer

How to add Quit button icon

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

Wednesday, August 19th 2015, 12:49pm

Author: Redeemer

How to add Quit button icon

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...

Wednesday, August 19th 2015, 8:41am

Author: Redeemer

Video player plugin with no exit button

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...

Tuesday, June 23rd 2015, 11:51am

Author: Redeemer

showtext.xml issue

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...

Tuesday, June 23rd 2015, 11:38am

Author: Redeemer

showtext.xml issue

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...

Tuesday, June 23rd 2015, 11:19am

Author: Redeemer

showtext.xml issue

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...

Tuesday, June 23rd 2015, 9:55am

Author: Redeemer

Hotspot labels on mouse hover ...

Oops forgot to include showtext.xml in tour.xml for html5 support Anyway, working fine now. Red

Tuesday, June 23rd 2015, 9:00am

Author: Redeemer

Hotspot labels on mouse hover ...

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

Tuesday, June 23rd 2015, 7:31am

Author: Redeemer

Hotspot labels on mouse hover ...

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

Monday, June 22nd 2015, 2:40pm

Author: Redeemer

Hotspot hover text

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

Monday, June 22nd 2015, 8:45am

Author: Redeemer

Add text for type of panorama

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

Saturday, June 20th 2015, 8:02am

Author: Redeemer

Add text for type of panorama

Is there a way to update html text, using every scene name ? Thanks Red

Friday, June 19th 2015, 12:45pm

Author: Redeemer

Add text for type of panorama

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

Friday, June 19th 2015, 8:22am

Author: Redeemer

Add text for type of panorama

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

Wednesday, June 17th 2015, 10:11am

Author: Redeemer

Cannot find soundinterface.swf and sound interface.js files

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...