
$(document).ready(function() {
    $f('trailer', '/swf/flowplayer.commercial-3.2.4.swf',  { 
        key: '#@d1398be8fdb88633834',
	clip: {
	    scaling: 'scale',
	    autoPlay: true, 
	    autoBuffering: true, 
	    bufferLength: 3,
	    url: '/Flex-Splash.png',
	    provider: 'rtmp'
        },
        playlist: [
           {
	       url: 'mp4:vod/flexfree.fcprep/sat2-bio-mini-trailer.m4v',
		autoPlay: true,
		autoBuffering: true
	    }
        ],
        logo: { 
	    url: '/images/flex-watermark-small.png',  
            bottom: 30,
            right: 10,
            opacity: 0.5,
    	    fullscreenOnly: false 
        },
	plugins: {
	    rtmp: {
		url: '/swf/flowplayer.rtmp-3.2.3.swf',
		netConnectionUrl: 'rtmpe://r.flexfree.fcprep.netdna-cdn.com/play'
	    },
	    secure: { url: '/swf/flowplayer.securestreaming-3.2.0.swf' },
            pseudo: { url: '/swf/flowplayer.pseudostreaming-3.2.4.swf' }
	}

    });



});


