Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "jeromebg" (Dec 17th 2016, 9:52pm)
Hi!
I would like to ask you two questions before buy it:
1. If I only have 4 o 5 panoramas, can they be centered on the screen?
2. In your examples you use several panoramas, and in small screens there is nothing that indicates that there are more panoramas down. Can you include a scrollbar or arrow that indicates this?
Thanks and congratulations for this excelent plugin.
Regards!
Hi,
I already bought the plugin, can you send me the centred version?
And I would like to ask another question: can I open an external xml file by clicking the thumb?
My intention is to make a start menu and call other virtual tours.
Regards!
Hi - what's the difference between the panotour version and the krpano version.
I use both, but want to migrate to using krpano more - but ideally I don't want to buy plugins twice
Thanks...
Great, the language vars are set in Krpano.
Is this already build in the plugin or do you still have to code this ?
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<krpano current_language="fr"> <events onxmlcomplete="change_language"/> <action name="change_language"> for(set(i,0), i LT scene.count, inc(i), if(current_language== fr, set(scene[get(i)].title, get(scene[get(i)].fr_title)); set(scene[get(i)].description, get(scene[get(i)].fr_description)); , set(scene[get(i)].title, get(scene[get(i)].end_title)); set(scene[get(i)].description, get(scene[get(i)].en_description)); ); ); </action> <scene name="scene_1" fr_title="Titre en français" en_title="English title" fr_description="Description en français" en_description="English description" .....> |