$(function() { 
$f("player", "FTPPlayer.swf", { 
    key: '@0a0b4713c6747cc8136', 
    clip: { 
    url: 'vid4/Annie-1',  
	bufferLength:1,
    provider: 'ForThePeople' 
    }, 
    plugins: { 
        ForThePeople: { 
            url: 'FTPplayer.rtmp-3.1.0.swf', 
            netConnectionUrl: 'rtmp://fms1.forthepeople.com/vod' 
        } ,
		controls: {    
        backgroundGradient: [0.6,0.3,0,0,0],  
        bufferGradient: 'none',  
        sliderColor: '#000000',  
        backgroundColor: '#c9c1c0',  
        sliderGradient: 'none',  
        buttonOverColor: '#728B94',  
        borderRadius: '0px',  
        buttonColor: '#5F747C',  
        timeColor: '#01DAFF',  
        progressColor: '#015B7A',  
        durationColor: '#ffffff',  
        bufferColor: '#6c9cbc',  
        progressGradient: 'medium',  
        opacity:1  
                 }  
       }, 
	contextMenu: [ 
    {
		'About ForThePeople.com Player ...' : function() { 
        location.href = "http://www.ForThePeople.com"; 
    }}, 
    '-', 
    'For The People Video Player 3.1.0' 
    ] 
	
}).playlist("span.clip");
	}); 