﻿$(document).ready(function() {
	$f("player", "swf/flowplayer-3.0.7.swf", { 
		clip: {
			autoPlay: true, 
			autoBuffering: true,
			url: 'bbgvid.flv'
		},
		plugins: {
		    controls: {
				url: 'swf/flowplayer.controls-3.0.4.swf',
				autoHide: 'always',
				all:false,
				play:true,
				volume:true,
				stop:false,
				playlist:false,
				fullscreen:true,
				scrubber: true,
				opacity: 0.2
		    }
		}
	});
});
