Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
113
rated 0 times [  117] [ 4]  / answers: 1 / hits: 11314  / 10 Years ago, thu, april 17, 2014, 12:00:00

Is there a plugin for tinymce to insert a video direct to the editor?



jwplayer(id).setup({
file: video.href,
image: video.img,
title: video.title,
width: '640',
height: '360',
primary: 'flash',
aspectratio: '16:9'
});


or how to insert a jwplayer into the editor directly , does anyone has did this?


More From » html

 Answers
12

Yes there is:



You can use the media plugin.



tinymce.init({
plugins: media
});


This plugin adds the ability to add HTML5 video and audio elements to TinyMCE.



Also check out TinyMce-JwPlayer-plugin


[#45938] Wednesday, April 16, 2014, 10 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
jaelyn

Total Points: 619
Total Questions: 102
Total Answers: 104

Location: Honduras
Member since Sun, Dec 26, 2021
2 Years ago
;