help regarding video files in visual basic

hey i really need help with this one.
i tried playing audio files using media player 10 in visual basic and it worked.
however video files dont get played if i use the same method/coding.
can video files even be played in vb with media player ?
or do i need to resort to some other way?
please let me know .
waiting desperately for the solution...
[373 byte] By [theartful_dodger] at [2007-12-16]
# 1
Media player will play almost any audio file. As for video files, you can't play mpeg or quicktime vids. They have to be wmv (windows media video), avi, or asx (or something close to that).
bud1024 at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
i still font get it. how can u play mpg and mpeg files in visual basic then?
whats the method?
theartful_dodger at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
You'll want to drop a WindowsMediaPlayer control onto a form.

This link should help you out:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/embeddingtheplayercontrolinavisualbasicnetsolution.asp

MikeCarterMS at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...