Download Link test

To enable the download link player you need to set a few flags:
	// Disable flash and html5 to test download link: 
	mw.setConfig( 'EmbedPlayer.DisableVideoTagSupport', true );
	mw.setConfig( 'EmbedPlayer.DisableHTML5FlashFallback', true );
	// Enable the download link player: 
	mw.setConfig( 'EmbedPlayer.NotPlayableDownloadLink', true );