Problem with scenes in the Flash version (HTML5/CSS version ok) of a virtual tour *SOLVEDª

  • I'm having this weird problem. Everything runs ok in the HTML5/CSS version of the virtual tour, but when I load it in Chrome or Firefox (via the SWF) it only loads one of the scenes (03-sala). When I use

    Code
    trace(scene.count)

    the result is 1, and not 3 like it should.

    Here's the simple code I'm using:

    The tour is being loaded with embedpano like this:

    Code
    <script>
    		embedpano({swf:"tour.swf", xml:"tour.xml", target:"panodiv", wmode: 'opaque', useHTML5: 'whenpossible'});
    	</script>

    Maybe a fresh pair of eyes can spot the problem...

    I'm using build 2012-01-25.

    Thanks,

    ––––•(-• zyON •-)•––––

    Edited once, last by zyON (February 27, 2012 at 6:29 PM).

  • Hi,

    <scene name="01-entrada" onstart="">
    <scene name="02-hall" onstart="">
    <scene name="03-sala" onstart="">

    using number as names, or more detailed - using names that were starting with a number are not possible/allowed in krpano and lead to miss-functions, because in this case the number is interpreted as 'index',

    see here:
    https://krpano.com/docu/xml/#name-notes

    best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!