Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
HTML5 video tag
Laur
New
Best Answer
-
x00 MVP
I don't think you are understanding this is not a quick fix, it is general guidance on how to add tags to the whitelist, talk to patnaik.
People who expect thing just to magic up, are going to get burnt, especially if they manage to get somethign that just about works.
grep is your friend.
0
Answers
Probably is a different answer depending on which of the 4 or 5 editors available for vanilla - buttonbar, cleditor, sceditor, etc, etc. as well as htmlawed.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
i use Buttonbar
It doesn't look like we filter out video elements. I think you can just put the video tag right in. Have you tried this?
yes, but this tag is hiden on it, doesn't work.
Is it there when you view source?
In editor ai have http://i.imgur.com/QGhfm.png
And in source code ai have http://i.imgur.com/u6u2c.png
if you would have posted your code in a "C" code tag I would have tested. but I can't cut and paste from an image.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
<video class="sublime" poster="http://media.jilion.com/vcg/ms_800.jpg" width="640" height="360" data-name="Midnight Sun" data-uid="57fb2708" preload="none"> <source src="http://media.jilion.com/vcg/ms_360p.mp4" /> </video>
you will have to get htmLawed to accept it, html5 version hasn't been released yet.
http://www.bioinformatics.org/phplabware/forum/viewtopic.php?id=214
You are definitely goign to have to deny some attributes through spec, patnaik is the person to ask.
grep is your friend.
I make this changes but no results
I don't think you are understanding this is not a quick fix, it is general guidance on how to add tags to the whitelist, talk to patnaik.
People who expect thing just to magic up, are going to get burnt, especially if they manage to get somethign that just about works.
grep is your friend.