<p> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="250" width="350"><param name="quality" value="high" /><param name="movie" value="http://www.youtube.com/watch?v=Xu-U8jnbt_s&feature=g-all&context=G2304a61FAAAAAAAAAAA" /><embed height="250" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://www.youtube.com/watch?v=Xu-U8jnbt_s&feature=g-all&context=G2304a61FAAAAAAAAAAA" type="application/x-shockwave-flash" width="350"></embed></object></p>
Tue, 03/27/2012 - 00:04
#1

Re: Cannot embed video on CKEditor
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Cannot embed video on CKEditor
How I load it and call it ?
Where is the doc ?
I uploaded the youtube plugins into /plugins and adding it to the config... My CKEditor isn't loading...
No error msg in the console...
CKEDITOR.editorConfig = function( config ) { config.plugins = 'youtube'; config.toolbar = 'MyToolbar'; config.toolbar_MyToolbar = [ { name: 'document', items : [ 'Source' ] }, { name: 'clipboard', items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] }, '/', { name: 'basicstyles', items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] }, { name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote','CreateDiv', '-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','-','BidiLtr','BidiRtl' ] }, { name: 'links', items : [ 'Link','Unlink','Anchor' ] }, { name: 'insert', items : [ 'Image','Flash','youtube','Table','HorizontalRule','Smiley','SpecialChar','PageBreak','Iframe' ] }, '/', { name: 'styles', items : [ 'Styles','Format','Font','FontSize' ] }, { name: 'colors', items : [ 'TextColor','BGColor' ] }, ]; };Re: Cannot embed video on CKEditor
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Cannot embed video on CKEditor