/*---------------------------------------------------------------------------------------------
                                      JAVASCRIPT CODE                                          
  ---------------------------------------------------------------------------------------------
	function name						| description				| use process
  ---------------------------------------------------------------------------------------------
	viewFlash()							| ÇÃ·¡½Ã Ãâ·Â					| ÇÃ·¡½Ã Ãâ·Â
  ---------------------------------------------------------------------------------------------*/



// ÇÃ·¡½Ã Ãâ·Â
function viewFlash(src, width, height)
{
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='"+width+"' height='"+height+"' id='FLVPlayer' align='top'><param name='allowScriptAccess' value='always' /><param name='allowFullScreen' value='true' /><param name='movie' value='"+src+"' /><param name='quality' value='high' /><embed src='" + src + "' quality='high' pluginspage='https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='" + width + "' height='" + height + "' wmode='transparent'></embed></object>");
}


function viewFlash_tv(src, width, height)
{
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='"+width+"' height='"+height+"' id='FLVPlayer' align='top'><param name='allowScriptAccess' value='always' /><param name='allowFullScreen' value='true' /><param name='movie' value='"+src+"' /><param name='quality' value='high' /><embed src='" + src + "' quality='high' pluginspage='https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='" + width + "' height='" + height + "' bgcolor='#353536' ALIGN='bottom'></embed></object>");
}

// ÇÁ¸®¿¡±× µ¿¿µ»ó
function viewFlashVod(src, width, height)
{
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='"+width+"' height='"+height+"' id='FLVPlayer' align='top'><param name='allowScriptAccess' value='always' /><param name='bgcolor' value='#000000' /><param name='allowFullScreen' value='true' /><param name='movie' value='"+src+"' /><param name='quality' value='high' /><embed src='"+src+"' quality='high' bgcolor='#000000' width='"+width+"' height='"+height+"' name='FLVPlayer' align='top' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='https://www.macromedia.com/go/getflashplayer' /></embed></object>");
}

function viewFlashVodRead( src, title, reg_date, contents, idxno )
{		
	   document.getElementById('viewFlashVodRead').innerHTML = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='550' height='338' id='FLVPlayer' align='top'><param name='allowScriptAccess' value='always' /><param name='bgcolor' value='#000000' /><param name='allowFullScreen' value='true' /><param name='movie' value='"+src+"' /><param name='quality' value='high' /><embed src='"+src+"' quality='high' bgcolor='#000000' width='550' height='338' name='FLVPlayer' align='top' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
	   document.getElementById('viewFlashVodTitleRead').innerHTML = "<table style='margin:0;padding:0'><tr><td><img src='/box/box_news/movie_title_icon.gif' border='0' /></td><td class='info_title'>"+title+'</td></tr></table>';
	   document.getElementById('contents').innerHTML = contents;
	   
	   if(idxno)
	   {
	     document.getElementById('linkURLHtml').innerHTML = "<a href=\"http://tv.newscj.com/view.html?idxno="+idxno+"\" target=\"_top\" class=\"content_BTN\">´õº¸±â</a>";
	   }
	  
	  // document.getElementById('viewFlashVodTitleRead').innerHTML = title;
}

