The Basic Zone

    uses MMSystem
      {MultiMedia with Delphi}

MultiMedia is one of the most dificult topics for a beginning programmer to learn ( believe me, I know ). On the other hand, it's one of the most important things in programming on the moment. Computer Users expect neet things like sound, graphics and video in their programs. So we, programmers should give them what they want, but ... how ?

You can of coarse use the MediaPlayer Component shipped with Delphi, it's a great Control for integrating basic sound and video playback and/or recording in your application and it's fairly easy to use. But what If you only need a bit of sound, or in the other case, need lots of sound and video with advanced options. The MediaPlayer Component wouldn't be your best choise in these cases. The solution is : use API.


Back to the Basic Zone Home Page
Back to Geocities
Back up