Hello
Your plugin is excellent.
Could you tell me about the DISTORED HOTSPOT EDITOR?
In my environment, when using hotspots with style, I cannot obtain the coordinates even when clicking print.
However,
In Toolbox V1, the coordinates are displayed.
Is there any solution?
Posts by shinji
-
-
s-maier -san.
Thank you.It seems that you can overwrite with the same name.
In the case of non-professional code, if there is a mistake somewhere, you may be able to get it to work by changing the loading order.
This is the method I often use for tests when I don't have time...
Sorry for my bad EnglishThanks for the advice!
I changed the xml as advised.It turned out to be the movement I was hoping for.
However, unfortunately youtube won't play.
I might be wrong,
I think I did my best to research as well.
日本語で tomozoh932 返事が遅くなり申し訳ありません。あなたのアドバイスで希望通りの動きになりました。ありがとうございます。
ただyoutubeが再生されません。このあたりは私のミスなのか ACTIONの記述を変更する必要があるかもしれませが、調べてみたいと思います。
アドバイスありがとうございます! -
I embedded a YouTube video by referring to Inline Video Players.
I changed the setting of littleplanetintro to "true".It worked correctly.
krpano - 2102223_AMU_PANO_007Code
Display MoreI described the hotspot settings in the <scene> tag as shown in the sample. <scene name="scene_2102223_AMU_PANO_007" title="2102223_AMU_PANO_007" onstart="" thumburl="panos/2102223_AMU_PANO_007.tiles/thumb.jpg" lat="" lng="" alt="" heading=""> <control bouncinglimits="calc:image.cube ? true : false" /> <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" /> <preview url="panos/2102223_AMU_PANO_007.tiles/preview.jpg" /> <image> <cube url="panos/2102223_AMU_PANO_007.tiles/%s/l%l/%0v/l%l_%s_%0v_%0h.jpg" multires="512,640,1152,2304,4736" /> </image> <!-- Youtube hotspot --> <hotspot name="youtubespot" url="youtube_icon.png" scale="2.5" zoom="true" ath="+26.5" atv="0" onclick="looktohotspot(get(name),90); youtubeplayer_open('QfCKecmPzKU');" /> </scene>
Next, I modified the hotspot settings to load via include.
When I played it, during the expansion from the little planet view, it ends up facing towards the bottom.
krpano - 2102223_AMU_PANO_007It seems that this symptom occurs when loading the hotspot via include instead of directly describing it within the <scene> tag.
Code
Display More<scene name="scene_2102223_AMU_PANO_007" title="2102223_AMU_PANO_007" onstart="" thumburl="panos/2102223_AMU_PANO_007.tiles/thumb.jpg" lat="" lng="" alt="" heading=""> <control bouncinglimits="calc:image.cube ? true : false" /> <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" /> <preview url="panos/2102223_AMU_PANO_007.tiles/preview.jpg" /> <image> <cube url="panos/2102223_AMU_PANO_007.tiles/%s/l%l/%0v/l%l_%s_%0v_%0h.jpg" multires="512,640,1152,2304,4736" /> </image> <include url="youtubespot.xml" /> </scene> ------------------------------------------------------------------------------------------------------------------------ <krpano> <!-- youtubespot.xml --> <hotspot name="youtubespot" url="../icon/skin_add/youtube_icon" zoom="true" ath="-1.40779483752436" atv="-0.03737372677134" scale="0.26000000000000" onclick="looktohotspot(get(name),90); youtubeplayer_open('Z_uyJJubvEI');" /> </krpano> ------------------------------------------------------------------------------------------------------------------------
in the tour I am currently creating, there are a large number of hotspots. Therefore, I would like to avoid directly configuring the hotspots in the tour.xml file and instead load them via an include file, if possible.
Is there any solution for this?
Please help me.
-
-
Hello Everyone,
When you move the scene, the BGM will start playing from the beginning. I want to play BGM without interruption even when the scene changes.Someone please give me some advice.
Code
Display More<krpano version="1.20.11" title="Virtual Tour"> <include url="skin/vtourskin.xml" /> <!-- customize skin settings: maps, gyro, webvr, thumbnails, tooltips, layout, design, ... --> <skin_settings maps="false" maps_type="google" maps_bing_api_key="" maps_google_api_key="" maps_zoombuttons="false" maps_loadonfirstuse="true" gyro="true" gyro_keeplookingdirection="false" webvr="true" webvr_keeplookingdirection="true" webvr_prev_next_hotspots="true" autotour="false" littleplanetintro="false" followmousecontrol="false" title="true" thumbs="true" thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160" thumbs_opened="false" thumbs_text="false" thumbs_dragging="true" thumbs_onhoverscrolling="false" thumbs_scrollbuttons="false" thumbs_scrollindicator="false" thumbs_loop="false" tooltips_buttons="false" tooltips_thumbs="false" tooltips_hotspots="false" tooltips_mapspots="false" deeplinking="false" loadscene_flags="MERGE" loadscene_blend="OPENBLEND(0.5, 0.0, 0.75, 0.05, linear)" loadscene_blend_prev="SLIDEBLEND(0.5, 180, 0.75, linear)" loadscene_blend_next="SLIDEBLEND(0.5, 0, 0.75, linear)" loadingtext="" layout_width="100%" layout_maxwidth="814" controlbar_width="-24" controlbar_height="40" controlbar_offset="20" controlbar_offset_closed="-40" controlbar_overlap.no-fractionalscaling="10" controlbar_overlap.fractionalscaling="0" design_skin_images="vtourskin.png" 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" /> <!-- For an alternative skin design either change the <skin_settings> values from above or optionally include one of the predefined designs from below. --> <!-- <include url="skin/vtourskin_design_flat_light.xml" /> --> <!-- <include url="skin/vtourskin_design_glass.xml" /> --> <!-- <include url="skin/vtourskin_design_ultra_light.xml" /> --> <!-- <include url="skin/vtourskin_design_117.xml" /> --> <!-- <include url="skin/vtourskin_design_117round.xml" /> --> <!-- <include url="skin/vtourskin_design_black.xml" /> --> <scene name="scene_1" title="1" onstart="" thumburl="panos/1.tiles/thumb.jpg" lat="" lng="" heading=""> <control bouncinglimits="calc:image.cube ? true : false" /> <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" /> <preview url="panos/1.tiles/preview.jpg" /> <image> <cube url="panos/1.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,256" /> </image> <plugin name="soundinterface" url="plugins/soundinterface.js" rootpath="" preload="true" keep="true" /> <events name="currentpano" keep="true" onnewpano="playsound(bgsnd, 'file/e.mp3', 0);" /> </scene> <scene name="scene_2" title="2" onstart="" thumburl="panos/2.tiles/thumb.jpg" lat="" lng="" heading=""> <control bouncinglimits="calc:image.cube ? true : false" /> <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" /> <preview url="panos/2.tiles/preview.jpg" /> <image> <cube url="panos/2.tiles/%s/l%l/%v/l%l_%s_%v_%h.jpg" multires="512,256" /> </image> </scene> </krpano>
Thanks in advance for your attention.
Have a nice day everybody :)
-
Hello,
The utl generated when you start tour_testingserver_macos, but the 5 digits after the IP address change every time. Anyone know how to fix this?
this part changes every time
:55287
-
-
-
hi,
there are two small limitations
- video with direct link hosted by vimeo freezes on iOS - no problems with desktop, Android not checked
(maybe the forwarding to AKAMAI is the problem)- the number of simultaneous videos is limited because of computing power (-> Firefox has problems, Chrome not)
I have seen a krpano solution with about 10-20 small video loops per scene at the same time and on Firefox it's was not really usableJürgen
Dear Jürgen
Thank you! -
-
-
-
Dear Klaus
I am happy to be able to solve the problem.>try to avoid '-' characters in variables names!
Is it okay to use'_' instead of'-'?
-
Hello.
When opening the map, the size is adjusted to fit the width and height of the screen.
https://bamboograss.penne.jp/panorama_test_…V1/floor-1.html
The map image moves in an unnatural manner when the map opens and closes.
I have tried various methods but cannot find the cause.Can anyone give me some advice?
"
<!-- the map image -->
<layer name="map" url="../skin_map/inmap.png" keep="true" handcursor="false" capture="false"
align="lefttop"
width= "30%"
height= "prop"
scale="1" scalechildren="true"
onclick="openmap();"
onloaded="
set(layer-map-imagewidth,layer[map].imagewidth);
showlog(); trace('layer-map-imagewidth-',get(layer-map-imagewidth));
set(layer-map-imageheight,layer[map].imageheight);
showlog(); trace('layer-map-imageheight-',get(layer-map-imageheight));"
/>
<action name="openmap">
set(layer[map].onclick, closemap(); );
layer[map].changeorigin(center,center);
showlog(); trace('a');
set(bigscale,1);
if(layer-map-imagewidth GT stagewidth, div(bigscale, stagewidth, get(layer-map-imagewidth)); );
div(screenaspect, stagewidth, stageheight);
div(imageaspect, get(layer-map-imagewidth), get(layer-map-imageheight));
if(imageaspect GT screenaspect,
set(layer[map].height,prop);
tween(layer[map].x, 0);
tween(layer[map].y, 0);
tween(layer[map].width,80%);
showlog(); trace('b');
,
set(layer[map].width,prop);
tween(layer[map].x, 0);
tween(layer[map].y, 0);
tween(layer[map].height,80%);
showlog(); trace('c');
);
</action><!-- map closing - -->
<action name="closemap">
set(layer[map].onclick, openmap(); );
layer[map].changeorigin(lefttop,lefttop);
tween(layer[map].x, 0);
tween(layer[map].y, 0);
tween(layer[map].width, 30%);
set(layer[map].height,prop);
</action>" -
I'm in trouble! Please give me some advice.
I want to find the percent of the screen width vs. the pixel width of the image.
[div(crose-map-ratio-h,get(layer[map].pixelheight),stageheight);]
Is there a way to convert the value of crose-map-ratio-h to a percentage?
best regard:)
-
About the function of adding hotspots in Virtual Tour Editor
In the FLASH version, you could change the size and rotation of the hotspot.
Is it possible to change the size and rotation of hotspots in the new VTour Editor?I'm looking for information but can't find it.
-
Hi
My video does not loop.(iOS)
However, not all.Video export in the afttereffects and Autopano Video does not loop.
http://bamboograss.penne.jp/test/150601_kr…p_not/tour.htmlVideo export in the Handbrake does loop.
http://bamboograss.penne.jp/test/150601_kr…op_ok/tour.html
To me I do not know this difference.
Please Help!
-
Thank you!
Wow, thats cheesy. But a nice work. Why did you leave the options button?
Hello Dr. Schneckem
The purpose is to confirm whether the thing smoothly seen with friend's personal computer is possible.The setting is changed and tested then and there.
-
Hello ..everybody...
It is a panorama of cherry blossoms of spring in Japan.
small size
http://bamboograss.penne.jp/panorama/10032…n_04_small.htmllarge size