// 2006.03.02 ¾×Æ¼ºêX ºñÈ°¼ºÈ­ ÇØ°á

function MakeFlashString(source,id,width,height,wmode, otherParam)
{
	return "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0\" width="+width+" height="+height+" id="+id+"><param name=wmode value="+wmode+" /><param name=movie value="+source+" /><param name=quality value=high />"+otherParam+"<embed src="+source+" quality=high wmode="+wmode+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+width+" height="+height+"></embed></object>";
}

function MakeObjectString(classid, codebase, name, id, width,height, param)
{
	return "<object classid="+classid+" codebase="+codebase+" name="+name+" width="+width+" height="+height+" id="+id+"><param name=wmode value="+wmode+" />"+param+"</object>";
}

// µðÆúÆ® ÄÁÆ®·Ñ¹Ù »ç¿ë
function MakeMedia_common(vod200k,width,height)
{
	var strView = "									<object id='C3TVPlayer' width='"+width+"' height='"+height+"' classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,2,902' standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'> " +
								"										<param name='FileName' value='"+vod200k+"'> " +
								"										<param name='TransparentAtStart' value='1'> " +
								"										<param name='playcount' value='0'> " +
								"										<param name='ShowControls' value='1'> " +
								"										<param name='ShowStatusBar' value='0'> " +
								"										<param name='AutoStart' value='1'> " +
								"										<param name='AnimationAtStart' value='1'> " +
								"										<param name='EnableFullScreenControls' value='0'> " +
								"										<param name='DisplaySize' value='0'> " +
								"										<embed name='C3TVPlayer' width='"+width+"' height='"+height+"' type='application/x-mplayer2' pluginspage='http://www.microsoft.com/windows/mediaplayer/download/' src='"+vod200k+"' showcontrols='1' showstatusbar='0' autostart='1' animationatstart='1'></embed> " +
								"									</object> ";

	document.write(strView);
}

// Direct Write Type
function DocumentWrite(src)
{
	document.write(src);
}
