Search found 4 matches

by klaasvaak
Tue Feb 10, 2015 11:53 am
Forum: General discussions
Topic: Support of Video Streaming PHPMyFaq
Replies: 15
Views: 11186

Re: Support of Video Streaming PHPMyFaq

mm i,m getting on the frontend

http://s3.postimg.org/qqo8tcz37/html5.jpg

in the source of the posting i use

<p><video controls="controls" height="240" width="320"> <source src="video/test.mp4" type="video/mp4" /> Your browser does not support the video tag. </video></p>

seems that myfaq dont ...
by klaasvaak
Tue Feb 10, 2015 11:40 am
Forum: General discussions
Topic: Support of Video Streaming PHPMyFaq
Replies: 15
Views: 11186

Re: Support of Video Streaming PHPMyFaq

welldone for the quick support m8
by klaasvaak
Tue Feb 10, 2015 11:10 am
Forum: General discussions
Topic: Support of Video Streaming PHPMyFaq
Replies: 15
Views: 11186

Re: Support of Video Streaming PHPMyFaq

Ok is there a quick fix for it to allow <source> ?
by klaasvaak
Tue Feb 10, 2015 10:15 am
Forum: General discussions
Topic: Support of Video Streaming PHPMyFaq
Replies: 15
Views: 11186

Re: Support of Video Streaming PHPMyFaq

Hello Thorsten

I,m running 2.8.20 version

But when i add

<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

the editor changes the code to

<video controls="controls" height="240" width="320"> Your browser ...