Welcome! Log In Create A New Profile

Advanced

MP4

Posted by Noel Tanti 
Noel Tanti
MP4
July 30, 2017 09:30PM
Hi All
does anybody know if windev plays mp4 files. I cannt seem to be able to and help is not helpful.

any help welcome.

Thanks & Regards
Noel
Frans
Re: MP4
July 30, 2017 10:38PM
Hello Noel,

Perhaps MciPlay ?
Noel Tanti
Re: MP4
July 31, 2017 08:07AM
Hi Frans

I tried WDMultimedia example on MP4s do not work.

I can convert to AVI but that is not what I really need.

Thanks & regards
Noel
Luis Antonio GutiƩrrez Flores
Re: MP4
August 01, 2017 07:08PM
You can try with a HTML control, when opening the window give the HTML control some code like this:

<html>
<body>

<video width="400" controls>
<source src="mov_bbb.mp4" type="video/mp4">
<source src="mov_bbb.ogg" type="video/ogg">
Your browser does not support HTML5 video.
</video>

<p>
Video courtesy of
<a href="[www.bigbuckbunny.org]; target="_blank">Big Buck Bunny</a>.
</p>

</body>
</html>
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: