Beiträge von olioli

    Hello everyone,

    I was wondering if it's possible to have white arrow come from below you pointing at the hotspot. Also, can it a simple script that generates a new arrow for every hotspot on the map. I don't want to keep rewriting code for every hotspot in a pano.

    Basically attach an extra arrow to every hotspot on top of the ground.

    I feel like this makes it easier for users to see how many hotspots are in a pano. They don't have to view the entire room to get a sense at what rooms are viewable.

    Thank you.

    Hello everyone I was wondering if there was any way to look at these flash tours with some kind of code viewer. What I would like to see is all the actions that are being performed and any small errors happening along the way. I'm running into these problems where random things disappear like the move up or down button.... Is it my browser? In any case, I would like to know the best way to debug these things....

    I've heard other people use firebug netTab, and I don't see how it's useful...

    Thank you everyone

    Hi Klaus again, thank you for replying to my questions

    I'm currently using Kolor Pantour Pro 1.8 to generate my swf,xml, and html files. Should I use the actual
    krpano Tools 1.0.8.15
    ?
    In my build.xml, it has

    Code
    <!-- Generated By Kolor Panotour 1.8.0 -->
    <krpano version="1.0.8.14" logkey="false">

    I only have build.xml and build0.xml, both files of course load first.

    Build0.xml has the hotspot properties I want to control

    Code
    <hotspot name="spot0" onclick="closeallobjects();if(flying == 1.0, flyback(spot0), flyout(spot0) );" 
    url="builddata/graphics/spots/spot0.png" distorted="true" ath="44.0311" atv="-5.2106" width="84"
     height="8" flying_width="728" flying_height="90" backup_width="84" backup_height="8" flying="0" 
    backup_rx="20.4057" backup_ry="0.409675" backup_rz="-2.24183" rx="20.4057" ry="0.409675" rz="-2.24183" />

    If so, I probably would like to leave that as a last resort... However, is this the right forum to this question? I JUST realized that this website isn't where I got the kolor pano program from....

    Sorry.

    Unfortunately... that did not work...

    I don't even get errors in my console. I was actually hoping to get them since I don't have the hotspot names right and the images like 1.jpg isn't there.

    However it just ignores the variables part.

    Is there a simple test to see if there's any way possible I can communicate with the tour through javascript? I have made no progress with communicating anything to it at all. I would like to see something. Errors would be great. Or is this related to Kolor PTP program? I have a real license.

    I downloaded the examples from the javascript interface documentation and I get a text "license error" on my local and online server. (I might post a thread on this later or something, please ignore this for now)

    Thank you

    Hello everyoe, I was wondering if there was a way to communicate with the build files externally like changing the image url here.

    For example

    Code
    <script src="swfobject/swfkrpano.js"></script>
      <div id="container">
      	<div id="panoDIV" style="height:100%;">
        	<script>
    
    
          	embedpano({target:"panoDIV",swf:"build.swf"});
        	embedpano.set(hotspot[0].url, "www.website.com/1.jpg");
       	//change the hotspot image here
        	</script>

    Thank you!

    Hello everyone,

    I was wondering if you can help me set variables externally and have the file set it internally...
    These are links I want to change at certain times and I don't want to rebuild in kolor every time. Also this link is completely new page.

    Here's some stuff that might help

    Thank you everyone