Popis: 2010-04-09 | pc-software FCKeditor | flv flash player plugin | Integration flv flash player plugin in FCKeditor Downloadable plugin and integration prodecude is in sourceForge.net Summary : download zipped plugin upload unziped plugin in your fc
Klíčová slova:
Hits: 2048
Blog
-
pc-software
|
Napsal uživatel Administrator
|
Pátek, 09 Duben 2010 01:00
|
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 
|
Aktualizováno Středa, 02 Únor 2011 12:35
|