flvPlayer - A plugin for FCKeditor

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 into the plugins folder.
  2. Configure the editor to see the plugin. In your editor configuration file, add the line below:

    FCKConfig.Plugins.Add( 'flvPlayer','en') ;

  3. Add the toolbar button to your preferred menu.

    FCKConfig.ToolbarSets[ "Default"] = [
    ['Source','DocProps','-','Save','NewPage','Preview','-','Templates','flvPlayer'],


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