id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	thread
1416	Video tag source used even if Flash mode config specified	pablo		"If the player is embedded over a video tag with a source, the Flash mode ''file'' config option is ignored, when it should take precedence.

Example:

{{{
<video id=""container"" src=""video.mp4""></video>
<script type=""text/javascript"">
	jwplayer(""container"").setup({
		'modes': [{
        	type: 'flash', src: 'player.swf',
    			config: { 'file': 'video.flv' }
		}]
	});
</script>
}}}

In this example, the mp4 file will be played in Flash mode, instead of the flv file."	bug	closed		Player 5.8	embedding	fixed			http://www.longtailvideo.com/support/forums/jw-player/bug-reports/21452/modes-config-ignored-if-video-tag-is-used
