0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
marketting
/
js
/
scripts
/
moz
/
[
Home
]
File: flash.htm
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="../style/editor.css" rel="stylesheet" type="text/css"> <script> var sLangDir=window.opener.oUtil.langDir; document.write("<scr"+"ipt src='../language/"+sLangDir+"/flash.js'></scr"+"ipt>"); </script> <script language="JavaScript" src="color_picker.js"></script> <script>writeTitle()</script> <script> //parameter for popup window, since standard window.open doesn't support parameter var dialogArgument = ['window.opener', 'window.opener']; //reference to pop up window var activeModalWin; document.onclick=hideAll; function hideAll() { oColor1.hide(); } function GetElement(oElement,sMatchTag) { while (oElement!=null&&oElement.tagName!=sMatchTag) { if(oElement.tagName=="BODY")return null; oElement=oElement.parentNode; } return oElement; } function doWindowFocus() { window.opener.oUtil.onSelectionChanged=new Function("realTime()"); } function bodyOnLoad() { window.onfocus=doWindowFocus; window.opener.oUtil.onSelectionChanged=new Function("realTime()"); if(window.opener.oUtil.obj.cmdAssetManager!="") document.getElementById("btnAsset").style.display="block"; if(window.opener.oUtil.obj.cmdFlashManager!="") document.getElementById("btnAsset").style.display="block"; realTime() } function openAsset() { if(window.opener.oUtil.obj.cmdAssetManager!="") eval(window.opener.oUtil.obj.cmdAssetManager); if(window.opener.oUtil.obj.cmdFlashManager!="") eval(window.opener.oUtil.obj.cmdFlashManager); } function setAssetValue(v) { document.getElementById("inpSwfURL").value = v; } function modalDialogShow(url,width,height) { if(url.indexOf("?")==-1) url=url+"?ffilter=flash";//no querystring else url=url+"&ffilter=flash"; var left = screen.availWidth/2 - width/2; var top = screen.availHeight/2 - height/2; activeModalWin = window.open(url, "", "width="+width+"px,height="+height+",left="+left+",top="+top); window.onfocus = function(){if (activeModalWin.closed == false){activeModalWin.focus();};}; } function realTime() { var oEditor=window.opener.oUtil.oEditor; var oSel=oEditor.getSelection(); clearAllProperties() var oEl = window.opener.getSelectedElement(oSel); oEl = GetElement(oEl, "OBJECT") if(oEl) { var inpSwfURL=document.getElementById("inpSwfURL"); var inpSwfWidth=document.getElementById("inpSwfWidth"); var inpSwfHeight=document.getElementById("inpSwfHeight"); var rdoSwfLoop=document.getElementsByName("rdoSwfLoop"); var inpSwfQuality=document.getElementById("inpSwfQuality"); var idSelBackColor=document.getElementById("idSelBackColor"); var inpSwfAlign=document.getElementById("inpSwfAlign"); for(var i=0;i<oEl.childNodes.length;i++) { if(oEl.childNodes[i].tagName=="EMBED") { var oFlash=oEl.childNodes[i]; inpSwfURL.value=oFlash.src; inpSwfWidth.value=oFlash.width; inpSwfHeight.value=oFlash.height; if(oFlash.getAttribute("loop")=="true")rdoSwfLoop[0].checked=true; else rdoSwfLoop[1].checked=true; inpSwfQuality.value=oFlash.getAttribute("quality"); idSelBackColor.style.background=oFlash.getAttribute("bgColor"); inpSwfAlign.value=oFlash.getAttribute("align"); } } } } function clearAllProperties() { document.getElementById("inpSwfURL").value=""; document.getElementById("inpSwfWidth").value=100; document.getElementById("inpSwfHeight").value=100; document.getElementsByName("rdoSwfLoop")[0].checked=true; document.getElementById("inpSwfQuality").value="high"; document.getElementById("idSelBackColor").style.background=""; document.getElementById("inpSwfAlign").value=""; } function doApply() { if(document.getElementsByName("rdoSwfLoop")[0].checked) sSwfLoop="true"; else sSwfLoop="false"; var sHTML = "<object "+ "classid=\""+document.getElementById("inpSwfClassID").value+"\" " + "width=\""+document.getElementById("inpSwfWidth").value+"\" "+ "height=\""+document.getElementById("inpSwfHeight").value+"\" " + "codebase=\""+document.getElementById("inpSwfCodeBase").value+"\">"+ " <param name=movie value=\""+document.getElementById("inpSwfURL").value+"\">" + " <param name=play value=\"true\">" + " <param name=loop value=\""+sSwfLoop+"\">" + " <param name=WMode value=\"Opaque\">" + " <param name=quality value=\""+document.getElementById("inpSwfQuality").value+"\">" + " <param name=bgcolor value=\""+document.getElementById("idSelBackColor").style.backgroundColor+"\">" + " <param name=align value=\""+document.getElementById("inpSwfAlign").value+"\">" + " <embed src=\""+document.getElementById("inpSwfURL").value+"\" " + " width=\""+document.getElementById("inpSwfWidth").value+"\" " + " height=\""+document.getElementById("inpSwfHeight").value+"\" " + " play=\"true\" " + " loop=\""+sSwfLoop+"\" " + " wmode=\"Opaque\" " + " quality=\""+document.getElementById("inpSwfQuality").value+"\" " + " bgcolor=\""+document.getElementById("idSelBackColor").style.backgroundColor+"\" " + " align=\""+document.getElementById("inpSwfAlign").value+"\" " + " pluginspage=\""+document.getElementById("inpSwfPluginsPage").value+"\">" + " </embed>"+ "</object>"; window.opener.oUtil.obj.saveForUndo(); var oEditor=window.opener.oUtil.oEditor; var oSel=oEditor.getSelection(); var oEl = window.opener.getSelectedElement(oSel); oEl = GetElement(oEl, "OBJECT") if(oEl)oEl.parentNode.removeChild(oEl); var obj=window.opener.oUtil.obj; obj.insertHTML(sHTML); window.focus(); window.opener.realTime(window.opener.oUtil.obj); window.opener.oUtil.obj.selectElement(0); } </script> </head> <body onload="loadTxt();bodyOnLoad()" style="overflow:hidden;"> <table width=100% height=100% align=center cellpadding=0 cellspacing=0> <tr> <td valign=top style="padding:5px;height:100%"> <table cellpadding=2 cellspacing=0> <tr> <td nowrap width="90px"><span id="txtLang" name="txtLang">Source</span>: </td> <td colspan="4" width="100%"> <table cellpadding="0" cellspacing="0" width="100%" id="Table2"> <tr> <td width="100%"><input type="text" name=inpSwfURL id=inpSwfURL style="width:100%" value="" class="inpTxt"></td> <td><input type="button" value="" onclick="openAsset()" id="btnAsset" name="btnAsset" style="display:none;background:url('openAsset.gif');width:20px;height:16px;border:#a5acb2 1px solid;margin-left:1px;"></td> </tr> </table> </td> </tr> <tr> <td nowrap><span id="txtLang" name="txtLang">Background</span>: </td> <td nowrap colspan=4> <span><span id="idSelBackColor" style="border:gray 1px solid;width:20px;margin-right:3px;"> </span></span> <input type=button name=btnPick id=btnPick value="Pick" onclick="oColor1.show(this);event.cancelBubble=true;" class="inpBtn" onmouseover="this.className='inpBtnOver';" onmouseout="this.className='inpBtnOut'"> <script> var oColor1 = new ColorPicker("oColor1"); oColor1.onPickColor = new Function("document.getElementById('idSelBackColor').style.backgroundColor=oColor1.color;"); oColor1.onRemoveColor = new Function("document.getElementById('idSelBackColor').style.backgroundColor='';"); oColor1.align="left"; oColor1.onShow = new Function("document.getElementById('tbl1').style.width='23px';document.getElementById('tbl2').style.width='23px'"); oColor1.onHide = new Function("document.getElementById('tbl1').style.width='100px';document.getElementById('tbl2').style.width='100px'"); oColor1.txtCustomColors=window.opener.getTxt("Custom Colors"); oColor1.txtMoreColors=window.opener.getTxt("More Colors..."); oColor1.RENDER(); </script> </td> </tr> <tr> <td nowrap><span id="txtLang" name="txtLang">Width</span>:</td> <td colspan=4><input type="text" name="inpSwfWidth" id="inpSwfWidth" value=100 size=4 class="inpTxt"></td> </tr> <tr> <td nowrap><span id="txtLang" name="txtLang">Height</span>:</td> <td colspan=4><input type="text" name="inpSwfHeight" id="inpSwfHeight" value=100 size=4 class="inpTxt"></td> </tr> <tr> <td nowrap><span id="txtLang" name="txtLang">Quality</span>: </td> <td colspan=4> <table cellpadding=0 cellspacing=0 id=tbl1 style="table-layout:fixed;width:100px" ID="Table1"><tr><td> <select name="inpSwfQuality" id="inpSwfQuality" class="inpSel"> <option id="optLang" name="optLang" value="low">Low</option> <option id="optLang" name="optLang" value="high" selected>High</option> </select> </td></tr></table> </td> </tr> <tr> <td nowrap width="10%"><span id="txtLang" name="txtLang">Align</span>:</td> <td colspan=4> <table cellpadding=0 cellspacing=0 id=tbl2 style="table-layout:fixed;width:100px"><tr><td> <select name="inpSwfAlign" id="inpSwfAlign" class="inpSel"> <option id="optLang" name="optLang" value="" selected><Not Set></option> <option id="optLang" name="optLang" value="L">Left</option> <option id="optLang" name="optLang" value="R">Right</option> <option id="optLang" name="optLang" value="T">Top</option> <option id="optLang" name="optLang" value="B">Bottom</option> </select> </td></tr></table> </td> </tr> <tr> <td nowrap><span id="txtLang" name="txtLang">Loop</span>: </td> <td nowrap colspan=4> <input type="radio" value="Radio1" name="rdoSwfLoop" class="inpRdo" checked> <span id="txtLang" name="txtLang">Yes</span> <input type="radio" value="Radio1" name="rdoSwfLoop" class="inpRdo"> <span id="txtLang" name="txtLang">No</span> </td> </tr> </table> <!-- hidden --> <table style="display:none" id="tblAdvance" cellpadding=2 cellspacing=0> <tr> <td nowrap><span id="txtLang" name="txtLang">Class ID</span>:</td> <td><input type="text" name=inpSwfClassID id=inpSwfClassID size=50 value="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" class="inpTxt"></td> </tr> <tr style="display:none"> <td nowrap><span id="txtLang" name="txtLang">CodeBase</span>:</td> <td><input type="text" name=inpSwfCodeBase id=inpSwfCodeBase size=50 value="http://active.macromedia.com/flash6/cabs/swflash.cab#version=6.0.0.0" class="inpTxt"></td> </tr> <tr style="display:none"> <td nowrap><span id="txtLang" name="txtLang">PluginsPage</span>:</td> <td><input type="text" name=inpSwfPluginsPage id=inpSwfPluginsPage size=50 value="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" class="inpTxt"></td> </tr> </table> <!-- /hidden --> </td> </tr> <tr> <td class="dialogFooter" style="padding:13px;padding-top:7px;padding-bottom:7px;" align="right"> <input type="button" name=btnCancel id=btnCancel value="cancel" onclick="self.close()" class="inpBtn" onmouseover="this.className='inpBtnOver';" onmouseout="this.className='inpBtnOut'"> <input type="button" name=btnOk id=btnOk value=" ok " onclick="doApply();self.close()" class="inpBtn" onmouseover="this.className='inpBtnOver';" onmouseout="this.className='inpBtnOut'"> </td> </tr> </table> </body> </html>