Video Section problems

  • Hazzo
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 11 months ago #44011 by Hazzo
Video Section problems was created by Hazzo
Hi, how do I set up the video moule to show videos? The module itself only shows an src to a picture and the only thing I get when clicking on the movie link is a YouTube box with an error message in it.
How should the module be set up to show a movie?

Brgds

Hazzo

Please Log in to join the conversation.

More
9 years 11 months ago #44019 by ivan.milic
Replied by ivan.milic on topic Video Section problems
That is custom HTML module with video tag in it. Check your are trageting existing videos.

Please Log in to join the conversation.

  • Hazzo
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 11 months ago #44033 by Hazzo
Replied by Hazzo on topic Video Section problems
The only thing that is in the module custom html is:

<div class="video_section"><img class="youtube" src="images/filmer/thumbnail.jpg" border="0" alt="video" title="video" /></div>

and it doesn't work out.....

Please Log in to join the conversation.

More
9 years 11 months ago #44040 by ivan.milic
Replied by ivan.milic on topic Video Section problems
Video tag look like this:

<video controls="" preload="auto" loop="" autoplay="" poster="images/filmer/thumbnail.jpg" id="bgvid">
<source src="/rain/images/video.mp4" type="video/mp4">
<source src="/rain/images/video.ogg" type="video/ogg">
<source src="/rain/images/video.webm" type="video/webm">
Your browser does not support the video tag.
</video>

Please Log in to join the conversation.

Time to create page: 0.139 seconds
Powered by Kunena Forum