   /* use flashembed to place flowplayer into the "flowplayer" div (below) */
   flashembed("flowplayer", 
  
    /* 
      the first argument supplies standard Flash parameters
      http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
    */
    {
      src:'../FlowPlayerDark.swf',
      width: 400, 
      height: 290
    },
    
    /*
      the second argument is Flowplayer specific configuration
      http://flowplayer.org/player/configuration.html
    */
    { config: {
	      autoPlay: false,
	      autoBuffering: true,
	      controlBarBackgroundColor: '0x334488',
	      initialScale: 'scale',
	      videoFile: 'equalsay/bbq512.flv',
        loop: false,
        showMenu: false,
	      splashImageFile: 'images/coconuts.jpg'
    }} 
  );
