function swf(src, w, h)
{
	html = '';
	html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="param" width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="bgcolor" value="#ffffff">';
	html += '<param name="wmode" value="transparent">';
	html += '<param name="swliveconnect" value="true">';
	html += '<embed src="'+src+'" quality=high bgcolor="#ffffff" width="'+w+'" height="'+h+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
	html += '<\/object>';
	document.write(html);
}

function player(src, w, h)
{
	html = '';
	html += '<OBJECT id="objVod" ';
	html += '      codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,5,0803 ';
	html += '      type=application/x-oleobject height='+h+' ';
	html += '      standby="Loading Windows Media Player components..." width='+w+' ';
	html += '      classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95>';
	html += '<PARAM NAME="FileName" VALUE="'+src+'">';
	html += '<PARAM NAME="transparentAtStart" VALUE="True">';
	html += '<PARAM NAME="transparentAtStop" VALUE="False">';
	html += '<PARAM NAME="AnimationAtStart" VALUE="False">';
	html += '<PARAM NAME="AutoStart" VALUE="True">';
	html += '<PARAM NAME="AutoRewind" VALUE="true">';
	html += '<PARAM NAME="SendMouseClickEvents" VALUE="1">';
	html += '<PARAM NAME="DisplaySize" VALUE="0">';
	html += '<PARAM NAME="ClientSkip" VALUE="1">';
	html += '<PARAM NAME="ClickToPlay" value="true">';
	html += '<PARAM NAME="AutoSize" VALUE="0">';
	html += '<PARAM NAME="ShowDisplay" VALUE="0">';
	html += '<PARAM NAME="ShowStatusBar" VALUE="1">';
	html += '<PARAM NAME="ShowControls" VALUE="1">';
	html += '<PARAM NAME="ShowTracker" VALUE="1">';
	html += '<PARAM NAME="Enabled" VALUE="1">';
	html += '<PARAM NAME="EnableContextMenu" VALUE="0">';
	html += '<PARAM NAME="EnablePositionControls" VALUE="1">';
	html += '<PARAM NAME="AllowChangeDisplaySize" VALUE="0">';
	html += '<PARAM NAME="EnableFullScreenControls" VALUE="0">';
	html += '<PARAM NAME="ShowPositionControls" VALUE="0">';
	html += '<PARAM NAME="SendKeyboardEvents" VALUE="1">';
	html += '<PARAM NAME="Mute" VALUE="0">';
	html += '<PARAM NAMEe="PreviewMode" value="false">';
	html += '<PARAM NAME="Rate" VALUE="1">';
	html += '<PARAM NAME="SAMILang" VALUE="">';
	html += '<PARAM NAME="SAMIStyle" VALUE="">';
	html += '<PARAM NAME="SAMIFileName" VALUE="">';
	html += '<PARAM NAME="SendMouseClickEvents" value="true">';
	html += '<PARAM NAME="CursorType" VALUE="1">';
	html += '</OBJECT>';

	document.write(html);
}

function player2(src, w, h)
{
	html = '';
	html += '<OBJECT id="objVod" ';
	html += '      codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,5,0803 ';
	html += '      type=application/x-oleobject height='+h+' ';
	html += '      standby="Loading Windows Media Player components..." width='+w+' ';
	html += '      classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95>';
	html += '<PARAM NAME="FileName" VALUE="'+src+'">';
	html += '<PARAM NAME="transparentAtStart" VALUE="True">';
	html += '<PARAM NAME="transparentAtStop" VALUE="False">';
	html += '<PARAM NAME="AnimationAtStart" VALUE="False">';
	html += '<PARAM NAME="AutoStart" VALUE="True">';
	html += '<PARAM NAME="AutoRewind" VALUE="true">';
	html += '<PARAM NAME="SendMouseClickEvents" VALUE="1">';
	html += '<PARAM NAME="DisplaySize" VALUE="2">';
	html += '<PARAM NAME="ClientSkip" VALUE="1">';
	html += '<PARAM NAME="ClickToPlay" value="true">';
	html += '<PARAM NAME="AutoSize" VALUE="0">';
	html += '<PARAM NAME="ShowDisplay" VALUE="0">';
	html += '<PARAM NAME="ShowStatusBar" VALUE="0">';
	html += '<PARAM NAME="ShowControls" VALUE="1">';
	html += '<PARAM NAME="ShowTracker" VALUE="1">';
	html += '<PARAM NAME="Enabled" VALUE="1">';
	html += '<PARAM NAME="EnableContextMenu" VALUE="0">';
	html += '<PARAM NAME="EnablePositionControls" VALUE="1">';
	html += '<PARAM NAME="AllowChangeDisplaySize" VALUE="1">';
	html += '<PARAM NAME="EnableFullScreenControls" VALUE="1">';
	html += '<PARAM NAME="ShowPositionControls" VALUE="0">';
	html += '<PARAM NAME="SendKeyboardEvents" VALUE="1">';
	html += '<PARAM NAME="Mute" VALUE="0">';
	html += '<PARAM NAMEe="PreviewMode" value="false">';
	html += '<PARAM NAME="Rate" VALUE="1">';
	html += '<PARAM NAME="SAMILang" VALUE="">';
	html += '<PARAM NAME="SAMIStyle" VALUE="">';
	html += '<PARAM NAME="SAMIFileName" VALUE="">';
	html += '<PARAM NAME="SendMouseClickEvents" value="true">';
	html += '<PARAM NAME="CursorType" VALUE="1">';
	html += '</OBJECT>';

	document.write(html);
}
/*
6.4 : CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95
10 : CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6
alt="½ÃÀÛ" onClick="VOD.play()" class="cursor" title="½ÃÀÛ"></td>
alt="ÀÏ½ÃÁßÁö" onClick="VOD.pause()" class="cursor" title="¸ØÃã"></td>
alt="Á¤Áö" onClick="VOD.stop()"
*/


