function flash(c,d,e) {
 var flash_tag = "";
 flash_tag = '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
 flash_tag +='codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ';
 flash_tag +='WIDTH="'+c+'" HEIGHT="'+d+'" >';
 flash_tag +='<param name="movie" value="'+e+'">';
 flash_tag +='<param name="quality" value="high">';
 flash_tag +='<param name="wmode" value="transparent">';
 flash_tag +='<embed src="'+e+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ';
 flash_tag +='type="application/x-shockwave-flash"  WIDTH="'+c+'" HEIGHT="'+d+'"></embed></object>'

 document.write(flash_tag);

}

function swf(src,w,h,flashVar){
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"  width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="allowFullScreen" value="true">';	
	html += '<param name="allowScriptAccess" value="always">';
	html += '<param name="FlashVars" value="'+flashVar+'">';
	html += '<param name="wmode" value="">';
	html += '<embed src="'+src+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" name="flashvars" allowScriptAccess="always" allowFullScreen="true"></embed>';
	html += '</object>';
	document.write(html);
}

function movieScrap(a) {
      var txt;
      var result;
    
      txt='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,18,0" width="320" height="213" id="wisePlay9_Full" align="middle">';
      txt+='<param name="allowScriptAccess" value="always">';
      txt+='<param name="allowFullScreen" value="true">';
      txt+='<param name="movie" value="http://gapck.org/images/movie/flvPlayer_get.swf?moviename='+a+'&autostart=1'+'">';
      txt+='<param name="quality" value="high">';
      txt+='<param name="bgcolor" value="#000000">';
      txt+='<embed src="http://gapck.org/images/movie/flvPlayer_get.swf?moviename='+a+'&autostart=1'+'"'+'quality="high" bgcolor="#000000" width="320" height="213" name="wisePlay9_Full" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">';
      txt += '</object>';
  	
      result = window.clipboardData.setData('Text', txt); 
      //alert("¼Ò½º º¹»ç°¡ ¿Ï·áµÇ¾ú½À´Ï´Ù.="+a);	
}


