FCKeditor | flv flash player plugin | pc-software

FCKeditor | flv flash player plugin

Hodnocení uživatelů: / 2
NejhoršíNejlepší 

Integration flv flash player plugin in FCKeditor

 Downloadable plugin and integration procedure is in sourceForge.net
Summary :

  1. download zipped plugin
  2. upload unziped plugin in your fckeditor folder on web /fckeditor ROOT/editor/plugins/flvPlayer/
  3. put information about new plugin in /fckeditor ROOT/fckconfig.js , put somewhere new row 
    FCKConfig.Plugins.Add( ′flvPlayer′,′en′ );
  4. put new button to FCK menu in  /fckeditor ROOT/fckconfig.js like
    FCKConfig.ToolbarSets["AdminToolbar"] = [
    ...
    [′Image′,′Flash′, ′flvPlayer′,′Table′,′Rule′,′Smiley′,′SpecialChar′,′PageBreak′],
    ...];
  5. repair file paths browsing in /fckeditor ROOT/editor/plugins/flvPlayer/flvPlayer.js, replace present function OpenServerBrowser with:
    OpenServerBrowser(
    ′link′,
    oEditor.FCKConfig.LinkBrowserURL,
    oEditor.FCKConfig.LinkBrowserWindowWidth,
    oEditor.FCKConfig.LinkBrowserWindowHeight ) ;

Thats all, you obtain new FCKeditor menu like on picture   FCKeditor-menu-flvPlayer