
/* Initialise the Flowplayer Flash media player system, starts buffering, but doesn't autoplay */
flowplayer("player", "flash/flowplayer-3.1.2.swf",  { 
    clip: {        
        // these two configuration variables does the trick 
        autoPlay: true,  
        autoBuffering: true // <- do not place a comma here   
    } 
});
