Fatal loading error xml file

  • Hi,

    I have a problem with the xml file.

    Why when all the files (and paths relative to the animation) are in the same path that my php file, it works?

    code:
    <script> var viewer = createPanoViewer({swf:"krpano.swf"}); viewer.addVariable("xml","krpano.xml"); viewer.embed("panocontent"); </script>

    And when I put the files (and paths relative to the animation) in another path, it doesn't work ? >>> Fatal : IO error.... problem loading xml file

    code:
    <script> var viewer = createPanoViewer({swf:"media/1/krpano.swf"}); viewer.addVariable("xml","media/1/krpano.xml"); viewer.embed("panocontent"); </script>


    I'm going crazy with this stuff....
    What's the problem????

Participate now!

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