You are not logged in.

Search results

Search results 1-20 of 21.

Sunday, June 13th 2021, 5:47pm

Author: thienkd

How to set tour title by language

Hello ! Can I set the title of the krpano tour by language? I understand I have to define the title according to the language but I'm not sure how to assign it. <strings name="english" text1="English title" /> <strings name="other_language" text1="Other_language title" /> <action name="startup" autorun="onstart"> ..... set(language, english); </action> and in the krpano tag i write: <krpano version="1.20.6" title="get(strings[get(language)].text1)">

Wednesday, May 26th 2021, 11:19am

Author: thienkd

SoundInterface doesn't work on iPhone. Why?

Quoted from "jeromebg" Just tried on iPhone 6S with latest IOS and it works as expected BUT on the krpano exemple you posted playsound is used, that means the audio file must be fully loaded before playing (not like streamsound) so if you connection is slow it can take a while before you hear anything. Hi jeromebg ! This is my code: <action name="startup" autorun="onstart"> if(startscene === null OR !scene[get(startscene)], copy(startscene,scene[0].name); ); loadscene(get(startscene), null, MER...

Wednesday, May 26th 2021, 2:53am

Author: thienkd

SoundInterface doesn't work on iPhone. Why?

Quoted from "klaus.krpano" Hi, hmm... it should work (and it does on all my iOS test devices)... Did you touch the screen to start the sound? Best regards, Klaus yes, but there is no sound coming out on my iPhone :( I do know that Apple blocks autoplay sound, and I tried touching the screen and it doesn't work either

Tuesday, May 25th 2021, 12:52pm

Author: thienkd

SoundInterface doesn't work on iPhone. Why?

Hello everyone, hello Klaus! I am facing problem with SoundInterface where it works fine on PC and Android but not on my iPhone. Even the example on krpano's homepage. I tried on my iphone and it doesn't work either. Can someone help me with this problem? I use iPhone 7 Plus, IOS 13.5 https://krpano.com/releases/1.20.9/viewe…groundsound.xml

Tuesday, May 18th 2021, 5:23am

Author: thienkd

Is it possible to get mouse coordinates on specific layer?

Quoted from "spacerywirtualne" Hi, maybe this? https://krpano.com/docu/actions/#layertoscreen Piotr Thank you very much

Thursday, May 13th 2021, 12:07pm

Author: thienkd

Is it possible to get mouse coordinates on specific layer?

Hello ! I have an image layer. I want to get the coordinates of the mouse when moving the mouse in that layer area. Is this problem possible?

Friday, May 7th 2021, 3:24am

Author: thienkd

Is it possible to get a title and thumbnail for the Scene that is attached to the hotspot?

Hi everybody! Is there a way to get the title and thumbnail of the Scene when it is mounted on a hotspot? Example: I have 2 scene, scene1 and scene2. At scene1 I attached a hotspot to scene2. I want to hover over that hotspot and it will display the scene2's title and thumbnail. Is it possible? Someone please explain for me. Thanks

Wednesday, December 16th 2020, 2:13am

Author: thienkd

Sound doesn't work on iPhone

Quoted from "klaus.krpano" Hmm... that doesn't make much sense... The iPhones are not muted or have volume set to zero? I'm not sure about this, but when I tested it on a few Apple devices, it did.

Tuesday, December 15th 2020, 9:44am

Author: thienkd

Sound doesn't work on iPhone

Hi Klaus ! I tried to click / touch but it doesn't work. UPDATE: It works but only with headphones, when I am not using the headset no sound is played at all. I tried on: ipad IOS 11 (work), iphone 6 iOS 12 (not working), iphone 7 plus IOS 13.5 (not working), iphone 7 plus IOS 14.2 (not working), iPhone XS Max IOS 14.2 ( work) Quoted from "klaus.krpano" Hi, playing a media without user-gesture (click/touch) is not allowed (by the browser). But that means: after touching anywhere on the screen, t...

Tuesday, December 15th 2020, 9:43am

Author: thienkd

Sound doesn't work on iPhone

Hi Klaus ! I tried to click / touch but it doesn't work.

Tuesday, December 15th 2020, 9:13am

Author: thienkd

Sound doesn't work on iPhone

Hello ! I have an audio file for background music, it works fine in the PC browser, but on my iPhone it doesn't work. Have you come across a situation like this? Can you give me the solution? Thanks. This is my code: <plugin name="soundinterface" keep="true" url="plugins/soundinterface.js" preload="true" volume="1" mute="false"/> <action name="startup" autorun="onstart"> playsound(bgsound, audio/bgsound.mp3, true, 0.75); </action>

Tuesday, December 8th 2020, 8:29am

Author: thienkd

Is it possible to edit the online tour?

Hello ! I have an idea to make a tour admin system like https://kuula.co/ . And I'm wondering can we bring the hotspot editing function, change the hotspot image ... integrate on the website? Please answer my question, so I can get my next idea. Thanks

Monday, October 12th 2020, 10:46am

Author: thienkd

How to change background color of control-bar

Quoted from "Sergey74" It's very easy! Open your tour.xml Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 <skin_settings maps="false" ... design_bgcolor="0x2D3E50" design_bgalpha="0.8" design_bgborder="0" design_bgroundedge="1" design_bgshadow="0 4 10 0x000000 0.3" design_thumbborder_bgborder="3 0xFFFFFF 1.0" design_thumbborder_padding="2" design_thumbborder_bgroundedge="0" design_text_css="color:#FFFFFF; font-family:Arial;" design_text_shadow="1" /> hi sergey ! Thank you .

Saturday, October 10th 2020, 2:59am

Author: thienkd

How to save the view while navigating to other hotspots

Quoted from "Tuur" Hi, Quoted from "Tuur" I think he/you want a return action. Pano 1--> pano 2 .. Pano 2--> pano 1, lookat(160,0,95); Quoted from "Tuur" ..or so.. create action to call: Return(scene_tomato, 160); Quoted from "Tuur" loadscene(%1); lookat(%2,0,95); Quoted from "Tuur" (On phone now) Quoted from "Tuur" Tuur Hi Tuur ! Thank you very much !

Saturday, October 10th 2020, 2:58am

Author: thienkd

How to save the view while navigating to other hotspots

Quoted from "Sergey74" It's not entirely clear what you mean Quoted How to change view under hotspot but study it, it might help. https://krpano.com/docu/actions/#loadscene Hi Sergey ! I will learn more. Thanks Quoted from "Sergey74" It's not entirely clear what you mean Quoted How to change view under hotspot but study it, it might help. https://krpano.com/docu/actions/#loadscene

Friday, October 9th 2020, 12:50pm

Author: thienkd

How to save the view while navigating to other hotspots

Hi, I'm working on a personal project. But I have a little problem that when I am on hotspot A, move to hotspot B everything is ok. But I want to return to hotspot A, the viewing angle remains the same. How to change view under hotspot. Can someone answer for me? A lot of people read it, but I didn't get any response.

Friday, October 9th 2020, 4:18am

Author: thienkd

How to change background color of control-bar

Hi, I'm new to the Krpano. I want to change the control bar's background color to match my project. Can someone please help me? Thanks.