How did you get HTML5 video there?!
![RedZambala](http://a0.twimg.com/profile_images/1559781180/facebook_normal.jpg)
Hello,
please, see also my thread here http://vanillaforums.org/discussion/22914/need-html5-iframed-video-support/p1
I tried to install your Mediator plugin, but don't see any effect from it....
On your example page http://minelord.com/discussion/152 - I CAN finally watch videos without flash, it means they are served in HTML 5 ;
But in my own forum everything gets converted to flash, and all I see, using Firefox with disabled flash plugin - is a grey quadrant telling "flash plugin disabled":(
Please, please, it is the major disadvantage for me that Vanilla doesn't allow HTML 5 or iframes video....And on your example it is working as it should....How to do that?! How to embed video without flash, so that youtube sends iframed HTML5 video to me?!
Comments
Vanilla allows pretty much anything you just have to develop it.
If you want to use that plugin disable
Garden.Format.YouTube
inconf/config.php
like so
you might as well do the same for vimeo
That will allow the plugin to parse the links, with its javascript lazy loading.
grep is your friend.
about adding the line with youtube =false I was reading already in another thread http://vanillaforums.org/discussion/22456/how-does-it-work-como-funciona#latest
The thing is..... I'm getting only links without any video at all...
what version of vanilla?
grep is your friend.
it's working now, thanks everyone!