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_723599() {
	try {
		if (typeof(PokkariPlayerOptions.showPlayerOptions) == "undefined") 
			PokkariPlayerOptions.showPlayerOptions = {};

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

		var player = PokkariPlayer.GetInstanceByMimeType("video/msvideo");
		window.player_723599 = player;

		player.setPrimaryMediaUrl("http://blip.tv/file/get/Db4o-db4oPaircastDesigningAPluggableTypeHandlerInterface524.avi?source=3");
		player.setSiteUrl('http://blip.tv');
		player.setPermalinkUrl("http://blip.tv/file/view/717503?source=3&file_type=flv");
		player.setUsersId('146575');
		player.setUsersLogin('db4o');
		player.setPostsId(723599);
		player.setGuid("9D995D64-EA4D-11DC-A8FD-FF95D087170F");
		player.setPlayerTarget(document.getElementById('blip_movie_content_723599'));
		
		player.setAdvertisingType("");
		
		
		player.setWidth(1024);
		player.setHeight(768);
		
		
		
		player.setAutoPlay(true);
		
		
		player.setThumbnail("http://a.images.blip.tv/Db4o-db4oPaircastDesigningAPluggableTypeHandlerInterface524-345.jpg");
		
		player.setPostsTitle("db4o Paircast: Designing a pluggable TypeHandler Interface");
		player.setDescription("<p>In this session Carl and Richard make the TypeHandler interface pluggable and set up the public API to be able to configure the use of custom Typehandlers.</p><p>The session demonstrates that the process of discussing design decisions with the team can be slow.</p><p>It also gives an introduction how to add additional configuration settings.</p><p>Join the db4o Developer Community at: <a href=\"http://developer.db4o.com/\">http://developer.db4o.com</a></p>");
		player.setTopics("db4o,db4objects,oodb,oodbms,carl,richard,api,typehandler,configuration,intermediate");
		player.setContentRating("TV-G");
		
		
	player.render();
	} catch(e) {
		// no pp
        	
	}
}


