Link to home
Start Free TrialLog in
Avatar of MikeCombe
MikeCombeFlag for United States of America

asked on

Can WindowsMediaPlayer play more than one file at a time?

Hello,

Using VB6

I would like build a VB6 program that can play more than one media file at the same time.
Example....

WindowsMediaPlayer1.URL Video1
WindoesMediaPlayer2.URL Video2

I can't get that to work.....it starts player1 and then starts player2 stopping player1
Is it even possible?
Is there another way or control to achieve it?

Thanks.....

---- Mike

ASKER CERTIFIED SOLUTION
Avatar of MilanKM
MilanKM

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 MikeCombe

ASKER

perfect !

thanks...

--- Mike
Hello,

any chance I can get a "new media player window" ?
sort of like doing a CTRL-N in Microsoft Windows Internet Explorer.

something like....

Private Sub Command1_Click()
     MediaPlayer1.xxx
End Sub    

Thanks,

---- Mike