/********************************************************************/
/* This file writes the flow player onto the page.					*/
/* By Tanner Naeher, Coyote6 GraphX, coyote6graphx.com.				*/
/********************************************************************/

// Add the player.
flowplayer("player", "http://www.enlyten.com/flowplayer-3.0.7.swf", {
	clip: {
	url: 'http://preview-publish.exigo.com/public/enlyten/jamedit.mp4',
	duration: 355,
	autoPlay: true
	}
});