/******
*
* init flowplayer on the ipad using jquery
*
*******/

$(document).ready(function() {
	$("a.flowplayer").each(function() {
		$f(this, "/flowplayer/flowplayer.commercial-3.2.7.swf", {key: "", 
			plugins: {
        		controls: {			// load the controls plugin
                	fullscreen: false
                	, autoHide:false
                	, height: 30
        		}
		    }
		})
		
	});
});
