var fpConf = {
autoPlay: false,
playlist: clips,		
height:390,
key: '$366f258b6821b555f27', 	

plugins: { 
		content: {  
         url: 'flowplayer.content-3.0.2.swf', 
 
         // plugin is initially hidden          
         //display: 'none', 
         backgroundImage: "/img.png",
         // no background and decorations 
         backgroundGradient: 'none', backgroundColor: 'transparent', border: 0,   
          
         // position and dimensions 
         top: 0, left: 0,  width: 140, height: 120,          
          
         // click on the image goes to certain place 
         onClick: function() {  
             window.open(myurl,"myw"); 
         } 
      },
      controls: { 

        bottom:5, 
        left:10,
        height:24,
        width:640,
        backgroundColor: '0x253133', 
        backgroundGradient: 'low', 

        fontColor: '#ffffff',      
        timeFontColor: '0xFFCC00',  
        autoHide: 'auto', 
   
        controlsOverVideo: 'ease',
        play:true,      
        volume:true, 
        mute:true,  
        time:true,  
        stop:true, 
        playlist:true,  
        fullscreen:true, 
         

        scrubber: true         
         

    }
}
}
