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 •-)•––––

    Einmal editiert, zuletzt von zyON (27. Februar 2012 um 18:29)

  • 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

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!