Posts by jaymdouglas

    I have my pano working great but when I load it with IE6 I receive an error stating: "swfkrpanomousewheel.js" is undefined.

    My code is as follows:
    <script type="text/javascript" src="Flex/swfobject/swfobject.js"></script>
    <script type="text/javascript" src="Flex/swfobject/swfkrpanomousewheel.js"></script>

    <script type="text/javascript">

    if (swfobject.hasFlashPlayerVersion("6.0.0"))
    {
    var flashvars = {
    pano: "<?php echo $jumi[2];?>"
    };
    var params = {
    allowfullscreen: "true",
    bgcolor: "#000000"
    };
    var attributes = {
    id: "<?php echo $jumi[1];?>",
    name: "my_pano"
    };
    swfobject.embedSWF("Flex/krpano.swf", "<?php echo $jumi[0];?>", "100%", "400px", "9.0.28", "Flex/swfobject/expressInstall.swf", flashvars, params, attributes);
    swfkrpanomousewheel.registerObject("<?php echo $jumi[1];?>");

    }
    else

    {
    document.getElementById("<?php echo $jumi[0];?>").innerHTML = '<center>ERROR:<br><br>Adobe Flash Player 9 needed<br><br><br><a href="http://www.adobe.com/go/getflashplayer/" target="_blank"><IMG SRC="http://www.macromedia.com/images/shared/…lash_player.gif" BORDER="1"></a><br>...click here to download...<br><br><br><br></center>';
    }
    </script>


    <div id="<?php echo $jumi[0];?>">
    <center>ERROR:<br><br>Javascript not activated<br><br>Javascript is required to see the pano<br><br></center>
    </div>

    As if the Subject isn't confusing enough...

    Here is my issue and I'm hoping someone has encountered this before. I am trying to incorporate KRPANO into Joomla 1.5 (Graydon) has been a huge help, but right now I am working on the site locally using "XAMPP", once complete I'll upload it.

    Anyways, using JUMI I can get the PANO to load I keep getting the "Javascript not activated" error. No matter what dir I place my "swfobject" files in I am unable to access it. Does anyone have any experience with this.

    I've put them in every possible location, and I've used every combination of dir changes to find them and nothing. "/", "../", "../", "../../"...

    Thanks...

    Hi, I was playing with the Combo Box plugin and I noticed that in the demos it loaded sphere images - is there a way to load different XML files through it instead. I use tiles for my tours, so loading sphere wouldn't work for my app.