Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1200)
+++ branches/2.8.x/CHANGELOG	(revision 1201)
@@ -12,6 +12,8 @@
 
 ------------------------------------- 2.8.1 -------------------------------------
 29-Nov-2009 Dietmar Woellbrink (Luisehahne)
+!	stop working plugin flvplayer in FCKeditor until fixed
+29-Nov-2009 Dietmar Woellbrink (Luisehahne)
 !	fixed an undefined index in settings.php
 28-Nov-2009 Dietmar Woellbrink (Luisehahne)
 !	Update FCKeditor Version 2.6.5 to Modulversion 2.9.3
Index: branches/2.8.x/wb/modules/fckeditor/wb_config/wb_fckconfig.js
===================================================================
--- branches/2.8.x/wb/modules/fckeditor/wb_config/wb_fckconfig.js	(revision 1200)
+++ branches/2.8.x/wb/modules/fckeditor/wb_config/wb_fckconfig.js	(revision 1201)
@@ -19,9 +19,9 @@
     FCKConfig.Plugins.Add( 'WBDroplets', 'en,nl,de' ) ;
 //  FCKConfig.Plugins.Add( 'youtube', 'en,ja,de' );
     FCKConfig.Plugins.Add( 'swfobject', 'en,es') ;
-    FCKConfig.Plugins.Add( 'flvPlayer','en,de') ;
+//  FCKConfig.Plugins.Add( 'flvPlayer','en,de') ;
 
-   // ----------------------
+// ----------------------
 // Configure Syntax highlighter for 2.0.x
 FCKConfig.Plugins.Add('syntaxhighlight2', 'en');
 // default language options:
@@ -102,7 +102,7 @@
    FCKConfig.ToolbarSets["WBToolbar"] = [
 	['Source','DocProps','-','NewPage','Preview','-','Templates'],
 	['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
-    ['FitWindow','ShowBlocks', '-', 'SyntaxHighLight2', 'flvPlayer', '-','About'],
+    ['FitWindow','ShowBlocks', '-', 'SyntaxHighLight2', /* 'flvPlayer', */ '-','About'],
 	'/',
 	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
     ['TextColor','BGColor'],
