// JavaScript Document

function show_flowplayer(playerid, server, externalpath) {
	$f(playerid,
			"/wp-content/themes/f8-lite/flash/flowplayer.commercial-3.1.2.swf",
			{
				key : '#@b7e3adfde196f7ec358',
				clip : {
					url : externalpath,
					autoPlay: false
				}
			});
}

