I am using Delphi 5 and am getting errors with the TMediaPlayer component.
When I attempt to play any WAV file, I get the following error message: The
MCI device you are using does not support the specified command.
Why?
MediaPlayer1.FileName := hello.wav';
MediaPlayer1.Open;
try
MediaPlayer1.Play; // ERROR occurs here ! :-(
except
end;