
// install everything after page is ready
window.onload = function() {
    
    $f("player", "media/flowplayer-3.2.5-0-ines.swf",  {
    
        clip: {
            autoPlay: true,
            autoBuffering: true,
            bufferLength: 3,
            fadeInSpeed: 2000,
            fadeOutSpeed: 2000,
            scaling: 'fit',
        },
        
        plugins: {
            controls: {
                time: false,
                stop: true,
                fullScreen: false,
                volumeColor: "#8AAF48",
                show: false
            }
        }        
    });  
};
