$(function(){
	var flowplayers = $("a.video-player").flowplayer("/lib/flowplayer/flowplayer.commercial-3.2.5.swf", {
		key: '#$c74ff6888894eaa2739',
		clip: {
			provider: "lighttpd",
			scaling: "fit",
			onStop: function () {
				var self = this;
				// timeout needed for Firefox, Opera (Gecko?)
				setTimeout(function () {
					self.unload();
				}, 10);
			}

		},
		plugins: {
			lighttpd: {
				url: "/lib/flowplayer/flowplayer.pseudostreaming-3.2.2.swf"
			},
			controls: {
				stop: true
			}
		}
	});
});
