
flowplayer("player", "fp/flowplayer-3.1.5.swf",  { 

         
    // here is our playlist with two clips 
    playlist: [ 
     
        { 
            url: 'fp/KMTax.flv',  
            autoPlay: false,  
             
            // video will be buffered when splash screen is visible 
            autoBuffering: true  
        } 
    ] 
});


