tag_flash.ascx
来自「简介 开发环境asp.net 2.0」· ASCX 代码 · 共 16 行
ASCX
16 行
<%@ Control Inherits="CuteEditor.EditorUtilityCtrl" Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<fieldset><legend>[[Src]]</legend>
<input type="text" id="inp_src" style="width:320px"><button id="btnbrowse">[[Browse]]</button>
</fieldset>
<fieldset style="height:180px;width:270px;overflow:hidden;"><legend>[[Demo]]</legend>
<object id=flash_preview classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
VIEWASTEXT>
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>
</fieldset>
<script>
var OxO6a8e=["SelectFile.Aspx?settinghash=[[_setting_]]\x26type=gif,jpg,jpeg,png,bmp\x26file=","\x26[[DNN_Arg]]","[[SelectFileDialogOption]]","value","cssText","style","Movie"]; function btnbrowse.onclick(){var Ox74=showModalDialog(OxO6a8e[0x0]+escape(inp_src.value)+OxO6a8e[0x1],null,OxO6a8e[0x2]);if(Ox74){ inp_src[OxO6a8e[0x3]]=Ox74 ;} ;} ; function UpdateState(){ flash_preview[OxO6a8e[0x5]][OxO6a8e[0x4]]=element[OxO6a8e[0x5]][OxO6a8e[0x4]] ; flash_preview.mergeAttributes(element) ;} ; function SyncToView(){ inp_src[OxO6a8e[0x3]]=element[OxO6a8e[0x6]] ;} ; function SyncTo(element){ element[OxO6a8e[0x6]]=inp_src[OxO6a8e[0x3]] ;} ;
</script>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?