Link to home
Start Free TrialLog in
Avatar of Linky
Linky

asked on

msdxm.ocx - Windows Media Player Help...

I am using Windows Media Player (msdxm.ocx) in Visual Basic. I have this:

MediaPlayer1.Open ("C:/movie1.mpeg")
MediaPlayer1.DisplaySize = mpFullScreen
MediaPlayer1.Open ("C:/movie2.mpeg")

I want VB to play the first in fullscreen and then when it is done (without going to windowed mode) play the next. How can I do this? Code would help.
Avatar of nzjonboy
nzjonboy

try creating a playlist of the movies you want to play then mediaplayer should stay in fullscreen mode

nzjonboy
Avatar of Linky

ASKER

Well thats good, but I want the program must to do it, regardless of the person's computer.
ASKER CERTIFIED SOLUTION
Avatar of baltman
baltman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Linky

ASKER

Thanks a lot, it went back to window mode, but it does not matter. I just wanted code to play the next media file.