How to play DVD (.vob files) in windows media player (wmp.dll) in VB6 -
i try play dvd file format (*.vob) in vb6 code not work!
wmp1.url="d:\my dvd1\video_ts\vts_01_1.vob"
or
wmp1.url="dvd://d:\my dvd1\video_ts\vts_01_1.vob"
please me ...
this syntax below 'works' me, when try it, choppy video. still looking solve problem.
but try: wmp.url = "wmpdvd://d"
if dvd drive d:
full protocol documented here
http://msdn.microsoft.com/en-us/library/windows/desktop/dd564696(v=vs.85).aspx
Comments
Post a Comment