On Tue, 18 Nov 2008 22:38:01 -0800, jameschi <jameschi[ at ]discussions.microsoft.com> wrote:
[Quoted Text] >I'm trying to figure out how to programatically set the dvd chapter using the >AxWindowsMediaPlayer ocx control in a C# project with no avail. My goal is to >capture the in and out point of a dvd, then be able to programmatically play >back that portion of the DVD. > >The problem I'm having is navigating the logical chapters in a DVD with the >control. Am I missing something? I know there is the .next() method, but I >still have not figured out a way to navigate directly to a specified chapter. >This got me started > http://msdn.microsoft.com/en-us/library/bb262802(VS.85).aspx, but I still >can't nail this piece.
Sure - navigating known DVD chapters is done instead by setting the player.URL according to the wmpdvd:// syntax on this page :
http://msdn.microsoft.com/en-us/library/bb249723.aspx
HTH Cheers - Neil ------------------------------------------------ Digital Media MVP : 2004-2008 http://mvp.support.microsoft.com/mvpfaqs
|