How can I play a mpeg file in MFC.
Can you tell me any function which can play this type of files.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can embed windows media player in your application, either by using an ActiveX control and the IWMPPlayer interface. Or by using borland’s TMediaPlayer. An example can be found here. I would recommend to stick to the first variant (an ActiveX control) if you want to work in MFC as MFC and Borland C++ builder are not an optimal combination.