Great. Thank you very much!
S.
Great. Thank you very much!
S.
HI.
When I activate the littleplanetintro it has a conflict with my limitview setting.
What can do to use the littleplanet and limitview at the same time ?
Thanks
S.
scene: <view hlookat="-106.0" vlookat="0.0" fovtype="MFOV" fov="93" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="range" hlookatmin="-180" hlookatmax="+180" vlookatmin="-45" vlookatmax="+45" />/>
Littleplanetintro
<action name="skin_setup_littleplanetintro" scope="local">
skin_hideskin(instant);
set(global.lpinfo, scene=get(xml.scene), hlookat=get(view.hlookat), vlookat=get(view.vlookat), fov=get(view.fov), fovmax=get(view.fovmax), limitview=get(view.limitview) );
set(view, fovmax=170, limitview=lookto, vlookatmin=90, vlookatmax=90);
lookat(calc(global.lpinfo.hlookat - 180), 90, 150, 1, 0, 0);
set(events[lp_events].onloadcomplete,
delayedcall(0.5,
if(lpinfo.scene === xml.scene,
set(control.usercontrol, off);
set(view, limitview=get(lpinfo.limitview), vlookatmin=null, view.vlookatmax=null);
tween(view.hlookat|view.vlookat|view.fov|view.distortion, calc('' + lpinfo.hlookat + '|' + lpinfo.vlookat + '|' + lpinfo.fov + '|' + 0.0), 4.0, easeOutQuad);
delayedcall(3.0,
set(control.usercontrol, all);
tween(view.fovmax, get(lpinfo.fovmax));
skin_deeplinking_update_url();
delete(global.lpinfo);
skin_showskin();
if(skin_settings.thumbs AND skin_settings.thumbs_opened, skin_showthumbs() );
);
,
delete(global.lpinfo);
);
);
);
</action>
Strange, maybe some kind of OSX access permission problem...
Whats the full path of your images?
The last few days I've tested several locations.
Internal disk, external disks.. so far no succes but a few minutes ago something strange happened.
Suddenly the droplet started working
At first it started working with a jpg but refused the tiff's.
For some files I needed to insist though... for some up to 3 times.
But it looks like the droplet has now awakened for all my files. ![]()
Only when I have my files on the desktop I still got the error.
(but that's not a drama)
Gr.
S
When do you get that error message?
When dropping a file into it, or?
What file was that?
When do you get that error message?
When dropping a file into it, or?
What file was that?
Hi. thanks for you reply.
It happens after selecting the image(s) and clicking on 'Process Images Now'.
But also when I drop my image(s) on the droplet.
I tested different (360x180) files and sizes. Tiff, jpg. 20000px, 8000px,etc..
gr.
S
Hello Klaus,
Lately I updated my Mac to Big Sur. (11.1) and downloaded the latest Krpano version 1.20.9.
I executed the FIX INSTALL OSX.command but I still got the message 'ERROR' when using the MAKE VTOUR Drople.
To be sure I just upgraded my license but no solution so far. ![]()
What can I do more to make it work ?
Thanks.
S.
FIX install.
ERROR
Hello,
Can I 'tween' a layer ?
I want it to slide into my window from left to right.
This doesn't work.. (but it does with a plugin)
<layer name="part1"
type="text"
align="bottomleft" x="-300" x.mobile="10" y="50" y.mobile="40"
html="here comes my text"
css="font-family:Verdana; font-size:12px; color:#ffffff;"
css.mobile="font-family:Verdana; font-size:6px; color:#888888;"
vcenter="false"
padding="8"
wordwrap="true"
bg="true"
bgcolor="0x9b1868"
bgalpha="1.0"
bgborder="0"
bgroundedge="3"
bgshadow=""
txtshadow=""
mergedalpha="true"
interactivecontent="false"
onautosized=""
alpha="0.8"
onloaded="tweensublimo1()"
/>
<action name="tweensublimo1">
tween(plugin[introimage].x, 30, 1.4, easeOutQuad);
</action>
Display More
UPDATE : I had to change
into
ps. good renderings! you do them yourself?
Yes ![]()
thank you all !
I'm far from an expert, but this is what I found in my 'old' code.
<!-- move the radar -->
txtadd(activespot, spot_, get(panoramas.current));
set(plugin[radar].visible, false);
delayedcall(0.01,
copy(plugin[radar].parent, activespot);
set(plugin[radar].visible, true);
copy(plugin[radar].heading, floors.floor[get(panoramas.pano[get(panoramas.current)].floor)].spot[get(panoramas.current)].heading);
);
and the heading setting
Maybe it might help.
S
Hi,
Years ago I made template with an old version of Krpano.
It had a plan for real estate virtual tours.
You can see an example here.
Lately I made a virtual tour using the Droplet op the latest Krpano version.
Now I wondered, how can I easily a map ?
I tried to insert my old map.xml using
Off course this doesn't work.
Is there a fast way to built the same with the latest version ?
Cheers.
S
aha.. there it is
Thank you, I'll check it out !
As said.. I've been away from krpano for a few years ![]()
S
Hi there.
I 've have been a while out of krpano-land..
In the past I could easily add hotspots with the vtoureditor.... but with the latest version I can't find this neither how to add simple hotspots between my scenes..
Anyone a golden tip ? ![]()
At this moment I try to use my old school style code
<hotspot name="spot1" style="skin_hotspotstyle_L" ath="-35.689" atv="10.557" linkedscene="scene_2_rwanda" />
<style name="skin_hotspotstyle"
url="hotspots/hs_boven.png"
alpha="0.5"
onover="tween(alpha, 1)"
onout="tween(alpha, 0.5)"
keep="false"
onclick="looktohotspot(get(name)); change_location(get(linkedscene))"
devices="all"
onhover="show_tooltip(get(panoramas.pano[get(linkedscene)].tooltip))"
/>
Unfortunately no luck so far.
Thanks!
S
Hello,
I used this code a while ago to open an external URL.
<hotspot name="spot2" style="skin_hotspotstyle_R" ath="94.824" atv="0.761" onhover="show_tooltip('naar boven - monter')" onclick="looktohotspot(get(name)); openurl('tour_2.html',_self);" />
On my computer it works perfect, but when I upload it to my server I got an error..
WARNING: unknown action: load_thumbnails
WARNING: unknown action: load_thumbnails
ERROR: loadscene() - scene “null” not found
Someone knows why ? ![]()
EDIT : sorry, I've found it. it was a setting in my hotspot code ![]()
Greetz.
Servaas
Hello.
I'm experimenting with crossdomain.
- an htacces was added to my server. (immo-virtueel.be)
- I added the crossdomain.xml file with acces for servaasvanbelle.be
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="http://www.servaasvanbelle.be" />
</cross-domain-policy>
I've created a simple test-tour with the latest krpano version and changed the locations of tour.swf and tour.js in my index.html page.
<script src="http://www.immo-virtueel.be/cross/tour.js"></script>
<div id="pano" style="width:100%;height:100%;">
<noscript><table style="width:100%;height:100%;"><tr style="vertical-align:middle;"><td><div style="text-align:center;">ERROR:<br/><br/>Javascript not activated<br/><br/></div></td></tr></table></noscript>
<script>
embedpano({swf:"http://www.immo-virtueel.be/cross/tour.swf", xml:"tour.xml", target:"pano", html5:"auto", mobilescale:1.0, passQueryParameters:true});
</script>
http://servaasvanbelle.be/vtour/
Works fine. ![]()
As it works fine I tried to adapt an older project by just changing the location of tour.swf and tour.js in my index.html page as above.
http://servaasvanbelle.be/vk17/tour.html
Does not work completely... ![]()
Computer says :
ERROR: hotspot[spot1] - loading of 'http://www.immo-virtueel.be/cross/hotspots/hs_boven.png' failed! ERROR: plugin[spot_scene_keuken] - loading of 'http://www.immo-virtueel.be/cross/hotspots/mapspot.png' failed! ERROR: plugin[spot_scene_badkamer] - loading of 'http://www.immo-virtueel.be/cross/hotspots/mapspot.png' failed! ERROR: plugin[spot_scene_salon] - loading of 'http://www.immo-virtueel.be/cross/hotspots/mapspot.png' failed! ERROR: hotspot[spot2] - loading of 'http://www.immo-virtueel.be/cross/hotspots/hs_boven.png' failed! ERROR: plugin[showhidemap] - loading of 'http://www.immo-virtueel.be/cross/images/plan_toon_bis.png' failed! ERROR: plugin[spot_scene_terras] - loading of 'http://www.immo-virtueel.be/cross/hotspots/mapspot.png' failed! ERROR: http://www.immo-virtueel.be/cross/plugins/radar.js - loading failed! (0) ERROR: plugin[map] - loading of 'http://www.immo-virtueel.be/cross/floorplans/0.png' failed! ERROR: plugin[spot_scene_kamer_01] - loading of 'http://www.immo-virtueel.be/cross/hotspots/mapspot.png' failed! ERROR: plugin[spot_scene_kamer_02] - loading of 'http://www.immo-virtueel.be/cross/hotspots/mapspot.png' failed!
Can someone explain why the first example works and the second one doens't ? ![]()
Thanks in advance !
Servaas
thank yououou !