FCKeditor | flv flash player plugin
Pátek, 09 Duben 2010 01:00
Aktualizováno Středa, 02 Únor 2011 12:35
Napsal uživatel Administrator30
←Předchozí Rewrite Root dir to Subdir in Joomla | linux | jak sejmout video z obrazovky Další→ |
---|
Integration flv flash player plugin in FCKeditor
Downloadable plugin and integration procedure is in sourceForge.net
Summary :
- download zipped plugin
- upload unziped plugin in your fckeditor folder on web /fckeditor ROOT/editor/plugins/flvPlayer/
-
put information about new plugin in /fckeditor ROOT/fckconfig.js , put somewhere new row
FCKConfig.Plugins.Add( ′flvPlayer′,′en′ ); -
put new button to FCK menu in /fckeditor ROOT/fckconfig.js like
FCKConfig.ToolbarSets["AdminToolbar"] = [
...
[′Image′,′Flash′, ′flvPlayer′,′Table′,′Rule′,′Smiley′,′SpecialChar′,′PageBreak′],
...]; -
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
Přidat komentář