esposito
Well-known member
Hello, what tool should I use to play an MPEG movie clip under VB.NET without having to call the Windows API?
TIA
TIA
Originally posted by Robby
you can use Microsoft.DirectX.AudioVideoPlayback, though Im not sure if you need to download the DirectX SDK first.
Originally posted by Robby
Im trying to find the words "standalone executable" in your thread but cant seem to.
Originally posted by mutant
As far as I know, .NET framework does not contain any classes for playing video files right now.
Originally posted by VolteFace
As far as I know, the reason that the .NET framework does not contain any multimedia functionality is because MS is trying to make the framework compatible with other platforms. The way multimedia works between the different operating systems is just too different to make it work reliably.
Originally posted by Robby
Heres a sample from Derek http://www.computerhelp.forum/t74522.html
Originally posted by Camaro Z28
Hi, Just use the mciSendString command interface. It is completely compatible with Windows 95 and Above. You wont need to include anything extra in your setup file for your program either. The only thing you could run into is, the user may not have a certain codec installed to play certain formats ( eg: quicktime movies) But for the most part. You should not have any problems at all. I have a few things on my website that will help you. MCI tutorial, ect.. Take care.
Jason