让你的文章,站点,拥有音乐播放器的功能!暂时只支持MP3结尾的音乐文件!

添加说明:

1. 上传 kmp文件夹到 fckeditor/editor/plugins/ 下

2. 修改 Fckeditor/fckconfig.js 中相应位置 添加一行下面代码,比如在最后一行添加:
    FCKConfig.Plugins.Add( ‘kmp’,’zh-cn,en’) ;  //这里加入了 Flash MP3播放器AudioPlayer 插件
   
3. 修改 Fckeditor/fckconfig.js ,在工具栏设置部分 FCKConfig.ToolbarSets中相应位置添加 ‘KMP’

4.
   设置Flash Mp3播放器player.swf的路径,即在fckeditoreditorpluginskmpwpAudioPlay.js 修改
   这行: var Mp3PlayerPath="editor/fckeditor/editor/plugins/kmp/player.swf";  //Flash Mp3播放器路径!