Simple question: How do you play a standard DVD in an AxWindowsMediaPlayer control?
I’ve tried using the functions in AxWindowdsMediaPlayer.dvd, but none of them seemed to do anything…
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.
Assign the
AxWindowdsMediaPlayer.URLproperty to the path to the VIDEO_TS.IFO file on the DVD.Then
AxWindowdsMediaPlayer.Ctlcontrols.play()will play that file.You will need an instance of
AxWindowdsMediaPlayerto make these calls on. I don’t think they are static.