flvPlayer - A plugin for FCKeditor4CMSimple
Overview
The flvPlayer plugin allows you to add and configure a small media player that playes flv and mp3's.
Installation and Configuration
- Unzip the files and upload the folder "flvPlayer" to the plugins folder:
FCKeditor/editor/plugins/
- Configure the editor to see the plugin. In your editor configuration file:
FCKeditor/custom_configurations/fckconfig_cmsimple.js
add the line below:
FCKConfig.Plugins.Add('flvPlayer','en,de') ;
- Add the toolbar button to your preferred menu.
FCKConfig.ToolbarSets["CMSimple"] = [
['Image','Flash','flvPlayer'],[...
- Upload the file player.swf in the CMSimpleRoot folder and in every language folder.
- Save and upload your configuration file. If all goes well, you should see the flvPlayer icon
on your toolbar.