Results 1 to 4 of 4

Thread: Youtube support in release 3 (FIXED)

  1. #1
    User
    Join Date
    03-17-10.
    Posts
    83

    Default Youtube support in release 3 (FIXED)

    When I embed a Youtube video as HTML code and add the tag <iframe> to System > Settings > Security > Allowed HTML Tags the video plays fine.

    But when I use the youtube video ID in content element Youtube, which is new in Contao 3, the youtube video does not play. Firefox reports no video with supported format and file type found. Other browsers have similar behaviour.

    This is what the page source looks like:

    <div class="ce_youtube block">
    <h1>TESTVIDEO</h1>

    <video width="640px" height="480px" controls>
    <source type="video/x-youtube" src="http://www.youtube.com/watch?v=HzFHmbl8ye0">
    </video>

    </div>

    Does anyone have similar experience?

  2. #2
    User
    Join Date
    06-20-09.
    Posts
    115

    Default Re: Youtube support in release 3

    I tried it and it didn't work for me either!
    So I tried the contao online demo. Guess what? That didn't work either :lol:

    Oh well. at least there are other ways to do it by embedding the <iframe> code from youtube.
    geung

  3. #3
    User
    Join Date
    03-17-10.
    Posts
    83

    Default Re: Youtube support in release 3

    Thx - I wondered already what I did wrong.

  4. #4
    User
    Join Date
    03-17-10.
    Posts
    83

    Default Re: Youtube support in release 3 (FIXED)

    Fixed: Backend > themes > page layout > default page > activate moo_media-elements

    The youtube video showed once the moo_media-element was active for the page.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •