I have a problem using Media Player to play a number of parts of .wav-files after each other. While one part is being played I don't want the program to wait.
If I set
Notify := true;
and
Wait := False;
then
Play;
I get no sound at all.
What's the trick?
Setting Wait := True; and not using Notify gives me tha sound, but the the computer is frozen until play is done.