/*!	SWFObject v2.2 <http://code.google.com/p/swfobject/> 
	is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/


$(function(){

	$('.flash_list').click(function(){

		var flash = $(this).attr('name');

		var swf_player = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="240" height="198"><param name="movie" value="http://yzmx.cn/statics/images/Flvplayer.swf"><param name="quality" value="high"><param name="allowFullScreen" value="true" /><param name="FlashVars"value="vcastr_file='+flash+'&IsAutoPlay=1" /><embed  id="swf_flash" src="http://yzmx.cn/statics/images/Flvplayer.swf" allowFullScreen="true"FlashVars="vcastr_file='+flash+'&IsAutoPlay=1"quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash" width="240" height="180"></embed></object>';


		$('#swf_player').html(swf_player);

		return false;

	});

});

