M
M
Messi2017-09-04 16:12:57
Yii
Messi, 2017-09-04 16:12:57

TinyMCE and video upload?

Is it possible to upload videos to TinyMCE in the same way as photos?
For example, for a photo, the functionality is 'images_upload_url' => 'upload'.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Shamsudin Serderov, 2017-09-04
@Steein

You can use mediaa plugin.

tinymce.init({
    plugins: "media"
});

This plugin allows you to add HTML5 video and audio elements to TinyMCE.
link

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question