// JavaScript Document
flowplayer("player", "http://www.fespesp.org/securyte/flowplayer-3.1.5.swf", { 
    clip:  { 
		baseUrl: 'http://www.fespesp.org/',
		subTitle: "TV FESPESP, em defesa do Servidor Público Paulista",
        //autoPlay: true, 
		time: '30 sec',
        autoBuffering: true 
    } 
	
	, plugins: {            // load one or more plugins 
        controls: {            // load the controls plugin 
            url: 'http://www.fespesp.org/securyte/flowplayer.controls-3.1.5.swf',    // always: where to find the Flash object 
            playlist: false,                // now the custom options of the Flash object 
            backgroundColor: '#aedaff', 
            tooltips: {                // this plugin object exposes a 'tooltips' object 
                buttons: true, 
                fullscreen: 'Click Tela Inteira' 
            } 
        } 
    }, 
}); 

