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

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

		var player = PokkariPlayer.GetInstanceByMimeType("application/shockwave-flash");
		window.player_297574 = player;

		player.setPrimaryMediaUrl("http://blip.tv/file/get/Dane78-ClipboardCleanerScreencast573.swf?source=3");
		player.setSiteUrl('http://blip.tv');
		player.setPermalinkUrl("http://blip.tv/file/view/292945?source=3&file_type=flv");
		player.setUsersId('76369');
		player.setUsersLogin('dane78');
		player.setPostsId(297574);
		player.setGuid("E3578B28-2BF8-11DC-B569-D86EEE5F8DA5");
		player.setPlayerTarget(document.getElementById('blip_movie_content_297574'));
		
		player.setAdvertisingType("");
		
		
		player.setWidth(1200);
		player.setHeight(1000);
		
		
		
		player.setAutoPlay(false);
		
		
		player.setThumbnail("http://a.images.blip.tv/Dane78-ClipboardCleanerScreencast573-588.jpg");
		
		player.setPostsTitle("Clipboard Cleaner Screencast");
		player.setDescription("<p>This video demonstrates how to create, using C#, and use a application that easily removes the formatting from text copied to the clipboard.</p><p>Here is the code snippet referenced in the example:</p><p>IDataObject data = Clipboard.GetDataObject();<br />if (data != null &#38;&#38; data.GetDataPresent(DataFormats.Text)) {<br />    String clipboardText = data.GetData(DataFormats.Text).ToString();<br />    Clipboard.SetText(clipboardText);<br />} </p>");
		player.setTopics("");
		player.setContentRating("TV-UN");
		
		
	player.render();
	} catch(e) {
		// no pp
        	
	}
}


