Re: dvd playback problem
From: MS Newsgroups (josh_at_sweetcs.com)
Date: 02/20/04
- Next message: Brendan: "Re: trying to learn"
- Previous message: Jim Travis [ms]: "Re: trying to learn"
- In reply to: Jim Travis [ms]: "Re: dvd playback problem"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 20 Feb 2004 13:45:13 -0600
I am able to play the dvd using windows media player. it just has problems
with the ActiveX component in delphi. VB6 Sample application works. I even
went as far as re-writing the sample application in Delphi, with no change
in the problem. I double checked my Delphi code in the sample app and it
looks like it is an exact copy of the vb code (i did leave out the
validation of one of the fields that checks to make sure the user actually
entered a numeric value but that shouldnt make a difference.) if anyone
would like to see the delphi code for the re-written sample app, you can
find it at the following link
http://www.emt-online.net/downloads/dvd_sample_app.zip
Thanks,
Josh
"Jim Travis [ms]" <jtravis@online.microsoft.com> wrote in message
news:OZgAMj99DHA.4084@tk2msftngp13.phx.gbl...
> Well, generally speaking, if you can play the DVD in Windows Media Player,
> then dvd.isAvailable should return true. A false value usually indicates
> that there is no DVD decoder software available on the computer.
>
>
> --
> Jim Travis
> Microsoft Corp.
> Windows Media Player SDK
>
> Download:
>
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/winmedia.asp
>
> Latest online:
>
http://msdn.microsoft.com/library/en-us/wmplay/mmp_sdk/windowsmediaplayer9seriessdk.asp
>
> Please do not send email directly to this alias as this alias is for
> newsgroup purposes only. This posting is provided "AS IS" with no
> warranties, and confers no rights. You assume all risk for your use. ©
2003
> Microsoft Corporation. All rights reserved.
>
> "Josh Miller" <anonymous@discussions.microsoft.com> wrote in message
> news:CD03930A-600F-45D9-AA7F-01C06272E432@microsoft.com...
> > I am attempting to write an application that will play dvd movies using
> the windows media player SDK. I am writing this application in Delphi and
> am running into a problem. whenever i try to actually play the dvd, my
app
> crashes. i am able to use the cdrom object to read the playlist and get
> information from that. I have a good idea as to why im crashing, but dont
> know what to do about it. if i check the dvd.isAvailable['dvd'] a false
> value is returned. what do i need to do in order to make the dvd
available?
> >
> > Thanks in advance for your help,
> >
> > Josh
>
>
- Next message: Brendan: "Re: trying to learn"
- Previous message: Jim Travis [ms]: "Re: trying to learn"
- In reply to: Jim Travis [ms]: "Re: dvd playback problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|