The forum operates in read-only mode. Please head to StackOverflow for support.
Frederico Knabben CKEditor Project Lead and CKSource Owner -- Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FLV Media Player Undefined
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FLV Media Player Undefined
FCKConfig.Plugins.Add( 'flvPlayer','en' );
FCKConfig.Plugins.Add( 'autogrow' ) ;
FCKConfig.Plugins.Add( 'dragresizetable' );
This is the code that i have for the plugins.
Something else i noticed is the flvPlayer.js has a reference to the lang
// Set the language direction.
window.document.dir = oEditor.FCKLang.Dir ;
In the fckconfig.js file the languange is referenced like this.
FCKConfig.AutoDetectLanguage = true ;
FCKConfig.DefaultLanguage = 'en' ;
FCKConfig.ContentLangDirection = 'ltr' ;
Not sure if this is the file it is looking for or if it is something else.
Attachments:
Re: FLV Media Player Undefined
Attachments:
Re: FLV Media Player Undefined
http://sourceforge.net/tracker/index.ph ... tid=737639
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn