fckplugin.js

来自「JFCMS采用微软公司先进ASP.NET技术开发完成。专业版采用MS ACCES」· JavaScript 代码 · 共 13 行

JS
13
字号
FCKCommands.RegisterCommand( 'Real', new FCKDialogCommand( 'Real', FCKLang.RealDlgTitle, FCKPlugins.Items['Real'].Path + 'fck_Real.html', 400, 225 ) ) ;

var oRealItem = new FCKToolbarButton( 'Real', FCKLang.RealBtn) ;
oRealItem.IconPath = FCKPlugins.Items['Real'].Path + 'Real.gif' ;
FCKToolbarItems.RegisterItem( 'Real', oRealItem ) ;

var FCKReal = new Object() ;

FCKReal.Insert = function(url,width,height,autoStart)
{
	//FCK.InsertHtml("<embed type='audio/x-pn-realaudio-plugin' controls='ControlPanel,StatusBar' src="+url+" width="+width+" height="+height+" play="+autoStart+" loop=true></embed>");
	FCK.InsertHtml("<EMBED name=movie_rm align=top src='"+url+"' width='"+width+"' height='"+height+"' play="+autoStart+" type='audio/x-pn-realaudio-plugin' console='ClipNN' loop='true' autostart='true' controls='ImageWindow,ControlPanel' border='1' vspace='0' hspace='0'></EMBED>");
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?