Search results
Search results 1-20 of 155.
Quoted from "lizard.king" Small question: Is there a way, how a hotspot could open a gallery in the scroll mode (large images) with a specific gallery image, When galleries are opend like this, they always seem to open at the first image, but for my current pupose it would be necessary to open a specific image either based on its name (or if not passible otherwise based on its index). How can I achive this? There is an action to add in your code to perform this Source code 1 2 3 4 5 6 7 8 9 <ac...
Quoted from "lizard.king" Just wanted to grab the latest version of the gallery, but it seem the downloadpage is down resp. cant be reached. it's strange ! I just tested it now and it is working. https://photo.maelbathfield.net/proteist…llery/#download
Release of version v2.3.0 See version history here for all the changes, but mainly there are: - New gallery attribute “fn_thumbs” to display a carousel of squared thumbs in the top of the scroll gallery. - New <mls … /> nodes for multi-language support of gallery titles and of image titles. - Multi-language management in the EDITOR. - New gallery attribute “info” in order to display complementary information about the gallery. Download again DEMO VERSION here for updating.
"is there any way to avoid the re-loading of the file which was already loaded ? " actually is yes ! I remembered the existence of if="condition" in xml element like that <include url="design_default.xml" if="design == default" />
Hi, the new feature <include> elements inside <scene> elements is great Apparently, in the case of the presence of the same <include> element in several scene (e.g. <include url="my_settings.xml" /> ), the file my_settings.xml is loaded again. It does not seem to induce problems, but my simple questions are: - is there a significant impact on performance/loading time ? - if yes, is there any way to avoid the re-loading of the file which was already loaded ?
Really nice virtual tour in this strange place !! Thanks you for sharing it.
Release of version v2.2.1 See version history here for all the changes. Download again DEMO VERSION here for updating.
Release of version v2.2.0 for correcting some major bugs and for improving compatibility with krpano v2.0.7 :)
Release of version v2.1.1 for correcting some bugs !
I did that by (temporarily) removing my license in the krpano tools and then creating a unlicensed js
For Q1, there is no specific attribute for that but you can get the width of the original sphere image with the help of some available attributes: - you can get the size of cube face with: Source code 1 level[calc(image.level.count-1)].tiledimagewidth - then just multiply by PI to get the original sphere image
Release of version v2.1.0 See version history here for all the changes, but mainly there are: - Full google fonts support - New styles/colors for interface buttons : see the updated example here Download again DEMO VERSION here for updating.
Quoted from "indexofrefraction" its simple... just set(sound[name].onplay, 'trace("yehh, playing!")'); set(sound[name].onstop, 'trace("ouch, stopped.")'); Thanks ! I was trying somethings much more complicated !!
Hi, can someone explain me how to use the sound events from the new sound interface ? Source code 1 2 3 4 5 6 sound[name].onloaderror sound[name].onplay sound[name].onpause sound[name].onstop sound[name].onseeked sound[name].oncomplete I don't get the syntax to launch an action when one of this event occurs.
Thanks Klaus for this quick update
I finally thought that i can define the scale value after creation of the new spotstyle !! Source code 1 set(layer[skin_map].spotstyle[MY_NEW_STYLE].scale,0.5);
hi, we can choose a scale value when defining a spotstyle statically: Source code 1 2 3 4 5 6 7 8 9 <spotstyle name="MYSTYLE" url="" overurl="" activeurl="" edge="center" x="0" y="0" scale="0.8" /> But apparently, we cannot do the same when defining a spotstyle dynamically with a addspotstyle action: https://krpano.com/plugins/googlemaps/#addspotstyle is it normal such a limitation ?
The encrypt tool does not crash anymore with v1.20.1 but, apparently, it does not correctly encrypt files which contain comments, so the problem is worse !! For example, i have an non-crypted file of 90Ko, it is encrypted correctly with v1.20 (and give a file of 32Ko), but with v1.20.1 the encrypted file is only 2Ko (and obviously, i have a parsing error). After removing all comments, i get again a 32Ko file which seems to work correctly.
Release of a MAJOR update with version v2.0.0 A lot of changes compared to the previous version !! see version history here HOW TO UPDATE: Download again DEMO VERSION here , then follow the instructions of the 2 sections 'Plugin Installation / Update' and 'Customization of the layout and functionalities of the gallery' from the documentation:)
did you simply try (for your first example code) Source code 1 get(node.subnode[a].content)