CKEditor does not load video plugin

0

I am using CKEditor 4.8.0

The problem here is that it does not load the video plugin

I have made these configurations in the config.js of the ckeditor

Video plugin:

config.extraPlugins = 'video';

HTML5 Video Plugin

config.extraPlugins = 'html5video';

Neither of these two settings has helped me.

HTML code

<form action="" method="post">
<textarea name="editor" id="editor">
</textarea>
<br>
<input type="button" value="Subir" name="boton" onClick="agregar();">
<script>
var editor = CKEDITOR.replace('editor');
</script>
</form>
    
asked by Jorge Alonso 13.12.2018 в 19:22
source

1 answer

0

I solved this problem I just downloaded the version again and ready add any video plugin or html5video and if it loads, but now when using the html5video plugin I find that it does not load the video as I can solve this without using ckfinder ??

    
answered by 13.12.2018 в 22:40