Mediaplayer
-
I want to play two mpeg files simultaneously, just as picture in picture(the small one overlay the big one). I used two mediaplayer ActiveX controls. How can I accomplish that? Thanks for advice in advance.:confused: Windows98 SE, VC++ 6.0 SP5
-
I want to play two mpeg files simultaneously, just as picture in picture(the small one overlay the big one). I used two mediaplayer ActiveX controls. How can I accomplish that? Thanks for advice in advance.:confused: Windows98 SE, VC++ 6.0 SP5
I don't know if this could help you because I do it in VC7 but try to do this , it may help you: (you can do for both of your ActiveX) *In property page of them set the "AutoStart" property to "false". *Set the "FileName" the path of your file. *You can use "play()","stop()","pause()" function in your code. I could not find any function for changing "FileName" property :( Mazy You can find a solution (even a foolish one) for all problems (even big ones)
-
I don't know if this could help you because I do it in VC7 but try to do this , it may help you: (you can do for both of your ActiveX) *In property page of them set the "AutoStart" property to "false". *Set the "FileName" the path of your file. *You can use "play()","stop()","pause()" function in your code. I could not find any function for changing "FileName" property :( Mazy You can find a solution (even a foolish one) for all problems (even big ones)
I want to know if there is a way that can merge the two video sources (as picture in picture). Thanks. Windows98 SE, VC++ 6.0 SP5