

/*** Flash Integration ***/

jQuery(document).ready(   
  function () {
    jQuery('#mediaplayer').flash(
      {   
        // test.swf is the flash document
          src: '/wp-content/themes/seereisen/mediaplayer/slideshowpro.swf',
          width: 900,
          height: 280,
          WMode:  'Opaque',
        // these arguments will be passed into the flash document   
          flashvars: 
            {
            paramXMLPath: '/wp-content/themes/seereisen/mediaplayer/param.xml',
            xmlFilePath:  '/wp-content/themes/seereisen/mediaplayer/images.xml.php'
            }
      }   
    );   
  }  
);






