home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectShow / WebDVD / readme.txt next >
Encoding:
Text File  |  2001-10-10  |  1.8 KB  |  52 lines

  1. DirectShow Sample -- WebDVD
  2. ---------------------------
  3.  
  4. The WebDVD sample shows how to use the MSWebDVD Microsoft ActiveX control 
  5. to perform many aspects of DVD-Video playback and navigation.
  6.  
  7. You can initiate playback by calling the Play method.  Once the DVD is playing,
  8. you can alter the path or behavior of playback through the following methods:
  9.  
  10. - Stop: Stops playback. 
  11.  
  12. - Eject: Ejects the DVD disc from the drive. 
  13.  
  14. - Pause: Pauses playback for as long as you wish. 
  15.  
  16. - ActivateButton: Activates the currently selected button. 
  17.     You can select a button by:
  18.     
  19.     - Hovering over the button to highlight it. 
  20.       The DisableAutoMouseProcessing property must be false (the default value)
  21.       for this to have an effect. 
  22.  
  23.     - Calling SelectAtPosition, SelectLeftButton, SelectRightButton, 
  24.       SelectLowerButton, or SelectUpperButton. 
  25.  
  26. - PlayNextChapter: Plays the next chapter within the current title. 
  27.  
  28. - PlayPrevChapter: Plays the previous chapter within the same title. 
  29.  
  30. You can show six possible menus that may exist on a disc with the ShowMenu method:
  31.  
  32.     Title 
  33.     Root 
  34.     Subpicture 
  35.     Audio 
  36.     Angle 
  37.     Chapter 
  38.  
  39. If the menu does not exist, you will get an error indicating that the specified
  40. menu does not exist.  If video was playing when you selected a menu, then 
  41. pressing the Resume button will return you to your previous position.
  42.  
  43.  
  44. Video Resolutions
  45. -----------------
  46.  
  47. WARNING: If your display resolution is set too high, you may receive an error when
  48. attempting to play a DVD title.  For example, when you click Play, you may see an
  49. error message box which indicates "Unable to play DVD video."  In that case, lower
  50. your video resolution by reducing the "Screen Area" slider on the Display Properties
  51. control panel application.  Different video cards will have different results.
  52.