
/*
  author:   Michael Eichelsdoerfer, www.michael-eichelsdoerfer.de
  version:  1.0
  client:   BayernSPD, www.bayernspd.de
  about:    loading the audioplayer via JS;
            file is generated dynamically via XSLT; (may be empty as well...)
*/

  

var flashvars = {
  file: "/hoer-dir-das-an-xml/",
  height: "87",
  width: "336",
  shownavigation:"true",
  autostart: "false",
  displayheight: "0",
  showicons: "false",
  thumbsinplaylist: "false",
  frontcolor: "0x666666",
  lightcolor: "0x5a84be",
  searchbar: "false",
  volume: "100"
};

var params = {
  allowfullscreen: "false"
};

var attributes = {};

swfobject.embedSWF("/workspace/assets/mediaplayer/mediaplayer.swf", "musik-zur-wahl", "336", "87", "8.0.0", false, flashvars, params, attributes);

