close panorama

Sound plugin (sound.swf)


  • a very simple sound plugin
    (it will be extended in the next version 1.0.8)
  • it just plays and loops a music file
  • subtag - sound

    attributes:
    • url
      path to the music file
      (relative to the xml file)
  • flash source code included (AS3 for the free MXMLC compiler)


example xml code - how to include it:
<krpano version="1.0.7">
   <plugin name="sound" url="plugins/sound.swf">
      <sound url="music.mp3" />
   </plugin>
   ...
</krpano>