I've upgraded ckeditor to version 3.6.1 in hopes of using HTML5 in the editor and it is not working properly.
I have a drop down that selects a video, then a hidden div contains all the <video></video> code. I would then click a button to add the video into ckeditor at the current cursor's position. I can't really use a custom ckeditor control here as any number of videos need to automatically be added as fallbacks, as well as a flash version in the video tag.
I have to get this working correctly as soon as possible, can someone help?
Here is the button that is clicked:
<input type="button" id="btnInsertVid" value="Do It" />
Re: Video HTML5 Source Tags Auto Closed and Duplicated
Of course, some browser might behave correctly and handle everything ok, but that's not your concern.
So you'll have to use a plugin to handle those issues.
Re: Video HTML5 Source Tags Auto Closed and Duplicated
This is not valid/satisfactorily explanation. I used all my browser like: Mozilla Firefox, Google Chrome, Opera, Internet Explorer,... everything is too bad. Code was duplicated many times. Ex:
It made me crazy. Who knows how to solve the problem?
Thank you very much!
Best regards,
SuperThin
Re: Video HTML5 Source Tags Auto Closed and Duplicated
If you use this plugin it will work fine in all browsers: viewtopic.php?f=18&t=23606
But if you prefer to do it in your own way: good luck!
Hello, I am seeing this issue
Hello, I am seeing this issue as well with the source tag residing in an "audio controls" tag. The source tag parts get duplicated. Any updates on how to fix this? Thanks.
It's been 4 years since I've
It's been 4 years since I've messed around with this, but the problem was either the code or a real player plugin, can't remember which.