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

  1. Unzip the files and upload the folder "flvPlayer" to the plugins folder:
    FCKeditor/editor/plugins/

  2. 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') ;

  3. Add the toolbar button to your preferred menu.

    FCKConfig.ToolbarSets["CMSimple"] = [
    ['Image','Flash','flvPlayer'],[...


  4. Upload the file player.swf in the CMSimpleRoot folder and in every language folder.

  5. Save and upload your configuration file. If all goes well, you should see the flvPlayer icon flvPlayeron your toolbar.