@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
style
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/style/flash.js
var ObjectString = ''; var ObjectClassId = ''; var ObjectCodebase = ''; var ObjectPlugin = '' var ObjectType = ''; function Flash(ObjType, FileName, ObjW, ObjH) { ObjectString = ''; if(ObjType == "1") { /** Ç÷¡½Ã ŸÀÔ ¼³Á¤. */ ObjectClassId = 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'; ObjectCodebase = 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0'; ObjectPlugin = 'http://www.macromedia.com/go/getflashplayer'; ObjectType = 'application/x-shockwave-flash'; /** Á¶ÇÕ. */ ObjectString = '<object classid="'+ObjectClassId+'" codebase="'+ObjectCodebase+'" width="'+ObjW+'" height="'+ObjH+'">'; ObjectString += '<param name="movie" value="'+FileName+'">'; ObjectString += '<param name="quality" value="high">'; ObjectString += '<embed src="'+FileName+'" quality="high" pluginspage="'+ObjectPlugin+'" type="'+ObjectType+'" width="'+ObjW+'" height="'+ObjH+'">'; ObjectString += '</embed></object>'; } else if(ObjType == "2") { /** Ç÷¡½Ã ŸÀÔ ¼³Á¤. */ ObjectClassId = 'clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'; ObjectCodebase = 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0'; ObjectPlugin = 'http://www.macromedia.com/go/getflashplayer'; ObjectType = 'application/x-shockwave-flash'; //ObjectString = 'µé¾î°¥ ÄÚµå'; ObjectString = '<object classid="'+ObjectClassId+'" codebase="'+ObjectCodebase+'" width="'+ObjW+'" height="'+ObjH+'">'; ObjectString += '<param name="allowScriptAccess" value="sameDomain" />'; ObjectString += '<param name="movie" value="'+FileName+'" />'; ObjectString += '<param name="quality" value="high" />'; ObjectString += '<param name="wmode" value="transparent" />'; ObjectString += '<param name="menu" value="false" />'; ObjectString += '<param name="loop" value="true" />'; ObjectString += '<embed src="'+FileName+'" quality="high" wmode="transparent" menu="false" loop="true" width="'+ObjW+'" height="'+ObjH+'" allowScriptAccess="sameDomain" type="'+ObjectType+'" pluginspage="'+ObjectPlugin+'">'; ObjectString += '</object>'; } else if(ObjType == "PLAY") { /** ŸÀÔÃß°¡. */ ObjectString = '<embed src="'+FileName+'" width="'+ObjW+'" height="'+ObjH+'" showcontrols="0" volume="0" loop="1"></embed>'; } else if(ObjType == "PLAY1") { /** ŸÀÔÃß°¡. */ ObjectString = '<embed src="'+FileName+'" width="'+ObjW+'" volume="0" height="'+ObjH+'" autostart="false"></embed>'; } else { /** ŸÀÔÀÌ ¾øÀ½. */ ObjectString = 'No Type!'; } document.write(ObjectString); } /* main-bg Ç÷¡½Ã js */ function flash(id,w,h,s,wmode,valuename,values) { var str="", sID=""; if (id.length > 0) { sID = " id='"+id+"' name='"+id+"'"; } str += "<object "+sID+" classid='clsid:D27CDB6E-AE6D-11cf-96B8"; str += "-444553540000'"; str += " codebase='http://download.macromedia.com/pub/shockwave/cabs"; str += "/flash/swflash.cab#version=6,0,29,0'"; str += " width='"+w+"' height='"+h+"'>"; str += "<param name='movie' value='"+s+"'>"; str += "<param name='quality' value='high'>"; str += "<param name='wmode' value='"+wmode+"'>"; str += "<param name='"+ valuename +"' value='"+ values +"'>"; str += "<embed "+sID+" src='"+s+"' quality='high' wmode='"+wmode+"'"; str += " pluginspage='http://www.macromedia.com/go/getflashplayer'"; str += " type='application/x-shockwave-flash'"; str += " width='"+w+"' height='"+h+"'></embed>"; str += "</object>"; document.write(str); } function showDesc(currMenu, nxtMenu){ var thisMenu = eval("document.getElementById('" + currMenu + "').style"); var Menu2 = eval("document.getElementById('" + nxtMenu + "').style") if (thisMenu.display == "none"){ thisMenu.display = "block"; Menu2.display = "none"; }else { thisMenu.display = "none"; Menu2.display = "block"; } } /* png */ function setPng24(obj) { obj.width=obj.height=1; obj.className=obj.className.replace(/\bpng24\b/i,''); obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');" obj.src=''; return ''; }