Posts by servaas

    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 *huh* *confused* *question*
    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. *thumbsup*

    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. *huh*

    What can I do more to make it work ?
    Thanks.
    S.

    FIX install.

    ERROR

    thanks for the tip, but....

    Code
    ....
           alpha="0.0"
           onloaded="tweensublimo1()"
           />
           
           <action name="tweensublimo1">
    	tween(plugin[deel1].alpha, 0.8, 4);
    	delayedcall(8.0, tweensublimo1() );
    	</action>

    I tried this, but no succes.. *unsure*

    hi,

    On a layer I added a tween (alpa).

    Code
    ...
            onloaded="tweensublimo1()"
           />
           
           <action name="tweensublimo1">
    	tween(plugin[deel1].alpha, 0.8, 4);
    	</action>

    How can I easily add a waiting time ?
    Let's say I want the 'tween' to start after 8 seconds.

    Thanks!
    S

    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)


    UPDATE : I had to change

    Code
    <action name="tweensublimo1">
    	tween(plugin[introimage].x, 30, 1.4, easeOutQuad);
    	</action>


    into

    Code
    <action name="tweensublimo1">
    	tween(player[part1].x, 30, 1.4, easeOutQuad);
    	</action>

    I'm far from an expert, but this is what I found in my 'old' code.

    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

    Code
    <spot name="scene_kitchen" x="255" y="285" heading="90" />"

    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

    Code
    <include url="xml/map.xml" />


    Off course this doesn't work.
    Is there a fast way to built the same with the latest version ?

    Cheers.
    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 ? *blink*

    At this moment I try to use my old school style code

    Code
    <hotspot name="spot1" style="skin_hotspotstyle_L" ath="-35.689" atv="10.557" linkedscene="scene_2_rwanda" />
    Code
    <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.

    Code
    <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..

    Code
    WARNING: unknown action: load_thumbnails
    WARNING: unknown action: load_thumbnails
    ERROR: loadscene() - scene “null” not found


    Someone knows why ? *blink*

    EDIT : sorry, I've found it. it was a setting in my hotspot code *huh*

    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
    <?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.

    Code
    <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. *thumbsup*

    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... *huh*

    Computer says :

    Code
    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 ? *cry*

    Thanks in advance ! *w00t*
    Servaas