How did you get HTML5 video there?!

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 in conf/config.php

    like so

    $Configuration['Garden']['Format']['YouTube'] = FALSE;
    

    you might as well do the same for vimeo

    $Configuration['Garden']['Format']['Vimeo'] = FALSE;
    

    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!

Sign In or Register to comment.