⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fckplugin.js

📁 JFCMS采用微软公司先进ASP.NET技术开发完成。专业版采用MS ACCESS数据库系统
💻 JS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -