// a very simple setup 
flowplayer("div.player", "http://www.youcube.org/js/flow/flowplayer-3.1.4.swf",  { 
    clip: { 
        autoPlay: true, 
        autoBuffering: true 
    }, 
     
    // controlbar settings 
    plugins:  { 
        controls: {             
            
            /* you may want to remove the gradient */ 
            // backgroundGradient: 'none', 
            // backgroundImage: 'url(js/flow/flowpl_bg_yc.png)',
             
            // these buttons are visible 
            fullscreen:false,  
             
            // setup auto hide 
            autoHide: 'always',             
            
             
        } 
    } 
});
