CKEditor 添加Video插件(MP4)并且兼容HTML5 Video插件用于zencart
CKEditor添加Video插件(MP4)并且兼容HTML5Video插件
1:把video文件复制到ckeditor/plugins/下面
2:ckeditor/config.js中添加如下:
a:在toolbar中['Image','Flash','Video'],配置加入“Video”项。
b:配置CKEditor的(config.js)文件,加入下面的代码,意思是引入插件
添加后面这句号加载。config.extraPlugins='flvPlayer,video,fmath_formula';
下载地址
用户评论
资源不错 谢谢分享
按照步骤操作了 没有效果啊
a:在toolbar中['Image','Flash','Video'],配置加入“Video” 项。这个在哪里修改呀
你这个资源是抄国外的,好意思吗
能调用,但显示有问题,再研究看看