var BLIP_SITE_URL = "http://blip.tv"; 
var OUTPUT_METHOD = "document_write";

if(typeof(Url) != 'function') {
	document.write('<script type="text/javascript" src="http://blip.tv/scripts/url.js"><\/script>');
}

if(typeof(PokkariPlayer) != 'function') {
	document.write('<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js?ver=2009070701"><\/script>');
}

if(typeof(DetectFlashVer) != 'function') {
	document.write('<script type="text/javascript" src="http://blip.tv/scripts/AC_OETags.js"><\/script>');
}




function play_blip_movie_322522() {
	try {
		if (typeof(PokkariPlayerOptions.showPlayerOptions) == "undefined") 
			PokkariPlayerOptions.showPlayerOptions = {};

		PokkariPlayerOptions.showPlayerOptions.playerUrl = "http://a.blip.tv/scripts/flash/showplayer.swf";

		var player = PokkariPlayer.GetInstanceByMimeType("video/x-flv");
		window.player_322522 = player;

		player.setPrimaryMediaUrl("http://blip.tv/file/get/OSCON-OSCON2007BenFry723.flv?source=3");
		player.setSiteUrl('http://blip.tv');
		player.setPermalinkUrl("http://blip.tv/file/view/317807?source=3&file_type=flv");
		player.setUsersId('80730');
		player.setUsersLogin('OSCON');
		player.setPostsId(322522);
		player.setGuid("46CB2ECC-3BE8-11DC-9FA4-E8D201242F97");
		player.setPlayerTarget(document.getElementById('blip_movie_content_322522'));
		
		player.setAdvertisingType("");
		
		
		player.setWidth(320);
		player.setHeight(240);
		
		
		
		player.setAutoPlay(true);
		
		
		player.setThumbnail("http://a.images.blip.tv/OSCON-OSCON2007BenFry239.jpeg");
		
		player.setPostsTitle("OSCON 2007 - Ben Fry");
		player.setDescription("<strong>The Processing Development Environment</strong><br /> What began as a domain-specific extension to Java targeted towards artists and designers has turned into a full-blown design and prototyping tool used for large scale installation work, motion graphics, and complex data visualization. Ben Fry, who created Processing along with Casey Reas, will demo Processing, show what it can do, and ask for your help in bringing Processing to a new audience. <em>From the O\'Reilly Media Open Source Convention, July 26, 2007.</em>");
		player.setTopics("oscon,oscon2007,processing,benfry,oreilly");
		player.setContentRating("TV-UN");
		
		
	player.render();
	} catch(e) {
		// no pp
        	
	}
}


