Installation » History » Version 1
Version 1/5
-
Next » -
Current version
Vincent MAZENOD, 04/20/2010 11:17 AM
Installation¶
- download ckMedia archive (http://forge.clermont-universite.fr/attachments/download/64/media.zip) ckMedia archive
- unzip it in CKeditor plugins folder
- download the last version of JWP Player (http://www.longtailvideo.com/)
- unzip it in ckMedia folder
- customize pathes in the ckMedia's plugins.js
player: CKEDITOR.basePath + 'plugins/media/mediaplayer-viral/player-viral.swf', replacement: CKEDITOR.basePath + 'plugins/media/images/replacement.gif', swfobject: CKEDITOR.basePath + 'plugins/media/mediaplayer-viral/swfobject.js', yt: CKEDITOR.basePath + 'plugins/media/mediaplayer-viral/yt.swf',
to match your installtion - Add the ckMedia button to Basic toolbar
CKEDITOR.config.toolbar_Basic = [ [ 'Source', '-', 'Bold', 'Italic', '-', 'Media' ] ];
- Enable the ckMedia plugin
CKEDITOR.config.extraPlugins = 'Media';
- Enable the ckMedia context menu on replacement images
config.menu_groups = 'clipboard,form,tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash,checkbox,radio,textfield,hiddenfield,imagebutton,button,select,textarea,removeMedia';