|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /home/jackjohn/www/style/wysiwyg/scripts/ |
Upload File : |
<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=dialogArguments.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>
document.onclick=hideAll;
function hideAll()
{
oColor1.hide();
}
function bodyOnLoad()
{
if(dialogArguments.oUtil.obj.cmdAssetManager!="")btnAsset.style.display="block";
}
function openAsset()
{
inpSwfURL.value=eval(dialogArguments.oUtil.obj.cmdAssetManager);
}
function modalDialogShow(url,width,height)
{
if(url.indexOf("?")==-1) url=url+"?ffilter=flash";//no querystring
else url=url+"&ffilter=flash";
return window.showModalDialog(url,window,
"dialogWidth:"+width+"px;dialogHeight:"+height+"px;edge:Raised;center:Yes;help:No;Resizable:Yes;Maximize:Yes");
}
function insertFlash()
{
if(rdoSwfLoop[0].checked)
sSwfLoop="true";
else
sSwfLoop="false";
var sHTML = "<object "+
"classid=\""+inpSwfClassID.value+"\" " +
"width=\""+inpSwfWidth.value+"\" "+
"height=\""+inpSwfHeight.value+"\" " +
"codebase=\""+inpSwfCodeBase.value+"\">"+
" <param name=movie value=\""+inpSwfURL.value+"\">" +
" <param name=play value=\"true\">" +
" <param name=loop value=\""+sSwfLoop+"\">" +
" <param name=WMode value=\"Opaque\">" +
" <param name=quality value=\""+inpSwfQuality.value+"\">" +
" <param name=bgcolor value=\""+idSelBackColor.style.backgroundColor+"\">" +
" <param name=align value=\""+inpSwfAlign.value+"\">" +
" <embed src=\""+inpSwfURL.value+"\" " +
" width=\""+inpSwfWidth.value+"\" " +
" height=\""+inpSwfHeight.value+"\" " +
" play=\"true\" " +
" loop=\""+sSwfLoop+"\" " +
" wmode=\"Opaque\" " +
" quality=\""+inpSwfQuality.value+"\" " +
" bgcolor=\""+idSelBackColor.style.backgroundColor+"\" " +
" align=\""+inpSwfAlign.value+"\" " +
" pluginspage=\""+inpSwfPluginsPage.value+"\">" +
" </embed>"+
"</object>";
dialogArguments.oUtil.obj.saveForUndo();
var obj=dialogArguments.oUtil.obj;
obj.insertHTML(sHTML);
}
</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:5;height:100%">
<table cellpadding=2 cellspacing=0>
<tr>
<td width="90px" nowrap><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 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:23px;height:18px;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 1 solid;width:20;margin-right:3;"></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("idSelBackColor.style.backgroundColor=oColor1.color;");
oColor1.onRemoveColor = new Function("idSelBackColor.style.backgroundColor='';");
oColor1.align="left";
oColor1.onShow = new Function("tbl1.style.width='23px';tbl2.style.width='23px'");
oColor1.onHide = new Function("tbl1.style.width='100px';tbl2.style.width='100px'");
oColor1.txtCustomColors=getTxt("Custom Colors");
oColor1.txtMoreColors=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" 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" 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" 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" 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 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 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 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:13;padding-top:7;padding-bottom:7;" 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="insertFlash();self.close()" class="inpBtn" onmouseover="this.className='inpBtnOver';" onmouseout="this.className='inpBtnOut'">
</td>
</tr>
</table>
</body>
</html>